Searched refs:PF_WOPEN (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dptyvar.h68 #define PF_WOPEN 0x00000020 /* waiting for open to complete */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dtty_pts.c268 pty->pt_flags |= PF_WOPEN;
270 pty->pt_flags &= ~PF_WOPEN;
364 pty->pt_flags &= ~(PF_WOPEN|PF_STOPPED|PF_NOSTOP);
H A Dtty_pty.c262 if (pty->pt_flags & PF_WOPEN) {
263 pty->pt_flags &= ~PF_WOPEN;
307 pty->pt_flags &= (PF_WOPEN|PF_STOPPED|PF_NOSTOP);

Completed in 63 milliseconds