Symbol: C_PRESENTIN
usr/src/boot/common/console.c
162
if (consoles[cons]->c_flags == (C_PRESENTIN | C_PRESENTOUT)) {
usr/src/boot/common/console.c
228
int flags = C_PRESENTIN | C_ACTIVEIN;
usr/src/boot/common/console.c
258
if ((consoles[cons]->c_flags & (C_PRESENTIN | C_ACTIVEIN)) ==
usr/src/boot/common/console.c
259
(C_PRESENTIN | C_ACTIVEIN) &&
usr/src/boot/common/console.c
352
(C_PRESENTIN | C_PRESENTOUT)) !=
usr/src/boot/common/console.c
353
(C_PRESENTIN | C_PRESENTOUT)) {
usr/src/boot/common/console.c
60
int flags = C_PRESENTIN | C_ACTIVEIN;
usr/src/boot/efi/libefi/efi_console.c
503
cp->c_flags |= C_PRESENTIN | C_PRESENTOUT;
usr/src/boot/efi/libefi/efiisaio.c
1179
cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
usr/src/boot/efi/libefi/efiisaio.c
594
tty->c_flags = C_PRESENTIN | C_PRESENTOUT;
usr/src/boot/efi/libefi/efiserialio.c
1141
cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
usr/src/boot/efi/libefi/efiserialio.c
644
tty->c_flags = C_PRESENTIN | C_PRESENTOUT;
usr/src/boot/efi/libefi/efiserialio.c
715
cp->c_flags = C_PRESENTIN | C_PRESENTOUT;
usr/src/boot/i386/libi386/comconsole.c
263
cp->c_flags = C_PRESENTIN | C_PRESENTOUT;
usr/src/boot/i386/libi386/comconsole.c
546
cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
usr/src/boot/i386/libi386/nullconsole.c
73
cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
usr/src/boot/i386/libi386/vidconsole.c
643
cp->c_flags |= C_PRESENTIN;
usr/src/boot/userboot/userboot/userboot_cons.c
122
(userboot_console.c_flags & C_PRESENTIN) != 0)
usr/src/boot/userboot/userboot/userboot_cons.c
136
(userboot_console.c_flags & C_PRESENTIN) != 0)
usr/src/boot/userboot/userboot/userboot_cons.c
73
cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);
usr/src/boot/userboot/userboot/userboot_cons.c
96
cp->c_flags |= (C_PRESENTIN | C_PRESENTOUT);