Searched refs:PRIV_IO (Results 1 – 9 of 9) sorted by relevance
74 #define PRIV_IO 12 /* Can perform low-level I/O. */ macro
71 error = priv_check(td, PRIV_IO); in ioopen()
150 if ((error = priv_check(td, PRIV_IO)) != 0) in linux_iopl()
345 if ((error = priv_check(td, PRIV_IO)) != 0)
405 if ((error = priv_check(td, PRIV_IO)) != 0) in linux_iopl()
351 if ((error = priv_check(td, PRIV_IO)) != 0)
501 if ((error = priv_check(td, PRIV_IO)) != 0) in linux_iopl()
2279 error = priv_check(td, PRIV_IO); in vtterm_ioctl()
1209 error = priv_check(td, PRIV_IO); in sctty_ioctl()