Searched refs:TS_XCLUDE (Results 1 – 5 of 5) sorted by relevance
205 #define TS_XCLUDE 0x00400 /* Tty requires exclusivity. */ macro
120 } else if ((tp->t_state & TS_XCLUDE) && proc_suser(pp)) { in kmopen()
97 } else if ((tp->t_state & TS_XCLUDE) && proc_suser(pp)) { in kmopen()
281 } else if ((tp->t_state & TS_XCLUDE) && kauth_cred_issuser(kauth_cred_get())) { in ptsopen()
1089 SET(tp->t_state, TS_XCLUDE); in ttioctl_locked()1169 CLR(tp->t_state, TS_XCLUDE); in ttioctl_locked()