Home
last modified time | relevance | path

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

/freebsd-13.1/stand/common/
H A Dconsole.c87 consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_probe()
94 if (consoles[cons]->c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) in cons_probe()
117 (C_PRESENTIN | C_ACTIVEIN)) == in getchar()
118 (C_PRESENTIN | C_ACTIVEIN) && in getchar()
131 if ((consoles[cons]->c_flags & (C_PRESENTIN | C_ACTIVEIN)) == in ischar()
132 (C_PRESENTIN | C_ACTIVEIN) && in ischar()
242 consoles[cons]->c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT); in cons_change()
254 consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_change()
282 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-13.1/stand/i386/libfirewire/
H A Ddconsole.c82 cp->c_flags |= (C_ACTIVEIN | C_ACTIVEOUT); in dconsole_probe()
H A Dfirewire.c449 dconsole.c_flags |= C_ACTIVEIN | C_ACTIVEOUT;
/freebsd-13.1/stand/i386/libi386/
H A Dcomconsole.c310 if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) != 0 && in comc_pcidev_set()
330 if ((comconsole.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0) in comc_setup()
/freebsd-13.1/stand/efi/loader/
H A Defiserialio.c362 if ((efi_console.c_flags & C_ACTIVEIN) == 0) in comc_getchar()
388 if ((efi_console.c_flags & C_ACTIVEIN) == 0) in comc_ischar()