Home
last modified time | relevance | path

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

/xnu-12377.61.12/security/
H A Dmac_kext.c45 mac_kext_check_unload(kauth_cred_t cred, const char *identifier) in mac_kext_check_unload() function
H A Dmac_framework.h591 int mac_kext_check_unload(kauth_cred_t cred, const char *identifier) __result_use_check;
/xnu-12377.61.12/libkern/c++/
H A DOSKext.cpp4597 macCheckResult = mac_kext_check_unload(cred, aKext->getIdentifierCString()); in removeKext()