Searched refs:kSCPropUserDefinedName (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/configd-596.15/scselect.tproj/
H A Dscselect.c222 newSetUDN = CFDictionaryGetValue(dict, kSCPropUserDefinedName);
233 newSetUDN = CFDictionaryGetValue(dict, kSCPropUserDefinedName);
254 CFStringRef udn = CFDictionaryGetValue(dict, kSCPropUserDefinedName);
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkConnectionPrivate.c597 *name = CFDictionaryGetValue(current, kSCPropUserDefinedName);
605 *name = CFDictionaryGetValue(ppp, kSCPropUserDefinedName);
671 CFDictionarySetValue(newDict, kSCPropUserDefinedName, newName);
673 CFDictionaryRemoveValue(newDict, kSCPropUserDefinedName);
683 CFDictionarySetValue(newPPPEntity, kSCPropUserDefinedName, newName);
685 CFDictionaryRemoveValue(newPPPEntity, kSCPropUserDefinedName);
823 name = CFDictionaryGetValue(newOptions, kSCPropUserDefinedName);
826 CFDictionarySetValue(newDict, kSCPropUserDefinedName, name);
828 name = CFDictionaryGetValue(newDict, kSCPropUserDefinedName);
834 CFDictionarySetValue(newPPPEntity, kSCPropUserDefinedName, nam
[all...]
H A DBridgeConfiguration.c202 name = CFDictionaryGetValue(bridge_info, kSCPropUserDefinedName);
806 CFDictionarySetValue(newDict, kSCPropUserDefinedName, newName);
808 CFDictionaryRemoveValue(newDict, kSCPropUserDefinedName);
H A DVLANConfiguration.c126 vlan_name = CFDictionaryGetValue(vlan_info, kSCPropUserDefinedName);
730 CFDictionarySetValue(newDict, kSCPropUserDefinedName, newName);
732 CFDictionaryRemoveValue(newDict, kSCPropUserDefinedName);
H A DBondConfiguration.c205 name = CFDictionaryGetValue(bond_info, kSCPropUserDefinedName);
810 CFDictionarySetValue(newDict, kSCPropUserDefinedName, newName);
812 CFDictionaryRemoveValue(newDict, kSCPropUserDefinedName);
H A DSCSchemaDefinitions.h39 * kSCPropUserDefinedName "UserDefinedName" CFString
520 @const kSCPropUserDefinedName
523 extern const CFStringRef kSCPropUserDefinedName;
2384 SC_SCHEMA_DECLARATION(kSCPropUserDefinedName, __OSX_AVAILABLE_STARTING(__MAC_10_1,__IPHONE_2_0/*SPI*/))
2385 #define kSCPropUserDefinedName \ macro
2386 SC_SCHEMA_KV(kSCPropUserDefinedName \
H A DSCNetworkInterface.c3062 kSCPropUserDefinedName,
3452 kSCPropUserDefinedName,
3504 kSCPropUserDefinedName,
3569 name = CFDictionaryGetValue(interface_entity, kSCPropUserDefinedName);
4610 name = CFDictionaryGetValue(entity, kSCPropUserDefinedName);
5698 label = CFDictionaryGetValue(config, kSCPropUserDefinedName);
5793 label = CFDictionaryGetValue(config, kSCPropUserDefinedName);
5796 label = CFDictionaryGetValue(baseConfig, kSCPropUserDefinedName);
5970 label = CFDictionaryGetValue(config, kSCPropUserDefinedName);
6046 label = CFDictionaryGetValue(config, kSCPropUserDefinedName);
[all...]
H A DSCNetworkService.c1084 name = CFDictionaryGetValue(entity, kSCPropUserDefinedName);
1501 CFDictionarySetValue(newEntity, kSCPropUserDefinedName, saveName);
1503 CFDictionaryRemoveValue(newEntity, kSCPropUserDefinedName);
H A DSCNetworkSet.c816 name = CFDictionaryGetValue(entity, kSCPropUserDefinedName);
1111 CFDictionarySetValue(newEntity, kSCPropUserDefinedName, name);
1113 CFDictionaryRemoveValue(newEntity, kSCPropUserDefinedName);
H A DSCSchemaDefinitions.c14 const CFStringRef kSCPropUserDefinedName = CFSTR("UserDefinedName"); variable
/macosx-10.9.5/ppp-727.90.1/Helpers/vpnd/
H A DRASSchemaDefinitions.h34 #define kRASPropUserDefinedName kSCPropUserDefinedName /* CFSTR("UserDefinedName") CFString */
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scschemadefinitions.py40 self.failUnlessIsInstance(kSCPropUserDefinedName, unicode)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scschemadefinitions.py40 self.assertIsInstance(kSCPropUserDefinedName, unicode)
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dppp_manager.c1435 if (GetStrFromDict(pppdict, kSCPropUserDefinedName, (char*)sopt, OPT_STR_LEN, empty_str_s)
1436 || GetStrFromDict(service, kSCPropUserDefinedName, (char*)sopt, OPT_STR_LEN, empty_str_s))
/macosx-10.9.5/configd-596.15/Plugins/InterfaceNamer/
H A Difnamer.c613 name = CFDictionaryGetValue(info, kSCPropUserDefinedName);

Completed in 314 milliseconds