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

/freebsd-11-stable/sys/sys/
H A Dtty.h83 #define TF_EXCLUDE 0x02000 /* Exclusive access. */ macro
/freebsd-11-stable/usr.sbin/pstat/
H A Dpstat.c323 { TF_EXCLUDE, 'X' },
/freebsd-11-stable/sys/kern/
H A Dtty.c308 if (tp->t_flags & TF_EXCLUDE && priv_check(td, PRIV_TTY_EXCLUSIVE)) {
390 tp->t_flags &= ~TF_EXCLUDE;
1909 tp->t_flags |= TF_EXCLUDE;
1912 tp->t_flags &= ~TF_EXCLUDE;
2241 { TF_EXCLUDE, 'X' },

Completed in 63 milliseconds