Home
last modified time | relevance | path

Searched refs:default_consinfo (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/xen/x86/
H A Dconsinit.c111 const struct btinfo_console default_consinfo = { variable
177 if (strcmp(default_consinfo.devname, "tty0") == 0 ||
178 strcmp(default_consinfo.devname, "pc") == 0) {
H A Dpvh_consinit.c63 if (strcmp(default_consinfo.devname, "tty0") == 0 ||
64 strcmp(default_consinfo.devname, "pc") == 0) {
H A Dxen_def_cons.h10 extern const struct btinfo_console default_consinfo;
/netbsd-src/sys/arch/x86/x86/
H A Dconsinit.c124 const struct btinfo_console default_consinfo = { variable
198 consinfo = &default_consinfo; in consinit()