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

/macosx-10.10/kext_tools-384.1.4/
H A Dkextstat_main.c213 void printKextInfo(CFDictionaryRef kextInfo, KextstatArgs * toolArgs) argument
238 loadTag = (CFNumberRef)CFDictionaryGetValue(kextInfo,
240 retainCount = (CFNumberRef)CFDictionaryGetValue(kextInfo,
242 loadAddress = (CFNumberRef)CFDictionaryGetValue(kextInfo,
244 loadSize = (CFNumberRef)CFDictionaryGetValue(kextInfo,
246 wiredSize = (CFNumberRef)CFDictionaryGetValue(kextInfo,
248 bundleID = (CFStringRef)CFDictionaryGetValue(kextInfo,
250 bundleVersion = (CFStringRef)CFDictionaryGetValue(kextInfo,
252 dependencyLoadTags = (CFArrayRef)CFDictionaryGetValue(kextInfo,
259 isKernelComponent = (CFBooleanRef)CFDictionaryGetValue(kextInfo,
[all...]
H A Dkextstat_main.h109 void printKextInfo(CFDictionaryRef kextInfo, KextstatArgs * toolArgs);
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DKextManager.c314 CFMutableDictionaryRef kextInfo = (CFMutableDictionaryRef)vValue; local
315 CFDictionaryRemoveValue(kextInfo, CFSTR("OSBundleMachOHeaders"));
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp7676 OSDictionary * kextInfo = NULL; // must release local
7706 if (kextInfo) {
7707 kextInfo->release();
7708 kextInfo = NULL;
7737 kextInfo = thisKext->copyInfo(infoKeys);
7738 if (kextInfo) {
7739 result->setObject(thisKext->getIdentifier(), kextInfo);
7746 if (kextInfo) kextInfo->release();

Completed in 207 milliseconds