Home
last modified time | relevance | path

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

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