Searched refs:PF_NBIO (Results 1 – 2 of 2) sorted by relevance
492 if (pty->pt_flags & PF_NBIO) { in ptcread()562 if (pty->pt_flags & PF_NBIO) { in ptcwrite()601 if (pty->pt_flags & PF_NBIO) { in ptcwrite()629 if ((pty->pt_flags & PF_NBIO) && in ptcwrite()647 if (pty->pt_flags & PF_NBIO) { in ptcwrite()779 pty->pt_flags |= PF_NBIO; in ptcioctl()781 pty->pt_flags &= ~PF_NBIO; in ptcioctl()
66 #define PF_NBIO 0x00000008 /* non-blocking I/O on controller */ macro