Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/boot/
H A Dboot_console.c66 static int console_hypervisor_device = CONS_INVALID;
522 { NULL, CONS_INVALID }
537 console = CONS_INVALID; in bcons_init()
591 if (console == CONS_INVALID) in bcons_init()
618 console_hypervisor_device = CONS_INVALID; in bcons_init()
674 int cons = CONS_INVALID; in bcons_init2()
707 if (cons != CONS_INVALID) in bcons_init2()
723 if ((cons == CONS_INVALID) || (cons == console)) { in bcons_init2()
/titanic_50/usr/src/uts/i86pc/io/
H A Dconsplat.c67 #ifndef CONS_INVALID
68 #define CONS_INVALID -1 macro
82 static int boot_console = CONS_INVALID; in console_type()
89 if (boot_console != CONS_INVALID) { in console_type()
/titanic_50/usr/src/uts/i86pc/sys/
H A Dboot_console.h39 #define CONS_INVALID -1 macro