Searched refs:C_ACTIVEIN (Results 1 – 5 of 5) sorted by relevance
84 consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_probe()91 if (consoles[cons]->c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) in cons_probe()111 if ((consoles[cons]->c_flags & (C_PRESENTIN | C_ACTIVEIN)) == in getchar()112 (C_PRESENTIN | C_ACTIVEIN) && in getchar()123 if ((consoles[cons]->c_flags & (C_PRESENTIN | C_ACTIVEIN)) == in ischar()124 (C_PRESENTIN | C_ACTIVEIN) && in ischar()232 consoles[cons]->c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT); in cons_change()244 consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_change()264 consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_change()
105 #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;
308 if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) != 0 && in comc_pcidev_set()328 if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0) in comc_setup()