Searched refs:PRIV_TTY_STI (Results 1 – 2 of 2) sorted by relevance
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()
140 #define PRIV_TTY_STI 255 /* Simulate input on another tty. */ macro
Completed in 8 milliseconds