Searched refs:C_ACTIVEOUT (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()140 if ((consoles[cons]->c_flags & (C_PRESENTOUT | C_ACTIVEOUT)) == in putchar()141 (C_PRESENTOUT | C_ACTIVEOUT)) in putchar()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()
106 #define C_ACTIVEOUT (1<<3) /* user wants output to 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()