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

/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DKextManager.c326 CFDictionaryRef kextResult = NULL; // must release local
328 kextResult = OSKextCopyLoadedKextInfo(kextIdentifiers, infoKeys);
329 if (!kextResult) {
335 result = CFDictionaryCreateMutableCopy(kCFAllocatorDefault, 0, kextResult);
339 SAFE_RELEASE(kextResult);

Completed in 72 milliseconds