Searched refs:existingKext (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c1963 OSKextRef existingKext = (OSKextRef)CFArrayGetValueAtIndex( local
1965 OSKextVersion existingKextVersion = OSKextGetVersion(existingKext);
1969 RANGE_ALL(__sOSAllKexts), existingKext);
2610 OSKextRef existingKext = NULL; // do not release local
2661 existingKext = (OSKextRef)CFDictionaryGetValue(__sOSKextsByURL, bundleURL);
2662 if (existingKext) {
2663 result = existingKext;
2678 OSKextLog(existingKext,
2686 if (existingKext) {
2687 if (!CFEqual(bundleID, OSKextGetIdentifier(existingKext))) {
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp1725 OSKext * existingKext = NULL; // do not release local
1746 existingKext = OSDynamicCast(OSKext, sKextsByID->getObject(bundleID));
1747 if (!existingKext) {
1755 existingVersion = existingKext->getVersion();
1759 existingIsLoaded = existingKext->isLoaded();
1760 existingIsPrelinked = existingKext->isPrelinked();
1780 existingUUID = existingKext->copyUUID();

Completed in 316 milliseconds