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

/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c551 flags |= RAW;
553 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8)
598 if (flags & RAW) {
627 if (flags&(RAW|LITOUT|PASS8)) {
629 if (!(flags&(RAW|PASS8))
630 || (flags&(RAW|PASS8|ANYP)) == (PASS8|ANYP))
634 if (flags&(RAW|LITOUT))
643 /* XXX don't set INPCK if RAW or PASS8? */
728 * character size if the mode is already RAW or if neither the
730 * the change is not available here and skipping the RAW cas
[all...]
/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h127 #define RAW 0x00000020 /* no i/o processing */ macro

Completed in 65 milliseconds