Searched refs:PF_WOPEN (Results 1 – 3 of 3) sorted by relevance
68 #define PF_WOPEN 0x00000020 /* waiting for open to complete */ macro
268 pty->pt_flags |= PF_WOPEN; in ptslopen()270 pty->pt_flags &= ~PF_WOPEN; in ptslopen()364 pty->pt_flags &= ~(PF_WOPEN|PF_STOPPED|PF_NOSTOP); in ptslclose()
262 if (pty->pt_flags & PF_WOPEN) { in ptcopen()263 pty->pt_flags &= ~PF_WOPEN; in ptcopen()307 pty->pt_flags &= (PF_WOPEN|PF_STOPPED|PF_NOSTOP); in ptcclose()