Home
last modified time | relevance | path

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

/freebsd-14-stable/stand/common/
HDconsole.c101 if (consoles[cons]->c_flags == (C_PRESENTIN | C_PRESENTOUT)) in cons_probe()
177 if ((consoles[cons]->c_flags & (C_PRESENTOUT | C_ACTIVEOUT)) == in putchar()
178 (C_PRESENTOUT | C_ACTIVEOUT)) in putchar()
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()
HDbootstrap.h105 #define C_PRESENTOUT (1<<1) /* console can provide output */ macro
/freebsd-14-stable/stand/i386/libi386/
HDcomconsole.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()
HDnullconsole.c61 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in nullc_probe()
HDtextvidc.c95 cp->c_flags |= C_PRESENTOUT; in vidc_probe()
HDvidconsole.c517 cp->c_flags |= C_PRESENTOUT; in vidc_probe()
/freebsd-14-stable/stand/userboot/userboot/
HDuserboot_cons.c74 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in userboot_cons_probe()
105 userboot_comconsp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in userboot_comcons_init()
/freebsd-14-stable/stand/efi/libefi/
HDeficom.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()
HDefi_console.c431 cp->c_flags |= C_PRESENTIN | C_PRESENTOUT; in efi_cons_probe()
/freebsd-14-stable/stand/uboot/
HDuboot_console.c54 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in uboot_cons_probe()
/freebsd-14-stable/stand/kboot/kboot/
HDhostcons.c54 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in hostcons_probe()
/freebsd-14-stable/stand/libofw/
HDofw_console.c60 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in ofw_cons_probe()