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

  /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]);
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 109 milliseconds