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.c72 static int diag = CONS_INVALID;
118 static int console_hypervisor_device = CONS_INVALID;
555 { NULL, CONS_INVALID }
703 cons = CONS_INVALID; in lookup_console_device()
743 console = CONS_INVALID; in bcons_init()
782 if (console == CONS_INVALID) in bcons_init()
805 console_hypervisor_device = CONS_INVALID; in bcons_init()
1184 if (console != CONS_INVALID || diag != CONS_INVALID) { in bcons_getchar()
1212 case CONS_INVALID: in bcons_ischar()
1226 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