Searched refs:TF_EXCLUDE (Results 1 – 2 of 2) sorted by relevance
309 if (tp->t_flags & TF_EXCLUDE && priv_check(td, PRIV_TTY_EXCLUSIVE)) in ttydev_open()401 tp->t_flags &= ~TF_EXCLUDE; in ttydev_close()1348 tp->t_flags |= TF_EXCLUDE; in tty_generic_ioctl()1351 tp->t_flags &= ~TF_EXCLUDE; in tty_generic_ioctl()
133 #define TF_EXCLUDE 0x02000 /* Exclusive access. */ macro
Completed in 9 milliseconds