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

/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dx86_userconf.c46 struct btinfo_userconfcommands *biuc;
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dexec.c143 static struct btinfo_userconfcommands *btinfo_userconfcommands = NULL; variable in typeref:struct:btinfo_userconfcommands
379 if (btinfo_userconfcommands != NULL)
380 BI_ADD(btinfo_userconfcommands, BTINFO_USERCONFCOMMANDS,
630 len = sizeof(btinfo_userconfcommands) +
634 btinfo_userconfcommands = alloc(len);
635 if (btinfo_userconfcommands == NULL) {
639 memset(btinfo_userconfcommands, 0, len);
643 buf = (char *)btinfo_userconfcommands;
644 off = sizeof(*btinfo_userconfcommands);
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dbootinfo.h209 struct btinfo_userconfcommands { struct

Completed in 110 milliseconds