Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dconsole.c146 if (consoles[cons]->c_flags == (C_PRESENTIN | C_PRESENTOUT)) { in cons_probe()
249 if ((consoles[cons]->c_flags & (C_PRESENTOUT | C_ACTIVEOUT)) == in putchar()
250 (C_PRESENTOUT | C_ACTIVEOUT)) { in putchar()
329 (C_PRESENTIN | C_PRESENTOUT)) != in cons_check()
330 (C_PRESENTIN | C_PRESENTOUT)) { in cons_check()
H A Dbootstrap.h102 #define C_PRESENTOUT (1<<1) /* console can provide output */ macro
/illumos-gate/usr/src/boot/i386/libi386/
H A Dnullconsole.c73 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in nullc_probe()
H A Dcomconsole.c297 cp->c_flags = C_PRESENTIN | C_PRESENTOUT; in comc_probe()
699 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in comc_setup()
H A Dvidconsole.c647 cp->c_flags |= C_PRESENTOUT; in vidc_probe()
/illumos-gate/usr/src/boot/efi/loader/
H A Defiserialio.c293 cp->c_flags = C_PRESENTIN | C_PRESENTOUT; in comc_probe()
668 cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT); in comc_setup()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c486 cp->c_flags |= C_PRESENTIN | C_PRESENTOUT; in efi_cons_probe()