Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtty.h83 #define TF_EXCLUDE 0x02000 /* Exclusive access. */ macro
/freebsd/sys/kern/
H A Dtty.c313 if (tp->t_flags & TF_EXCLUDE && priv_check(td, PRIV_TTY_EXCLUSIVE)) { in ttydev_open()
399 tp->t_flags &= ~TF_EXCLUDE; in ttydev_close()
1972 tp->t_flags |= TF_EXCLUDE; in tty_generic_ioctl()
1975 tp->t_flags &= ~TF_EXCLUDE; in tty_generic_ioctl()
2314 { TF_EXCLUDE, 'X' },
/freebsd/usr.sbin/pstat/
H A Dpstat.c313 { TF_EXCLUDE, 'X' },