Searched refs:kextList (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_usernotification.h47 Boolean recordNonsecureKexts(CFArrayRef kextList);
H A Dsecurity.h59 void recordKextLoadListForMT(CFArrayRef kextList);
H A Dsecurity.c47 static void filterKextLoadForMT(OSKextRef aKext, CFMutableArrayRef *kextList);
825 static void filterKextLoadForMT(OSKextRef aKext, CFMutableArrayRef *kextList) argument
827 if (aKext == NULL || kextList == NULL)
1067 CFArrayAppendValue(*kextList, kextDict);
1090 recordKextLoadListForMT(CFArrayRef kextList) argument
1096 if (kextList && (count = CFArrayGetCount(kextList))) {
1098 CFArrayGetCount(kextList),
1102 aKext = (OSKextRef)CFArrayGetValueAtIndex(kextList, i);
H A Dkextd_usernotification.c768 Boolean recordNonsecureKexts(CFArrayRef kextList) argument
774 if (kextList && (count = CFArrayGetCount(kextList))) {
776 OSKextRef checkKext = (OSKextRef)CFArrayGetValueAtIndex(kextList, i);
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c14792 CFArrayRef kextList = NULL; // must release
14830 kextList = CFArrayCreate(kCFAllocatorDefault, (const void **) theKexts,
14832 if (!kextList) {
14837 result = CFRetain(kextList);
14839 SAFE_RELEASE(kextList);

Completed in 211 milliseconds