Searched refs:LITOUT (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h165 #define LITOUT 0x00200000 /* literal output */ macro
185 #define LLITOUT (LITOUT>>16)
/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c554 flags |= LITOUT;
627 if (flags&(RAW|LITOUT|PASS8)) {
634 if (flags&(RAW|LITOUT))
729 * LITOUT bit or the PASS8 bit is being changed, but the delta of
734 if (flags&(RAW|LITOUT|PASS8)) {
741 if (flags&(RAW|LITOUT))

Completed in 74 milliseconds