Searched refs:PRIV_IO (Results 1 – 9 of 9) sorted by relevance
70 error = priv_check(td, PRIV_IO); in ioopen()
75 #define PRIV_IO 12 /* Can perform low-level I/O. */ macro
87 if ((error = priv_check(td, PRIV_IO)) != 0) in linux_iopl()
493 error = priv_check(td, PRIV_IO); in cpu_procctl()
400 if ((error = priv_check(td, PRIV_IO)) != 0) in amd64_set_ioperm()
331 if ((error = priv_check(td, PRIV_IO)) != 0) in linux_iopl()
339 if ((error = priv_check(td, PRIV_IO)) != 0) in i386_set_ioperm()
2897 error = priv_check(td, PRIV_IO); in vtterm_ioctl()
1332 error = priv_check(td, PRIV_IO); in sctty_ioctl()