Home
last modified time | relevance | path

Searched refs:mac_system_check_reboot (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/security/
H A Dmac_system.c142 mac_system_check_reboot(kauth_cred_t cred, int howto) in mac_system_check_reboot() function
H A Dmac_framework.h388 int mac_system_check_reboot(kauth_cred_t cred, int howto) __result_use_check;
/xnu-11215.1.10/bsd/kern/
H A Dkern_xxx.c148 error = mac_system_check_reboot(current_cached_proc_cred(p), uap->opt); in reboot()