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

/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkConfigurationInternal.c76 CFMutableDictionaryRef newConfig = NULL; local
87 newConfig = CFDictionaryCreateMutableCopy(NULL, 0, config);
92 newConfig = CFDictionaryCreateMutable(NULL,
100 CFDictionarySetValue(newConfig, kSCResvInactive, kCFBooleanTrue);
103 CFDictionaryRemoveValue(newConfig, kSCResvInactive);
108 if (_SC_CFEqual(curConfig, newConfig)) {
110 if (newConfig != NULL) CFRelease(newConfig);
112 } else if (newConfig != NULL) {
114 ok = SCPreferencesPathSetValue(prefs, path, newConfig);
147 CFMutableDictionaryRef newConfig = NULL; local
562 __remove_password(SCPreferencesRef prefs, CFDictionaryRef config, CFStringRef passwordKey, CFStringRef encryptionKey, CFStringRef encryptionKeyChainValue, CFStringRef unique_id, CFDictionaryRef *newConfig) argument
[all...]
H A DSCNetworkConnectionPrivate.c1810 CFDictionaryRef newConfig = NULL; local
1826 &newConfig);
1828 ok = SCUserPreferencesSetInterfaceConfiguration(userPreferences, interface, newConfig);
1829 if (newConfig != NULL) CFRelease(newConfig);
1838 CFDictionaryRef newConfig = NULL; local
1856 &newConfig);
1861 newConfig);
1862 if (newConfig != NULL) CFRelease(newConfig);
1872 CFDictionaryRef newConfig = NULL; local
1901 CFDictionaryRef newConfig = NULL; local
1991 CFMutableDictionaryRef newConfig; local
2048 CFMutableDictionaryRef newConfig = NULL; local
2112 CFMutableDictionaryRef newConfig; local
2173 CFMutableDictionaryRef newConfig; local
[all...]
H A DSCNetworkInterface.c5513 CFDictionaryRef newConfig = NULL; local
5529 &newConfig);
5531 ok = SCNetworkInterfaceSetConfiguration(interface, newConfig);
5532 if (newConfig != NULL) CFRelease(newConfig);
5541 CFDictionaryRef newConfig = NULL; local
5562 &newConfig);
5567 newConfig);
5570 newConfig);
5572 if (newConfig !
5602 CFDictionaryRef newConfig = NULL; local
5630 CFDictionaryRef newConfig = NULL; local
5732 CFMutableDictionaryRef newConfig; local
5832 CFMutableDictionaryRef newConfig = NULL; local
5929 CFMutableDictionaryRef newConfig = NULL; local
6004 CFMutableDictionaryRef newConfig; local
6080 CFMutableDictionaryRef newConfig; local
[all...]
H A DSCNetworkService.c876 CFMutableDictionaryRef newConfig; local
878 newConfig = CFDictionaryCreateMutableCopy(NULL, 0, config);
880 CFDictionaryRemoveValue(newConfig, kSCPropNetModemConnectionPersonality);
881 CFDictionaryRemoveValue(newConfig, kSCPropNetModemConnectionScript);
882 CFDictionaryRemoveValue(newConfig, kSCPropNetModemDeviceVendor);
883 CFDictionaryRemoveValue(newConfig, kSCPropNetModemDeviceModel);
885 CFDictionaryApplyFunction(overrides, mergeDict, newConfig);
887 config = newConfig;
895 CFMutableDictionaryRef newConfig; local
897 newConfig
[all...]
H A DSCNetworkConfigurationInternal.h390 CFDictionaryRef *newConfig);
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/compat/
H A DDbCompat.java113 CursorConfig newConfig = new CursorConfig();
114 newConfig.setReadCommitted(config.getReadCommitted());
115 newConfig.setReadUncommitted(config.getReadUncommitted());
116 newConfig.setWriteCursor(config.getWriteCursor());
117 return newConfig;
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dscnc_utils.c1020 CFMutableDictionaryRef newConfig = NULL; local
1064 newConfig = CFDictionaryCreateMutableCopy(NULL, 0, config);
1067 newConfig = CFDictionaryCreateMutable(0, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
1070 if (newConfig == NULL) {
1076 CFDictionarySetValue(newConfig, passwordEncryptionKey, passwordEncryptionValue);
1078 CFDictionaryRemoveValue( newConfig, passwordEncryptionKey);
1081 ok = SCNetworkInterfaceSetConfiguration(interface, newConfig);
1102 if (newConfig!= NULL) {
1103 CFRelease(newConfig);

Completed in 109 milliseconds