Home
last modified time | relevance | path

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

/minix3/sys/arch/i386/stand/lib/
H A Dexec.c143 static struct btinfo_userconfcommands *btinfo_userconfcommands = NULL; variable
389 if (btinfo_userconfcommands != NULL) in exec_netbsd()
390 BI_ADD(btinfo_userconfcommands, BTINFO_USERCONFCOMMANDS, in exec_netbsd()
643 len = sizeof(*btinfo_userconfcommands) + in userconf_init()
647 btinfo_userconfcommands = alloc(len); in userconf_init()
648 if (btinfo_userconfcommands == NULL) { in userconf_init()
652 memset(btinfo_userconfcommands, 0, len); in userconf_init()
656 buf = (char *)btinfo_userconfcommands; in userconf_init()
657 off = sizeof(*btinfo_userconfcommands); in userconf_init()
658 btinfo_userconfcommands->num = 0; in userconf_init()
[all …]
/minix3/sys/arch/x86/include/
H A Dbootinfo.h210 struct btinfo_userconfcommands { struct