Home
last modified time | relevance | path

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

/freebsd/sys/dev/io/
H A Diodev.c70 error = priv_check(td, PRIV_IO); in ioopen()
/freebsd/sys/sys/
H A Dpriv.h75 #define PRIV_IO 12 /* Can perform low-level I/O. */ macro
/freebsd/sys/amd64/linux/
H A Dlinux_machdep.c87 if ((error = priv_check(td, PRIV_IO)) != 0) in linux_iopl()
/freebsd/sys/amd64/amd64/
H A Dvm_machdep.c493 error = priv_check(td, PRIV_IO); in cpu_procctl()
H A Dsys_machdep.c400 if ((error = priv_check(td, PRIV_IO)) != 0) in amd64_set_ioperm()
/freebsd/sys/amd64/linux32/
H A Dlinux32_machdep.c331 if ((error = priv_check(td, PRIV_IO)) != 0) in linux_iopl()
/freebsd/sys/i386/i386/
H A Dsys_machdep.c339 if ((error = priv_check(td, PRIV_IO)) != 0) in i386_set_ioperm()
/freebsd/sys/dev/vt/
H A Dvt_core.c2897 error = priv_check(td, PRIV_IO); in vtterm_ioctl()
/freebsd/sys/dev/syscons/
H A Dsyscons.c1332 error = priv_check(td, PRIV_IO); in sctty_ioctl()