Home
last modified time | relevance | path

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

/xnu-10002.41.9/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.h386 int mac_system_check_reboot(kauth_cred_t cred, int howto) __result_use_check;
/xnu-10002.41.9/bsd/kern/
H A Dkern_xxx.c152 error = mac_system_check_reboot(my_cred, uap->opt); in reboot()