Symbol: HPC_PREFERENCE
sys/arch/hpc/stand/hpcboot/arm/arm_boot.cpp
60
struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE;
sys/arch/hpc/stand/hpcboot/boot.cpp
98
struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE;
sys/arch/hpc/stand/hpcboot/console.cpp
146
int speed = HPC_PREFERENCE.serial_speed;
sys/arch/hpc/stand/hpcboot/framebuffer.cpp
97
BOOL reverse = HPC_PREFERENCE.reverse_video;
sys/arch/hpc/stand/hpcboot/hpcboot.cpp
126
HPC_PREFERENCE.platid_hi, HPC_PREFERENCE.platid_lo));
sys/arch/hpc/stand/hpcboot/hpcboot.cpp
223
if (HPC_PREFERENCE.pause_before_boot) {
sys/arch/hpc/stand/hpcboot/hpcboot.cpp
261
if (HPC_PREFERENCE.auto_boot > 0 && _root &&
sys/arch/hpc/stand/hpcboot/load_elf.cpp
240
if (HPC_PREFERENCE.safety_message) {
sys/arch/hpc/stand/hpcboot/menu/menu.cpp
255
struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE;
sys/arch/hpc/stand/hpcboot/menu/menu.cpp
321
struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE;
sys/arch/hpc/stand/hpcboot/menu/menu.cpp
372
struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE;
sys/arch/hpc/stand/hpcboot/menu/menu.cpp
95
struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE;
sys/arch/hpc/stand/hpcboot/mips/mips_boot.cpp
61
struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE;
sys/arch/hpc/stand/hpcboot/sh3/dev/sh_dev.cpp
76
scif_dump(HPC_PREFERENCE.serial_speed);
sys/arch/hpc/stand/hpcboot/sh3/sh_boot.cpp
59
struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE;
sys/arch/hpc/stand/hpcboot/sh3/sh_console.cpp
56
target.dw.dw0 = HPC_PREFERENCE.platid_hi;
sys/arch/hpc/stand/hpcboot/sh3/sh_console.cpp
57
target.dw.dw1 = HPC_PREFERENCE.platid_lo;