Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dpriv.h217 #define PRIV_TTY_STI 255 /* Simulate input on another tty. */ macro
/freebsd-9-stable/sys/kern/
Dtty.c1723 if ((fflag & FREAD) == 0 && priv_check(td, PRIV_TTY_STI)) in tty_generic_ioctl()
1726 priv_check(td, PRIV_TTY_STI)) in tty_generic_ioctl()
/freebsd-9-stable/sys/security/mac_lomac/
Dmac_lomac.c1787 case PRIV_TTY_STI: in lomac_priv_check()
/freebsd-9-stable/sys/security/mac_biba/
Dmac_biba.c1984 case PRIV_TTY_STI: in biba_priv_check()