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

  /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;

Completed in 11 milliseconds