Searched refs:PRIV_IO (Results 1 – 10 of 10) sorted by relevance
71 error = priv_check(td, PRIV_IO); in ioopen()
75 #define PRIV_IO 12 /* Can perform low-level I/O. */ macro
503 error = priv_check(td, PRIV_IO); in cpu_procctl()
403 if ((error = priv_check(td, PRIV_IO)) != 0) in amd64_set_ioperm()
124 if ((error = priv_check(td, PRIV_IO)) != 0) in linux_iopl()
343 if ((error = priv_check(td, PRIV_IO)) != 0) in i386_set_ioperm()
477 if ((error = priv_check(td, PRIV_IO)) != 0) in linux_iopl()
370 if ((error = priv_check(td, PRIV_IO)) != 0) in linux_iopl()
2689 error = priv_check(td, PRIV_IO); in vtterm_ioctl()
1332 error = priv_check(td, PRIV_IO); in sctty_ioctl()