Home
last modified time | relevance | path

Searched refs:PRIV_IO (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/sys/
H A Dpriv.h77 #define PRIV_IO 12 /* Can perform low-level I/O. */ macro
/f-stack/freebsd/amd64/linux/
H A Dlinux_machdep.c166 if ((error = priv_check(td, PRIV_IO)) != 0) in linux_iopl()
/f-stack/freebsd/amd64/amd64/
H A Dvm_machdep.c460 error = priv_check(td, PRIV_IO); in cpu_procctl()
H A Dsys_machdep.c405 if ((error = priv_check(td, PRIV_IO)) != 0)
/f-stack/freebsd/i386/i386/
H A Dsys_machdep.c343 if ((error = priv_check(td, PRIV_IO)) != 0)
/f-stack/freebsd/i386/linux/
H A Dlinux_machdep.c389 if ((error = priv_check(td, PRIV_IO)) != 0) in linux_iopl()
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_machdep.c486 if ((error = priv_check(td, PRIV_IO)) != 0) in linux_iopl()