Searched refs:C_PRESENTOUT (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/stand/userboot/userboot/
H A Duserboot_cons.c77 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
108 userboot_comconsp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
/freebsd-13-stable/stand/i386/libi386/
H A Dnullconsole.c64 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
H A Dcomconsole.c144 if ((comconsole.c_flags & (C_PRESENTIN | C_PRESENTOUT)) ==
145 (C_PRESENTIN | C_PRESENTOUT))
339 comconsole.c_flags &= ~(C_PRESENTIN | C_PRESENTOUT);
355 comconsole.c_flags |= (C_PRESENTIN | C_PRESENTOUT);
359 comconsole.c_flags &= ~(C_PRESENTIN | C_PRESENTOUT);
H A Dvidconsole.c521 cp->c_flags |= C_PRESENTOUT;
/freebsd-13-stable/stand/uboot/lib/
H A Dconsole.c57 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
/freebsd-13-stable/stand/mips/beri/loader/
H A Dberi_console.c61 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT;
/freebsd-13-stable/stand/common/
H A Dconsole.c70 if (consoles[cons]->c_flags == (C_PRESENTIN | C_PRESENTOUT))
144 if ((consoles[cons]->c_flags & (C_PRESENTOUT | C_ACTIVEOUT)) ==
145 (C_PRESENTOUT | C_ACTIVEOUT))
253 (C_PRESENTIN | C_PRESENTOUT)) ==
254 (C_PRESENTIN | C_PRESENTOUT)) {
281 (C_PRESENTIN | C_PRESENTOUT)) ==
282 (C_PRESENTIN | C_PRESENTOUT))
H A Dbootstrap.h105 #define C_PRESENTOUT (1<<1) /* console can provide output */ macro
/freebsd-13-stable/stand/libofw/
H A Dofw_console.c63 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT;
/freebsd-13-stable/stand/powerpc/kboot/
H A Dhostcons.c54 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT;
/freebsd-13-stable/stand/i386/libfirewire/
H A Ddconsole.c79 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
/freebsd-13-stable/stand/efi/loader/
H A Defiserialio.c317 sc->c_flags = C_PRESENTIN | C_PRESENTOUT;
513 comconsole.c_flags |= (C_PRESENTIN | C_PRESENTOUT);
/freebsd-13-stable/stand/efi/libefi/
H A Defi_console.c417 cp->c_flags |= C_PRESENTIN | C_PRESENTOUT;

Completed in 195 milliseconds