HomeSort by: relevance | last modified time | path
    Searched refs:CONSDEVNAME (Results 1 - 10 of 10) 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/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\","
  /src/sys/arch/evbarm/kobo/
kobo_machdep.c 385 #ifdef CONSDEVNAME
386 const char consdevname[] = CONSDEVNAME; variable in typeref:typename:const char[]
398 #endif /* CONSDEVNAME */
506 #ifdef CONSDEVNAME
513 if (strcmp(consdevname, "imxuart") == 0) {
  /src/sys/arch/cats/cats/
cats_machdep.c 159 #ifndef CONSDEVNAME
160 #define CONSDEVNAME "vga"
521 const char *console = CONSDEVNAME;
  /src/sys/arch/evbarm/netwalker/
netwalker_machdep.c 630 #ifdef CONSDEVNAME
631 const char consdevname[] = CONSDEVNAME; variable in typeref:typename:const char[]
643 #endif /* CONSDEVNAME */
659 #ifdef CONSDEVNAME
666 if (strcmp(consdevname, "imxuart") == 0) {
  /src/sys/arch/evbarm/viper/
viper_machdep.c 830 char *console = CONSDEVNAME;
  /src/sys/arch/evbarm/g42xxeb/
g42xxeb_machdep.c 920 char *console = CONSDEVNAME;
  /src/sys/arch/evbarm/lubbock/
lubbock_machdep.c 984 char *console = CONSDEVNAME;

Completed in 20 milliseconds