Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dconsole.c59 int flags = C_PRESENTIN | C_ACTIVEIN; in cons_inputdev()
146 if (consoles[cons]->c_flags == (C_PRESENTIN | C_PRESENTOUT)) { in cons_probe()
205 int flags = C_PRESENTIN | C_ACTIVEIN; in getchar()
235 if ((consoles[cons]->c_flags & (C_PRESENTIN | C_ACTIVEIN)) == in ischar()
236 (C_PRESENTIN | C_ACTIVEIN) && in ischar()
329 (C_PRESENTIN | C_PRESENTOUT)) != in cons_check()
330 (C_PRESENTIN | C_PRESENTOUT)) { in cons_check()
H A Dbootstrap.h101 #define C_PRESENTIN (1<<0) /* console can provide input */ 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.c643 cp->c_flags |= C_PRESENTIN; 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()