Home | Sort by: relevance | last modified time | path |
/src/sys/arch/xen/x86/ | |
consinit.c | 111 const struct btinfo_console default_consinfo = { variable in typeref:typename:const struct btinfo_console 177 if (strcmp(default_consinfo.devname, "tty0") == 0 || 178 strcmp(default_consinfo.devname, "pc") == 0) { |
/src/sys/arch/x86/x86/ | |
consinit.c | 124 const struct btinfo_console default_consinfo = { variable in typeref:typename:const struct btinfo_console 198 consinfo = &default_consinfo; |