Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dptyvar.h68 #define PF_WOPEN 0x00000020 /* waiting for open to complete */ macro
/titanic_41/usr/src/uts/common/io/
H A Dtty_pts.c268 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()
H A Dtty_pty.c261 if (pty->pt_flags & PF_WOPEN) { in ptcopen()
262 pty->pt_flags &= ~PF_WOPEN; in ptcopen()
306 pty->pt_flags &= (PF_WOPEN|PF_STOPPED|PF_NOSTOP); in ptcclose()