Home
last modified time | relevance | path

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

/xnu-12377.61.12/security/
H A Dmac_kext.c35 mac_kext_check_load(kauth_cred_t cred, const char *identifier) in mac_kext_check_load() function
H A Dmac_framework.h590 int mac_kext_check_load(kauth_cred_t cred, const char *identifier) __result_use_check;
/xnu-12377.61.12/libkern/c++/
H A DOSKext.cpp6551 macCheckResult = mac_kext_check_load(cred, getIdentifierCString()); in load()