Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dptyvar.h78 #define PF_WAIT 0x00008000 /* wait in close */ macro
/titanic_50/usr/src/uts/common/io/
H A Dtty_pty.c963 if (pty->pt_flags & PF_WAIT) in ptcioctl()
965 pty->pt_flags &= ~(PF_IOCTL|PF_WAIT); in ptcioctl()
H A Dtty_pts.c338 pty->pt_flags |= PF_WAIT; in ptslclose()