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

/macosx-10.10.1/configd-699.1.5/Plugins/PreferencesMonitor/
H A Dprefsmon.c375 CFMutableDictionaryRef myDict; local
409 myDict = (CFMutableDictionaryRef)CFDictionaryGetValue(newPrefs, myKey);
410 if (myDict) {
411 myDict = CFDictionaryCreateMutableCopy(NULL,
413 (CFDictionaryRef)myDict);
415 myDict = CFDictionaryCreateMutable(NULL,
429 CFDictionarySetValue(myDict, keys[i], vals[i]);
448 if (CFDictionaryGetCount(myDict) > 0) {
450 CFDictionarySetValue(newPrefs, myKey, myDict);
453 CFRelease(myDict);
[all...]
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkext_tools_util.c363 CFMutableDictionaryRef myDict; local
364 myDict = (CFMutableDictionaryRef)
366 if (myDict == NULL) continue;
368 if ( !CFDictionaryContainsValue(myDict, myBundleID) ) {
371 if ( !CFDictionaryContainsValue(myDict,
1286 CFDictionaryRef myDict = NULL; // must release local
1294 myDict = copyBootCachesDictForURL(theVolRootURL);
1295 if (myDict != NULL) {
1297 CFDictionaryGetValue(myDict, kBCPostBootKey);
1328 SAFE_RELEASE(myDict);
[all...]
H A Dkextd_usernotification.c1705 CFDictionaryRef myDict; // do NOT release local
1708 myDict = (CFDictionaryRef)
1710 if (myDict == NULL ||
1711 CFGetTypeID(myDict) != CFDictionaryGetTypeID()) {
1715 myKextPath = CFDictionaryGetValue(myDict, CFSTR("KextPathKey"));
1748 CFDictionaryRef myDict; // do NOT release local
1753 myDict = (CFDictionaryRef)
1755 if (myDict == NULL) continue;
1758 CFDictionaryGetValue(myDict, kCFBundleIdentifierKey);
1764 if ( isInAlertsSentArray(*theSentAlertsArrayPtr, myDict, myMappingKe
[all...]
H A Dkextcache_main.c2386 CFDictionaryRef myDict = NULL; // must release local
2389 myDict = copyBootCachesDictForURL(theVolRootURL);
2390 if (myDict) {
2392 CFDictionaryGetValue(myDict, kBCPostBootKey);
2402 SAFE_RELEASE(myDict);
2412 CFDictionaryRef myDict = NULL; // must release local
2416 myDict = copyBootCachesDictForURL(theVolRootURL);
2417 if (myDict) {
2419 CFDictionaryGetValue(myDict, kBCPostBootKey);
2442 } // myDict
[all...]
/macosx-10.10.1/configd-699.1.5/configd.tproj/
H A Dpattern.c60 CFDictionaryRef myDict; local
63 myDict = CFDictionaryCreateCopy(myAllocator, theDict);
64 CFDictionaryApplyFunction(myDict, applier, context);
65 CFRelease(myDict);
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DBridgeConfiguration.c234 CFDictionaryRef myDict; local
237 myDict = CFDictionaryCreateCopy(myAllocator, theDict);
238 CFDictionaryApplyFunction(myDict, applier, context);
239 CFRelease(myDict);
H A DVLANConfiguration.c207 CFDictionaryRef myDict; local
210 myDict = CFDictionaryCreateCopy(myAllocator, theDict);
211 CFDictionaryApplyFunction(myDict, applier, context);
212 CFRelease(myDict);
H A DBondConfiguration.c248 CFDictionaryRef myDict; local
251 myDict = CFDictionaryCreateCopy(myAllocator, theDict);
252 CFDictionaryApplyFunction(myDict, applier, context);
253 CFRelease(myDict);
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/reachability/
H A DSCNetworkReachabilityServer_server.c71 CFDictionaryRef myDict; local
74 myDict = CFDictionaryCreateCopy(myAllocator, theDict);
75 CFDictionaryApplyFunction(myDict, applier, context);
76 CFRelease(myDict);

Completed in 700 milliseconds