Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/i386/stand/lib/
H A Dexec.c147 static struct btinfo_userconfcommands *btinfo_userconfcommands = NULL;
493 if (btinfo_userconfcommands != NULL) in exec_netbsd()
494 BI_ADD(btinfo_userconfcommands, BTINFO_USERCONFCOMMANDS, in exec_netbsd()
790 len = sizeof(*btinfo_userconfcommands) + in module_init()
794 btinfo_userconfcommands = alloc(len); in module_init()
795 if (btinfo_userconfcommands == NULL) { in module_init()
799 memset(btinfo_userconfcommands, 0, len); in module_init()
803 buf = (char *)btinfo_userconfcommands; in module_init()
804 off = sizeof(*btinfo_userconfcommands); in module_init()
148 static struct btinfo_userconfcommands *btinfo_userconfcommands = NULL; global() variable
[all...]
/netbsd-src/sys/arch/x86/x86/
H A Dx86_userconf.c46 struct btinfo_userconfcommands *biuc; in userconf_bootinfo()
/netbsd-src/sys/arch/x86/include/
H A Dbootinfo.h224 struct btinfo_userconfcommands { struct