Home
last modified time | relevance | path

Searched refs:HPC_PREFERENCE (Results 1 – 12 of 12) sorted by relevance

/netbsd/sys/arch/hpc/stand/hpcboot/
H A Dhpcboot.cpp126 HPC_PREFERENCE.platid_hi, HPC_PREFERENCE.platid_lo)); in hpcboot()
223 if (HPC_PREFERENCE.pause_before_boot) { in hpcboot()
261 if (HPC_PREFERENCE.auto_boot > 0 && _root && in run()
H A Dframebuffer.cpp97 BOOL reverse = HPC_PREFERENCE.reverse_video; in type()
H A Dboot.cpp98 struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE; in setup()
H A Dconsole.cpp146 int speed = HPC_PREFERENCE.serial_speed; in OpenCOM1()
H A Dhpcmenu.h204 #define HPC_PREFERENCE (HPC_MENU._pref) macro
H A Dload_elf.cpp240 if (HPC_PREFERENCE.safety_message) { in symbol_block_size()
/netbsd/sys/arch/hpc/stand/hpcboot/sh3/
H A Dsh_console.cpp56 target.dw.dw0 = HPC_PREFERENCE.platid_hi; in selectBootConsole()
57 target.dw.dw1 = HPC_PREFERENCE.platid_lo; in selectBootConsole()
H A Dsh_boot.cpp59 struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE; in setup()
/netbsd/sys/arch/hpc/stand/hpcboot/menu/
H A Dmenu.cpp95 struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE; in init()
255 struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE; in get()
321 struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE; in init()
372 struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE; in get()
/netbsd/sys/arch/hpc/stand/hpcboot/arm/
H A Darm_boot.cpp60 struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE; in setup()
/netbsd/sys/arch/hpc/stand/hpcboot/mips/
H A Dmips_boot.cpp61 struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE; in setup()
/netbsd/sys/arch/hpc/stand/hpcboot/sh3/dev/
H A Dsh_dev.cpp76 scif_dump(HPC_PREFERENCE.serial_speed); in dump()