Home
last modified time | relevance | path

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

/components/lwp/terminal/freebsd/
A Dtty.c309 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()
/components/lwp/terminal/
A Dterminal.h133 #define TF_EXCLUDE 0x02000 /* Exclusive access. */ macro

Completed in 6 milliseconds