Searched refs:TS_XCLUDE (Results 1 – 5 of 5) sorted by relevance
206 #define TS_XCLUDE 0x00400 /* Tty requires exclusivity. */ macro
114 } else if ((tp->t_state & TS_XCLUDE) && proc_suser(pp)) { in kmopen()
91 } else if ((tp->t_state & TS_XCLUDE) && proc_suser(pp)) { in kmopen()
288 } else if ((tp->t_state & TS_XCLUDE) && kauth_cred_issuser(kauth_cred_get())) { in ptsopen()
1153 SET(tp->t_state, TS_XCLUDE); in ttioctl_locked()1279 CLR(tp->t_state, TS_XCLUDE); in ttioctl_locked()