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

/freebsd-12-stable/stand/userboot/userboot/
H A Duserboot_cons.c76 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
107 userboot_comconsp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
/freebsd-12-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.c100 cp->c_flags |= C_PRESENTOUT;
/freebsd-12-stable/stand/uboot/lib/
H A Dconsole.c57 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
/freebsd-12-stable/stand/mips/beri/loader/
H A Dberi_console.c61 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT;
/freebsd-12-stable/stand/common/
H A Dconsole.c69 if (consoles[cons]->c_flags == (C_PRESENTIN | C_PRESENTOUT))
140 if ((consoles[cons]->c_flags & (C_PRESENTOUT | C_ACTIVEOUT)) ==
141 (C_PRESENTOUT | C_ACTIVEOUT))
246 if ((consoles[cons]->c_flags & (C_PRESENTIN | C_PRESENTOUT)) ==
247 (C_PRESENTIN | C_PRESENTOUT)) {
267 (C_PRESENTIN | C_PRESENTOUT)) ==
268 (C_PRESENTIN | C_PRESENTOUT))
H A Dbootstrap.h106 #define C_PRESENTOUT (1<<1) /* console can provide output */ macro
/freebsd-12-stable/stand/libofw/
H A Dofw_console.c63 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT;
/freebsd-12-stable/stand/powerpc/kboot/
H A Dhostcons.c54 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT;
/freebsd-12-stable/stand/i386/libfirewire/
H A Ddconsole.c79 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
/freebsd-12-stable/stand/efi/libefi/
H A Defi_console.c114 cp->c_flags |= C_PRESENTIN | C_PRESENTOUT;

Completed in 207 milliseconds