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

  /src/sys/arch/x86/include/
bootinfo.h 48 #define BTINFO_STR "bootpath", "rootdevice", "bootdisk", "netif", \
  /src/sys/arch/x86/x86/
x86_machdep.c 171 static const char *btinfo_str[] = { variable in typeref:typename:const char * []
172 BTINFO_STR
184 if (bic->type >= 0 && bic->type < __arraycount(btinfo_str))
185 aprint_normal(" %s", btinfo_str[bic->type]);

Completed in 13 milliseconds