Home
last modified time | relevance | path

Searched refs:HpcMenuInterface (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dhpcmenu.cpp44 HpcMenuInterface *HpcMenuInterface::_instance = 0;
46 HpcMenuInterface &
47 HpcMenuInterface::Instance() in Instance()
51 _instance = new HpcMenuInterface(); in Instance()
56 HpcMenuInterface::Destroy() in Destroy()
63 HpcMenuInterface::HpcMenuInterface() in HpcMenuInterface() function in HpcMenuInterface
77 HpcMenuInterface::print(TCHAR *buf) in print()
85 HpcMenuInterface::get_options() in get_options()
93 HpcMenuInterface::dir(int i) in dir()
111 HpcMenuInterface::dir_default() in dir_default()
[all …]
H A Dhpcmenu.h83 class HpcMenuInterface
141 static HpcMenuInterface *_instance;
152 HpcMenuInterface(void);
153 virtual ~HpcMenuInterface(void) { /* NO-OP */ } in ~HpcMenuInterface()
156 static HpcMenuInterface &Instance(void);
203 #define HPC_MENU (HpcMenuInterface::Instance())
H A Darch.cpp74 HpcMenuInterface &menu = HpcMenuInterface::Instance(); in setupBootInfo()
108 HWND owner = HpcMenuInterface::Instance()._root->_window; in _load_func()
H A Dmachine_config.cpp131 struct HpcMenuInterface::support_status
132 HpcMenuInterface::_unsupported[] =
H A Dboot.cpp66 struct HpcMenuInterface::boot_hook_args bha; in Instance()
98 struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE; in setup()
H A Dhpcboot.cpp58 HpcMenuInterface::Instance(); // Menu System in WinMain()
86 HpcMenuInterface::Destroy(); in WinMain()
101 HpcMenuInterface &menu = HPC_MENU; in hpcboot()
/netbsd-src/sys/arch/hpc/stand/hpcboot/menu/
H A Dmenu.cpp53 HpcMenuInterface &menu = HPC_MENU; in boot()
94 HpcMenuInterface &menu = HPC_MENU; in init()
95 struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE; in init()
161 HpcMenuInterface &menu = HPC_MENU; in _sort_platids()
254 HpcMenuInterface &menu = HPC_MENU; in get()
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()
479 HpcMenuInterface &menu = HPC_MENU; in command()
480 struct HpcMenuInterface::cons_hook_args *hook = 0; in command()
H A Drootwindow.cpp88 HpcMenuInterface &menu = HpcMenuInterface::Instance(); in create()
102 HpcMenuInterface &menu = HpcMenuInterface::Instance(); in proc()
249 HpcMenuInterface::Instance()._root = this; in WMCreate()
H A Dplatform.cpp37 HpcMenuInterface::_platform(int n, enum _platform_op op) in _platform()
/netbsd-src/sys/arch/hpc/stand/hpcboot/sh3/dev/
H A Dsh_dev.h38 HpcMenuInterface *_menu;
H A Dsh_dev.cpp44 _menu = &HpcMenuInterface::Instance(); in SHdev()
/netbsd-src/sys/arch/hpc/stand/hpcboot/arm/
H A Darm_boot.cpp60 struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE; in setup()
/netbsd-src/sys/arch/hpc/stand/hpcboot/mips/
H A Dmips_boot.cpp61 struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE; in setup()
/netbsd-src/sys/arch/hpc/stand/hpcboot/sh3/
H A Dsh_boot.cpp59 struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE; in setup()