Searched refs:C_ACTIVEIN (Results 1 – 6 of 6) sorted by relevance
87 consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_probe()94 if (consoles[cons]->c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) in cons_probe()117 (C_PRESENTIN | C_ACTIVEIN)) == in getchar()118 (C_PRESENTIN | C_ACTIVEIN) && in getchar()131 if ((consoles[cons]->c_flags & (C_PRESENTIN | C_ACTIVEIN)) == in ischar()132 (C_PRESENTIN | C_ACTIVEIN) && in ischar()242 consoles[cons]->c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT); in cons_change()254 consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_change()282 consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_change()
107 #define C_ACTIVEIN (1<<2) /* user wants input from console */ macro
82 cp->c_flags |= (C_ACTIVEIN | C_ACTIVEOUT); in dconsole_probe()
449 dconsole.c_flags |= C_ACTIVEIN | C_ACTIVEOUT;
310 if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) != 0 && in comc_pcidev_set()330 if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0) in comc_setup()
362 if ((efi_console.c_flags & C_ACTIVEIN) == 0) in comc_getchar()388 if ((efi_console.c_flags & C_ACTIVEIN) == 0) in comc_ischar()