Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/boot/common/
Dconsole.c69 if (consoles[cons]->c_flags == (C_PRESENTIN | C_PRESENTOUT)) in cons_probe()
140 if ((consoles[cons]->c_flags & (C_PRESENTOUT | C_ACTIVEOUT)) == in putchar()
141 (C_PRESENTOUT | C_ACTIVEOUT)) in putchar()
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()
Dbootstrap.h116 #define C_PRESENTOUT (1<<1) /* console can provide output */ macro
/freebsd-10-stable/sys/boot/userboot/userboot/
Duserboot_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-10-stable/sys/boot/i386/libi386/
Dcomconsole.c144 if ((comconsole.c_flags & (C_PRESENTIN | C_PRESENTOUT)) == in comc_init()
145 (C_PRESENTIN | C_PRESENTOUT)) in comc_init()
333 comconsole.c_flags |= (C_PRESENTIN | C_PRESENTOUT); in comc_setup()
337 comconsole.c_flags &= ~(C_PRESENTIN | C_PRESENTOUT); in comc_setup()
Dnullconsole.c64 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in nullc_probe()
Dspinconsole.c68 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in spinc_probe()
Dvidconsole.c99 cp->c_flags |= C_PRESENTOUT; in vidc_probe()
/freebsd-10-stable/sys/boot/pc98/libpc98/
Dcomconsole.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()
Dvidconsole.c139 cp->c_flags |= C_PRESENTOUT; in vidc_probe()
/freebsd-10-stable/sys/boot/uboot/lib/
Dconsole.c57 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in uboot_cons_probe()
/freebsd-10-stable/sys/boot/ia64/ski/
Dskiconsole.c38 cp->c_flags |= C_PRESENTIN | C_PRESENTOUT; in ski_cons_probe()
/freebsd-10-stable/sys/boot/ofw/libofw/
Dofw_console.c63 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in ofw_cons_probe()
/freebsd-10-stable/sys/boot/i386/libfirewire/
Ddconsole.c79 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in dconsole_probe()
/freebsd-10-stable/sys/boot/powerpc/ps3/
Dps3cons.c73 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT; in ps3cons_probe()
/freebsd-10-stable/sys/boot/efi/libefi/
Defi_console.c108 cp->c_flags |= C_PRESENTIN | C_PRESENTOUT; in efi_cons_probe()