Searched full:pf_async (Results 1 – 3 of 3) sorted by relevance
992 if (pty->pt_flags & PF_ASYNC) in ptcpollwakeup()1002 if (pty->pt_flags & PF_ASYNC) in ptcpollwakeup()1013 if (pty->pt_flags & PF_ASYNC) in ptcpollwakeup()
790 pty->pt_flags |= PF_ASYNC; in ptcioctl()792 pty->pt_flags &= ~PF_ASYNC; in ptcioctl()
67 #define PF_ASYNC 0x00000010 /* asynchronous I/O on controller */ macro