Searched refs:checkKext (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/kext_tools-384.1.4/
H A Dkextd_usernotification.c776 OSKextRef checkKext = (OSKextRef)CFArrayGetValueAtIndex(kextList, i); local
780 if (OSKextIsAuthentic(checkKext)) {
783 nonsecureKextPath = copyKextPath(checkKext);
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c1783 OSKextRef checkKext = (OSKextRef)CFArrayGetValueAtIndex( local
1785 if (checkKext == aKext) {
7146 OSKextRef checkKext = (OSKextRef)CFArrayGetValueAtIndex(__sOSAllKexts, i); local
7147 if (!checkKext->loadInfo || !checkKext->loadInfo->dependencies ||
7148 !__OSKextHasAllDependencies(checkKext)) {
7151 if (CFArrayContainsValue(checkKext->loadInfo->dependencies,
7152 RANGE_ALL(checkKext->loadInfo->dependencies), aKext)) {
7154 __OSKextGetFileSystemPath(checkKext, /* otherURL */ NULL,
7160 checkKext
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp3237 OSKext * checkKext = NULL; // do not release local
3253 checkKext = OSDynamicCast(OSKext,
3255 if (checkKext != aKext) {

Completed in 320 milliseconds