Home
last modified time | relevance | path

Searched refs:CONS_INVALID (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c73 static int diag = CONS_INVALID;
119 static int console_hypervisor_device = CONS_INVALID;
556 { NULL, CONS_INVALID }
715 cons = CONS_INVALID; in lookup_console_device()
755 console = CONS_INVALID; in bcons_init()
794 if (console == CONS_INVALID) in bcons_init()
817 console_hypervisor_device = CONS_INVALID; in bcons_init()
1196 if (console != CONS_INVALID || diag != CONS_INVALID) { in bcons_getchar()
1224 case CONS_INVALID: in bcons_ischar()
1238 case CONS_INVALID: in bcons_ischar()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dconsplat.c70 #ifndef CONS_INVALID
71 #define CONS_INVALID -1 macro
85 static int boot_console = CONS_INVALID; in console_type()
92 if (boot_console != CONS_INVALID) { in console_type()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dboot_console.h42 #define CONS_INVALID -1 macro