Searched refs:CONS_INVALID (Results 1 – 3 of 3) sorted by relevance
66 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()
67 #ifndef CONS_INVALID68 #define CONS_INVALID -1 macro82 static int boot_console = CONS_INVALID; in console_type()89 if (boot_console != CONS_INVALID) { in console_type()
39 #define CONS_INVALID -1 macro