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

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPPath.c178 CFDictionaryRef newEntity = NULL; local
302 newEntity = CFRetain(entity);
307 if (newEntity != NULL) {
308 ok = SCPreferencesSetValue(prefs, element, newEntity);
317 if (newEntity != NULL) {
318 CFDictionarySetValue(newNode, element, newEntity);
319 CFRelease(newEntity);
328 newEntity = newNode;
331 if (newEntity != NULL) {
332 CFRelease(newEntity);
[all...]
H A DSCNetworkService.c371 CFDictionaryRef newEntity = NULL; local
398 newEntity = CFDictionaryCreate(NULL,
404 ok = SCPreferencesPathSetValue(servicePrivate->prefs, path, newEntity);
405 CFRelease(newEntity);
413 newEntity = _protocolTemplate(service, protocolType);
414 ok = SCNetworkProtocolSetConfiguration(protocol, newEntity);
415 CFRelease(newEntity);
967 CFDictionaryRef newEntity = NULL; local
985 newEntity = _protocolTemplate(service, protocolType);
986 ok = SCNetworkProtocolSetConfiguration(protocol, newEntity);
1498 CFMutableDictionaryRef newEntity; local
1592 CFMutableDictionaryRef newEntity; local
[all...]
H A DSCNetworkSet.c1176 CFMutableDictionaryRef newEntity; local
1179 newEntity = CFDictionaryCreateMutableCopy(NULL, 0, entity);
1181 newEntity = CFDictionaryCreateMutable(NULL,
1187 CFDictionarySetValue(newEntity, kSCPropUserDefinedName, name);
1189 CFDictionaryRemoveValue(newEntity, kSCPropUserDefinedName);
1191 ok = SCPreferencesPathSetValue(setPrivate->prefs, path, newEntity);
1192 CFRelease(newEntity);
H A DSCNetworkConnection.c4899 CFMutableDictionaryRef newEntity; local
4903 newEntity = CFDictionaryCreateMutableCopy(NULL, 0, entity);
4905 newEntity = CFDictionaryCreateMutable(NULL,
4912 CFDictionarySetValue(newEntity, kSCPropNetPPPAuthPassword, uniqueID);
4913 CFDictionarySetValue(newEntity, kSCPropNetPPPAuthPasswordEncryption, kSCValNetPPPAuthPasswordEncryptionKeychain);
4917 CFDictionarySetValue(newOptions, kSCEntNetPPP, newEntity);
4918 CFRelease(newEntity);
4924 CFMutableDictionaryRef newEntity; local
4928 newEntity = CFDictionaryCreateMutableCopy(NULL, 0, entity);
4930 newEntity
[all...]

Completed in 201 milliseconds