Searched refs:C_ACTIVEIN (Results 1 – 4 of 4) sorted by relevance
135 consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_probe()142 if (consoles[cons]->c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) in cons_probe()165 (C_PRESENTIN | C_ACTIVEIN)) == in getchar()166 (C_PRESENTIN | C_ACTIVEIN) && in getchar()179 if ((consoles[cons]->c_flags & (C_PRESENTIN | C_ACTIVEIN)) == in ischar()180 (C_PRESENTIN | C_ACTIVEIN) && in ischar()294 consoles[cons]->c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT); in cons_change()306 consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_change()334 consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_change()
107 #define C_ACTIVEIN (1<<2) /* user wants input from console */ macro
396 eficom.c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT); in comc_init()431 if ((efi_console.c_flags & C_ACTIVEIN) == 0) in comc_getchar()457 if ((efi_console.c_flags & C_ACTIVEIN) == 0) in comc_ischar()559 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()