Searched refs:PRIV_REBOOT (Results 1 – 3 of 3) sorted by relevance
71 #define PRIV_REBOOT 8 /* Can reboot system. */ macro
308 error = priv_check(td, PRIV_REBOOT); in sys_reboot()
1456 return (priv_check(td, PRIV_REBOOT)); in linux_reboot()