Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpriv.h217 #define PRIV_TTY_CONSOLE 250 /* Set console to tty. */ macro
/f-stack/freebsd/kern/
H A Dtty.c1918 error = priv_check(td, PRIV_TTY_CONSOLE); in tty_generic_ioctl()