Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dptyvar.h68 #define PF_SUBSIDGONE 0x00000080 /* subsidiary was open, now closed */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dtty_pty.c479 if (pty->pt_flags & PF_SUBSIDGONE) { in ptcread()
544 if (pty->pt_flags & PF_SUBSIDGONE) { in ptcwrite()
582 if (pty->pt_flags & PF_SUBSIDGONE) { in ptcwrite()
983 if (pty->pt_flags & PF_SUBSIDGONE) { in ptcpoll()
H A Dtty_pts.c280 pty->pt_flags &= ~PF_SUBSIDGONE; in ptslopen()
366 pty->pt_flags |= PF_SUBSIDGONE; /* let the controller know */ in ptslclose()
948 pty->pt_flags |= PF_SUBSIDGONE; in pt_sendstop()