Home
last modified time | relevance | path

Searched refs:TF_EXCLUDE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dtty.h85 #define TF_EXCLUDE 0x02000 /* Exclusive access. */ macro
/f-stack/freebsd/kern/
H A Dtty.c318 if (tp->t_flags & TF_EXCLUDE && priv_check(td, PRIV_TTY_EXCLUSIVE)) { in ttydev_open()
401 tp->t_flags &= ~TF_EXCLUDE; in ttydev_close()
1948 tp->t_flags |= TF_EXCLUDE; in tty_generic_ioctl()
1951 tp->t_flags &= ~TF_EXCLUDE; in tty_generic_ioctl()
2281 { TF_EXCLUDE, 'X' },