Searched refs:PF_NBIO (Results 1 – 2 of 2) sorted by relevance
493 if (pty->pt_flags & PF_NBIO) { in ptcread()563 if (pty->pt_flags & PF_NBIO) { in ptcwrite()602 if (pty->pt_flags & PF_NBIO) { in ptcwrite()630 if ((pty->pt_flags & PF_NBIO) && in ptcwrite()648 if (pty->pt_flags & PF_NBIO) { in ptcwrite()780 pty->pt_flags |= PF_NBIO; in ptcioctl()782 pty->pt_flags &= ~PF_NBIO; in ptcioctl()
66 #define PF_NBIO 0x00000008 /* non-blocking I/O on controller */ macro