Searched refs:myDictionary (Results 1 - 3 of 3) sorted by path

/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c6272 static CFDictionaryRef myDictionary = NULL; // do NOT release local
6275 if (useCache == false || myDictionary == NULL) {
6276 if (myDictionary != NULL) {
6277 SAFE_RELEASE_NULL(myDictionary);
6309 myDictionary = CFDictionaryCreateCopy(NULL, excludelistDict);
6311 if (myDictionary == NULL) {
6318 * myDictionary is a dictionary with keys / values of:
6362 excludedKextVersString = CFDictionaryGetValue(myDictionary, bundleID);
/macosx-10.9.5/kext_tools-326.95.1/
H A Dsecurity.c1236 static CFDictionaryRef myDictionary = NULL; // do NOT release local
1239 if (useCache == false || myDictionary == NULL) {
1240 if (myDictionary != NULL) {
1241 SAFE_RELEASE_NULL(myDictionary);
1269 myDictionary = CFDictionaryCreateCopy(NULL, exceptionlistDict);
1271 if (myDictionary == NULL) {
1281 * myDictionary is a dictionary with keys / values of:
1324 exceptionKextVersString = CFDictionaryGetValue(myDictionary, bundleID);
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp9927 OSDictionary * myDictionary; local
9929 myDictionary = OSDynamicCast(OSDictionary, theObject);
9930 myIter = OSCollectionIterator::withCollection( myDictionary );
9938 myValue = myDictionary->getObject(myKey);

Completed in 504 milliseconds