Home
last modified time | relevance | path

Searched refs:priv_check (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()
1321 error = priv_check(td, PRIV_TTY_DRAINWAIT); in tty_generic_ioctl()
1329 error = priv_check(td, PRIV_TTY_CONSOLE); in tty_generic_ioctl()
1367 if ((fflag & FREAD) == 0 && priv_check(td, PRIV_TTY_STI)) in tty_generic_ioctl()
1369 if (!tty_is_ctty(tp, td->lwp) && priv_check(td, PRIV_TTY_STI)) in tty_generic_ioctl()
/components/lwp/terminal/
A Dbsd_porting.h329 rt_inline int priv_check(struct rt_thread *td, int priv) in priv_check() function

Completed in 7 milliseconds