Home
last modified time | relevance | path

Searched refs:mac_system_check_info (Results 1 – 8 of 8) sorted by relevance

/xnu-11215.1.10/security/
H A Dmac_system.c108 mac_system_check_info(kauth_cred_t cred, const char *info_type) in mac_system_check_info() function
H A Dmac_framework.h386 int mac_system_check_info(kauth_cred_t, const char *info_type) __result_use_check;
/xnu-11215.1.10/bsd/netinet6/
H A Dnd6_send.c104 error = mac_system_check_info(current_cached_proc_cred(req->p),
/xnu-11215.1.10/bsd/pgo/
H A Dprofile_runtime.c170 err = mac_system_check_info(kauth_cred_get(), "kern.profiling_data"); in grab_pgo_data()
/xnu-11215.1.10/bsd/skywalk/core/
H A Dskywalk.c612 ret = mac_system_check_info(cred, info_type); in skywalk_mac_system_check_proc_cred()
/xnu-11215.1.10/bsd/kern/
H A Dsys_generic.c2202 if ((error = mac_system_check_info(kauth_cred_get(), "hw.uuid")) != 0) { in gethostuuid()
H A Dproc_info.c3172 if ((error = mac_system_check_info(kauth_cred_get(), "kern.msgbuf"))) { in proc_kernmsgbuf()
/xnu-11215.1.10/bsd/net/
H A Ddlil.c10866 if (credp && mac_system_check_info(*credp, "net.link.addr")) { in dlil_ifaddr_bytes()