Home
last modified time | relevance | path

Searched refs:PRIV_TTY_STI (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dpriv.h222 #define PRIV_TTY_STI 255 /* Simulate input on another tty. */ macro
/f-stack/freebsd/kern/
H A Dtty.c1967 if ((fflag & FREAD) == 0 && priv_check(td, PRIV_TTY_STI)) in tty_generic_ioctl()
1970 priv_check(td, PRIV_TTY_STI)) in tty_generic_ioctl()
/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c1771 case PRIV_TTY_STI: in lomac_priv_check()
/f-stack/freebsd/security/mac_biba/
H A Dmac_biba.c2003 case PRIV_TTY_STI: in biba_priv_check()