Home
last modified time | relevance | path

Searched refs:boot_hook_args (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dhpcmenu.h129 struct boot_hook_args { struct
169 void register_boot_hook(struct boot_hook_args &arg) { in register_boot_hook()
H A Dboot.cpp66 struct HpcMenuInterface::boot_hook_args bha; in Instance()
H A Dhpcmenu.cpp73 memset(&_boot_hook, 0, sizeof(struct boot_hook_args)); in HpcMenuInterface()