HomeSort by: relevance | last modified time | path
    Searched defs:btinfo_userconfcommands (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/stand/lib/
exec.c 147 static struct btinfo_userconfcommands *btinfo_userconfcommands = NULL; variable in typeref:struct:btinfo_userconfcommands *
493 if (btinfo_userconfcommands != NULL)
494 BI_ADD(btinfo_userconfcommands, BTINFO_USERCONFCOMMANDS,
790 len = sizeof(*btinfo_userconfcommands) +
794 btinfo_userconfcommands = alloc(len);
795 if (btinfo_userconfcommands == NULL) {
799 memset(btinfo_userconfcommands, 0, len);
803 buf = (char *)btinfo_userconfcommands;
    [all...]
  /src/sys/arch/x86/include/
bootinfo.h 43 #define BTINFO_USERCONFCOMMANDS 13
224 struct btinfo_userconfcommands { struct

Completed in 12 milliseconds