Searched refs:C_ACTIVEIN (Results 1 – 4 of 4) sorted by relevance
116 consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_probe()123 if (consoles[cons]->c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) in cons_probe()146 (C_PRESENTIN | C_ACTIVEIN)) == in getchar()147 (C_PRESENTIN | C_ACTIVEIN) && in getchar()160 if ((consoles[cons]->c_flags & (C_PRESENTIN | C_ACTIVEIN)) == in ischar()161 (C_PRESENTIN | C_ACTIVEIN) && in ischar()271 consoles[cons]->c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT); in cons_change()283 consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_change()311 consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_change()
107 #define C_ACTIVEIN (1<<2) /* user wants input from console */ macro
395 eficom.c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT); in comc_init()430 if ((efi_console.c_flags & C_ACTIVEIN) == 0) in comc_getchar()456 if ((efi_console.c_flags & C_ACTIVEIN) == 0) in comc_ischar()558 if ((eficom.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0 || comc_port == NULL) in comc_setup()
307 if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) != 0 && in comc_pcidev_set()326 if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0) in comc_setup()