Searched refs:PF_WREAD (Results 1 – 2 of 2) sorted by relevance
81 #define PF_WREAD 0x00040000 /* want to read */ macro
342 pty->pt_flags |= PF_WREAD; in ptcread()500 if (pty->pt_flags & PF_WREAD) in ptcread()503 pty->pt_flags &= ~(PF_READ | PF_WREAD); in ptcread()513 if (pty->pt_flags & PF_WREAD) in ptcread()516 pty->pt_flags &= ~(PF_READ | PF_WREAD); in ptcread()