Home
last modified time | relevance | path

Searched refs:C_PRESENTIN (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/stand/common/
Dconsole.c70 if (consoles[cons]->c_flags == (C_PRESENTIN | C_PRESENTOUT)) in cons_probe()
113 (C_PRESENTIN | C_ACTIVEIN)) == in getchar()
114 (C_PRESENTIN | C_ACTIVEIN) && in getchar()
127 if ((consoles[cons]->c_flags & (C_PRESENTIN | C_ACTIVEIN)) == in ischar()
128 (C_PRESENTIN | C_ACTIVEIN) && in ischar()
253 (C_PRESENTIN | C_PRESENTOUT)) == in cons_change()
254 (C_PRESENTIN | C_PRESENTOUT)) { in cons_change()
281 (C_PRESENTIN | C_PRESENTOUT)) == in cons_change()
282 (C_PRESENTIN | C_PRESENTOUT)) in cons_change()
Dbootstrap.h104 #define C_PRESENTIN (1<<0) /* console can provide input */ macro
/freebsd-12-stable/stand/i386/libi386/
Dcomconsole.c144 if ((comconsole.c_flags & (C_PRESENTIN | C_PRESENTOUT)) == in comc_init()
145 (C_PRESENTIN | C_PRESENTOUT)) in comc_init()
339 comconsole.c_flags &= ~(C_PRESENTIN | C_PRESENTOUT); in comc_setup()
355 comconsole.c_flags |= (C_PRESENTIN | C_PRESENTOUT); in comc_setup()
359 comconsole.c_flags &= ~(C_PRESENTIN | C_PRESENTOUT); in comc_setup()
Dnullconsole.c64 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in nullc_probe()
Dvidconsole.c96 cp->c_flags |= C_PRESENTIN; in vidc_probe()
/freebsd-12-stable/stand/userboot/userboot/
Duserboot_cons.c76 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in userboot_cons_probe()
107 userboot_comconsp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in userboot_comcons_init()
/freebsd-12-stable/stand/uboot/lib/
Dconsole.c57 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in uboot_cons_probe()
/freebsd-12-stable/stand/mips/beri/loader/
Dberi_console.c61 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in c_probe()
/freebsd-12-stable/stand/powerpc/kboot/
Dhostcons.c54 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in hostcons_probe()
/freebsd-12-stable/stand/libofw/
Dofw_console.c63 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in ofw_cons_probe()
/freebsd-12-stable/stand/i386/libfirewire/
Ddconsole.c79 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in dconsole_probe()
/freebsd-12-stable/stand/efi/libefi/
Defi_console.c114 cp->c_flags |= C_PRESENTIN | C_PRESENTOUT; in efi_cons_probe()