Searched refs:C_ACTIVEOUT (Results 1 – 6 of 6) 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()150 if ((consoles[cons]->c_flags & (C_PRESENTOUT | C_ACTIVEOUT)) == in putchar()151 (C_PRESENTOUT | C_ACTIVEOUT)) { in putchar()245 consoles[cons]->c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT); in cons_change()257 consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_change()277 consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_change()
103 #define C_ACTIVEOUT (1<<3) /* user wants output to console */ macro
83 cp->c_flags |= (C_ACTIVEIN | C_ACTIVEOUT); in dconsole_probe()
445 dconsole.c_flags |= C_ACTIVEIN | C_ACTIVEOUT;
554 if ((cp->c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) != 0 && in comc_pcidev_set()571 if ((cp->c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0) in comc_setup()
518 if ((cp->c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0) in comc_setup()