Searched refs:new_dict (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPOLClientConfiguration.c1417 CFMutableDictionaryRef new_dict = NULL; local
1462 new_dict = CFDictionaryCreateMutableCopy(NULL, 0, dict);
1463 CFDictionaryRemoveValue(new_dict, kEAPClientPropAcceptEAPTypes);
1464 CFDictionaryRemoveValue(new_dict, kSCResvInactive);
1467 new_dict = CFDictionaryCreateMutable(NULL, 0,
1472 CFDictionaryRemoveValue(new_dict, kLoginWindowProfileIDs);
1473 if (CFDictionaryGetCount(new_dict) == 0) {
1474 my_CFRelease(&new_dict);
1478 CFDictionarySetValue(new_dict, kLoginWindowProfileIDs, profile_ids);
1480 if (setInterfaceEAPOLConfiguration(cfg, net_if, new_dict)
1543 CFMutableDictionaryRef new_dict = NULL; local
[all...]
/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Dip_plugin.c4453 merge_dns_servers(CFMutableDictionaryRef new_dict, argument
4510 CFDictionarySetValue(new_dict,
4513 CFDictionarySetValue(new_dict, DNS_CONFIGURATION_SCOPED_QUERY_KEY, kCFBooleanTrue);
4544 CFMutableDictionaryRef new_dict = NULL; local
4593 new_dict = CFDictionaryCreateMutable(NULL, 0,
4598 merge_dns_servers(new_dict,
4607 merge_dns_servers(new_dict,
4618 merge_array_prop(new_dict,
4627 pick_prop(new_dict,
4636 if (CFDictionaryContainsKey(new_dict,
4774 CFMutableDictionaryRef new_dict = NULL; local
5009 CFMutableDictionaryRef new_dict = NULL; local
5168 CFMutableDictionaryRef new_dict = NULL; local
5794 CFMutableDictionaryRef new_dict; local
5888 CFDictionaryRef new_dict; local
7067 CFDictionaryRef new_dict = NULL; local
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c1768 CFMutableDictionaryRef new_dict; local
1778 new_dict = CFDictionaryCreateMutableCopy(NULL, 0, dict);
1779 CFDictionaryReplaceValue(new_dict, kSCPropNetPPPAuthPassword, CFSTR("******"));
1780 CFDictionarySetValue(mdict, kSCEntNetPPP, new_dict);
1781 CFRelease(new_dict);
1790 new_dict = CFDictionaryCreateMutableCopy(NULL, 0, dict);
1791 CFDictionaryReplaceValue(new_dict, kSCPropNetL2TPIPSecSharedSecret, CFSTR("******"));
1792 CFDictionarySetValue(mdict, kSCEntNetL2TP, new_dict);
1793 CFRelease(new_dict);
1802 new_dict
[all...]
/macosx-10.10.1/configd-699.1.5/Plugins/InterfaceNamer/
H A Difnamer.c438 CFMutableDictionaryRef new_dict; local
440 new_dict = CFDictionaryCreateMutableCopy(NULL, 0, if_dict);
441 CFDictionaryRemoveValue(new_dict, CFSTR(kSCNetworkInterfaceActive));
442 CFArraySetValueAtIndex(S_dblist, i, new_dict);
443 CFArrayAppendValue(active, new_dict);
444 CFRelease(new_dict);
/macosx-10.10.1/eap8021x-198/EAPOLController.bproj/
H A Dcontroller.c1294 CFMutableDictionaryRef new_dict; local
1296 new_dict = CFDictionaryCreateMutableCopy(NULL, 0, options);
1297 CFDictionarySetValue(new_dict, kSystemModeManagedExternally,
1299 dict = new_dict;
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DSupplicant.c3132 CFMutableDictionaryRef new_dict = (CFMutableDictionaryRef)context; local
3135 CFDictionarySetValue(new_dict, key, value);

Completed in 284 milliseconds