Home | Sort by: relevance | last modified time | path |
/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]); |