Home
last modified time | relevance | path

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

/freebsd-11-stable/stand/common/
HDconsole.c69 if (consoles[cons]->c_flags == (C_PRESENTIN | C_PRESENTOUT)) in cons_probe()
111 if ((consoles[cons]->c_flags & (C_PRESENTIN | C_ACTIVEIN)) == in getchar()
112 (C_PRESENTIN | C_ACTIVEIN) && in getchar()
123 if ((consoles[cons]->c_flags & (C_PRESENTIN | C_ACTIVEIN)) == in ischar()
124 (C_PRESENTIN | C_ACTIVEIN) && in ischar()
246 if ((consoles[cons]->c_flags & (C_PRESENTIN | C_PRESENTOUT)) == in cons_change()
247 (C_PRESENTIN | C_PRESENTOUT)) { in cons_change()
267 (C_PRESENTIN | C_PRESENTOUT)) == in cons_change()
268 (C_PRESENTIN | C_PRESENTOUT)) in cons_change()
HDbootstrap.h103 #define C_PRESENTIN (1<<0) /* console can provide input */ macro
/freebsd-11-stable/stand/userboot/userboot/
HDuserboot_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-11-stable/stand/i386/libi386/
HDcomconsole.c144 if ((comconsole.c_flags & (C_PRESENTIN | C_PRESENTOUT)) == in comc_init()
145 (C_PRESENTIN | C_PRESENTOUT)) in comc_init()
343 comconsole.c_flags |= (C_PRESENTIN | C_PRESENTOUT); in comc_setup()
347 comconsole.c_flags &= ~(C_PRESENTIN | C_PRESENTOUT); in comc_setup()
HDnullconsole.c64 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in nullc_probe()
HDvidconsole.c95 cp->c_flags |= C_PRESENTIN; in vidc_probe()
/freebsd-11-stable/stand/pc98/libpc98/
HDcomconsole.c144 if ((comconsole.c_flags & (C_PRESENTIN | C_PRESENTOUT)) == in comc_init()
145 (C_PRESENTIN | C_PRESENTOUT)) in comc_init()
325 comconsole.c_flags |= (C_PRESENTIN | C_PRESENTOUT); in comc_setup()
329 comconsole.c_flags &= ~(C_PRESENTIN | C_PRESENTOUT); in comc_setup()
HDvidconsole.c135 cp->c_flags |= C_PRESENTIN; in vidc_probe()
/freebsd-11-stable/stand/uboot/lib/
HDconsole.c57 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in uboot_cons_probe()
/freebsd-11-stable/stand/mips/beri/loader/
HDberi_console.c61 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in c_probe()
/freebsd-11-stable/stand/powerpc/kboot/
HDhostcons.c54 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in hostcons_probe()
/freebsd-11-stable/stand/ofw/libofw/
HDofw_console.c63 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in ofw_cons_probe()
/freebsd-11-stable/stand/i386/libfirewire/
HDdconsole.c79 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in dconsole_probe()
/freebsd-11-stable/stand/efi/libefi/
HDefi_console.c112 cp->c_flags |= C_PRESENTIN | C_PRESENTOUT; in efi_cons_probe()