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

/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkMigration.c306 SCNetworkSetRef currentSet; local
314 currentSet = SCNetworkSetCopyCurrent(prefs);
315 if (currentSet == NULL) {
319 currentSet = SCNetworkSetCreate(prefs);
327 SCNetworkSetSetName(currentSet, (setName != NULL) ? setName : CFSTR("Automatic"));
328 SCNetworkSetSetCurrent(currentSet);
333 SCNetworkSetEstablishDefaultConfiguration(currentSet);
334 CFRelease(currentSet);
1144 SCNetworkSetRef currentSet = NULL; local
1163 currentSet
[all...]
H A DSCNetworkSet.c1914 SCNetworkSetRef currentSet = NULL; local
1965 currentSet = SCNetworkSetCopyCurrent(setPrivate->prefs);
1966 if (currentSet != NULL) {
1967 currentSetPrivate = (SCNetworkSetPrivateRef)currentSet;
1971 CFRelease(currentSet);
H A DSCNetworkService.c2330 SCNetworkSetRef currentSet = NULL; local
2363 currentSet = SCNetworkSetCopyCurrent(prefs);
2364 if (currentSet == NULL) {
2372 ok = SCNetworkSetAddService(currentSet, service);
2384 if (currentSet != NULL) {
2385 CFRelease(currentSet);
/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c1397 CFMutableDictionaryRef currentSet = AppleRAIDGetSetProperties(setUUIDString); local
1409 if (CFDictionaryGetValueIfPresent(currentSet, newKeys[i], &oldValue)) {

Completed in 200 milliseconds