Home
last modified time | relevance | path

Searched refs:C_ACTIVEIN (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/common/
H A Dconsole.c135 consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_probe()
142 if (consoles[cons]->c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) in cons_probe()
165 (C_PRESENTIN | C_ACTIVEIN)) == in getchar()
166 (C_PRESENTIN | C_ACTIVEIN) && in getchar()
179 if ((consoles[cons]->c_flags & (C_PRESENTIN | C_ACTIVEIN)) == in ischar()
180 (C_PRESENTIN | C_ACTIVEIN) && in ischar()
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()
H A Dbootstrap.h107 #define C_ACTIVEIN (1<<2) /* user wants input from console */ macro
/freebsd/stand/efi/libefi/
H A Deficom.c396 eficom.c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT); in comc_init()
431 if ((efi_console.c_flags & C_ACTIVEIN) == 0) in comc_getchar()
457 if ((efi_console.c_flags & C_ACTIVEIN) == 0) in comc_ischar()
559 if ((eficom.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0 || comc_port == NULL) in comc_setup()
/freebsd/stand/i386/libi386/
H A Dcomconsole.c307 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()