Searched defs:CONS_INVALID (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dboot_console.h39 #define CONS_INVALID -1 macro
/illumos-gate/usr/src/uts/i86pc/io/
H A Dconsplat.c67 #ifndef CONS_INVALID
68 #define CONS_INVALID -1 macro
75 #endif /* CONS_INVALID */
82 static int boot_console = CONS_INVALID;
89 if (boot_console != CONS_INVALID) {

Completed in 57 milliseconds