Searched refs:CONS_INVALID (Results 1 – 3 of 3) sorted by relevance
73 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 …]
70 #ifndef CONS_INVALID71 #define CONS_INVALID -1 macro85 static int boot_console = CONS_INVALID; in console_type()92 if (boot_console != CONS_INVALID) { in console_type()
42 #define CONS_INVALID -1 macro