Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dconsole.c101 if (consoles[cons]->c_flags == (C_PRESENTIN | C_PRESENTOUT)) in cons_probe()
146 (C_PRESENTIN | C_ACTIVEIN)) == in getchar()
147 (C_PRESENTIN | C_ACTIVEIN) && in getchar()
160 if ((consoles[cons]->c_flags & (C_PRESENTIN | C_ACTIVEIN)) == in ischar()
161 (C_PRESENTIN | C_ACTIVEIN) && in ischar()
286 (C_PRESENTIN | C_PRESENTOUT)) == in cons_change()
287 (C_PRESENTIN | C_PRESENTOUT)) { in cons_change()
314 (C_PRESENTIN | C_PRESENTOUT)) == in cons_change()
315 (C_PRESENTIN | C_PRESENTOUT)) in cons_change()
H A Dbootstrap.h105 #define C_PRESENTIN (1<<0) /* console can provide input */ macro
/freebsd/stand/i386/libi386/
H A Dcomconsole.c141 if ((comconsole.c_flags & (C_PRESENTIN | C_PRESENTOUT)) == in comc_init()
142 (C_PRESENTIN | C_PRESENTOUT)) in comc_init()
337 comconsole.c_flags &= ~(C_PRESENTIN | C_PRESENTOUT); in comc_setup()
353 comconsole.c_flags |= (C_PRESENTIN | C_PRESENTOUT); in comc_setup()
357 comconsole.c_flags &= ~(C_PRESENTIN | C_PRESENTOUT); in comc_setup()
H A Dnullconsole.c60 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in nullc_probe()
H A Dtextvidc.c90 cp->c_flags |= C_PRESENTIN; in vidc_probe()
H A Dvidconsole.c513 cp->c_flags |= C_PRESENTIN; in vidc_probe()
/freebsd/stand/userboot/userboot/
H A Duserboot_cons.c72 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in userboot_cons_probe()
103 userboot_comconsp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in userboot_comcons_init()
/freebsd/stand/efi/libefi/
H A Deficom.c360 sc->c_flags = C_PRESENTIN | C_PRESENTOUT; in comc_probe()
362 sc->c_flags &= ~(C_PRESENTIN | C_PRESENTOUT); in comc_probe()
373 if (eficom.c_flags & (C_PRESENTIN | C_PRESENTOUT)) { in comc_probe_compat()
599 eficom.c_flags |= (C_PRESENTIN | C_PRESENTOUT); in comc_setup()
H A Defi_console.c431 cp->c_flags |= C_PRESENTIN | C_PRESENTOUT; in efi_cons_probe()
/freebsd/stand/uboot/
H A Duboot_console.c53 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in uboot_cons_probe()
/freebsd/stand/kboot/kboot/
H A Dhostcons.c53 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in hostcons_probe()
/freebsd/stand/libofw/
H A Dofw_console.c59 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in ofw_cons_probe()