Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dptyvar.h70 #define PF_SLAVEGONE 0x00000080 /* slave was open, but is now closed */ macro
/titanic_50/usr/src/uts/common/io/
H A Dtty_pty.c485 if (pty->pt_flags & PF_SLAVEGONE) { in ptcread()
555 if (pty->pt_flags & PF_SLAVEGONE) { in ptcwrite()
593 if (pty->pt_flags & PF_SLAVEGONE) { in ptcwrite()
1000 if (pty->pt_flags & PF_SLAVEGONE) { in ptcpoll()
H A Dtty_pts.c280 pty->pt_flags &= ~PF_SLAVEGONE; in ptslopen()
366 pty->pt_flags |= PF_SLAVEGONE; /* let the controller know */ in ptslclose()
946 pty->pt_flags |= PF_SLAVEGONE; in pt_sendstop()