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

  /src/sys/arch/xen/x86/
consinit.c 94 #ifndef CONSDEVNAME
95 #define CONSDEVNAME "pc"
113 CONSDEVNAME,
  /src/sys/arch/x86/x86/
consinit.c 107 #ifndef CONSDEVNAME
108 #define CONSDEVNAME "pc"
126 CONSDEVNAME,
  /src/sys/arch/evbarm/integrator/
integrator_machdep.c 177 #ifndef CONSDEVNAME
178 #define CONSDEVNAME "plcom"
380 char *console = CONSDEVNAME;
  /src/sys/arch/cats/cats/
cats_machdep.c 159 #ifndef CONSDEVNAME
160 #define CONSDEVNAME "vga"
521 const char *console = CONSDEVNAME;
  /src/sys/arch/netwinder/netwinder/
netwinder_machdep.c 168 #ifndef CONSDEVNAME
170 # define CONSDEVNAME "igsfb"
172 # define CONSDEVNAME "com"
174 # error CONSDEVNAME not defined and no known console device configured
176 #endif /* !CONSDEVNAME */
877 const char *console = CONSDEVNAME;
929 printf("consinit: unknown CONSDEVNAME=\"%s\","

Completed in 14 milliseconds