Searched refs:C_ACTIVEOUT (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()196 if ((consoles[cons]->c_flags & (C_PRESENTOUT | C_ACTIVEOUT)) == in putchar()197 (C_PRESENTOUT | C_ACTIVEOUT)) in putchar()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()
108 #define C_ACTIVEOUT (1<<3) /* user wants output to console */ macro
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()
396 eficom.c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT); in comc_init()559 if ((eficom.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0 || comc_port == NULL) in comc_setup()