Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dptyvar.h77 #define PF_IOCTL 0x00004000 /* ioctl call in progress */ macro
/titanic_50/usr/src/uts/common/io/
H A Dtty_pty.c958 pty->pt_flags |= PF_IOCTL; in ptcioctl()
965 pty->pt_flags &= ~(PF_IOCTL|PF_WAIT); in ptcioctl()
H A Dtty_pts.c337 while (pty->pt_flags & PF_IOCTL) { in ptslclose()