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

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

Completed in 52 milliseconds