Searched refs:newOptions (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPreferencesKeychainPrivate.c826 CFMutableDictionaryRef newOptions = NULL; local
842 newOptions = CFDictionaryCreateMutableCopy(NULL, 0, options);
844 if (CFDictionaryGetValueIfPresent(newOptions,
876 CFDictionarySetValue(newOptions, kSCKeychainOptionsAllowedExecutables, executablePaths);
880 newOptions = CFDictionaryCreateMutable(NULL,
886 if (unique_id != NULL) CFDictionarySetValue(newOptions, kSCKeychainOptionsUniqueID , unique_id);
887 if (label != NULL) CFDictionarySetValue(newOptions, kSCKeychainOptionsLabel , label);
888 if (description != NULL) CFDictionarySetValue(newOptions, kSCKeychainOptionsDescription, description);
889 if (account != NULL) CFDictionarySetValue(newOptions, kSCKeychainOptionsAccount , account);
890 if (password != NULL) CFDictionarySetValue(newOptions, kSCKeychainOptionsPasswor
[all...]
H A DBridgeConfiguration.c848 SCBridgeInterfaceSetOptions(SCBridgeInterfaceRef bridge, CFDictionaryRef newOptions) argument
858 if ((newOptions != NULL) && !isA_CFDictionary(newOptions)) {
884 if (newOptions != NULL) {
885 CFDictionarySetValue(newDict, kSCPropVirtualNetworkInterfacesBridgeOptions, newOptions);
902 if (newOptions != NULL) {
905 interfacePrivate->bridge.options = CFDictionaryCreateCopy(NULL, newOptions);
909 CFDictionaryGetValueIfPresent(newOptions,
H A DSCNetworkConnectionPrivate.h533 CFDictionaryRef newOptions) __OSX_AVAILABLE_STARTING(__MAC_10_5,__IPHONE_2_0);
546 CFDictionaryRef newOptions) __OSX_AVAILABLE_STARTING(__MAC_10_5,__IPHONE_2_0);
H A DVLANConfiguration.c789 SCVLANInterfaceSetOptions(SCVLANInterfaceRef vlan, CFDictionaryRef newOptions) argument
799 if ((newOptions != NULL) && !isA_CFDictionary(newOptions)) {
825 if (newOptions != NULL) {
826 CFDictionarySetValue(newDict, kSCPropVirtualNetworkInterfacesVLANOptions, newOptions);
843 if (newOptions != NULL) {
844 interfacePrivate->vlan.options = CFDictionaryCreateCopy(NULL, newOptions);
H A DSCNetworkConnectionPrivate.c804 CFDictionaryRef newOptions = (CFDictionaryRef)context3; local
814 if (newOptions != NULL) {
815 CFDictionarySetValue(newDict, interfaceType, newOptions);
823 name = CFDictionaryGetValue(newOptions, kSCPropUserDefinedName);
825 // if name was passed in newOptions, push up
833 newPPPEntity = CFDictionaryCreateMutableCopy(NULL, 0, newOptions);
852 CFDictionaryRef newOptions)
880 (void *)newOptions);
931 CFDictionaryRef newOptions)
956 (void *)newOptions);
850 SCUserPreferencesSetInterfaceConfiguration(SCUserPreferencesRef userPreferences, SCNetworkInterfaceRef interface, CFDictionaryRef newOptions) argument
928 SCUserPreferencesSetExtendedInterfaceConfiguration(SCUserPreferencesRef userPreferences, SCNetworkInterfaceRef interface, CFStringRef extendedType, CFDictionaryRef newOptions) argument
[all...]
H A DSCNetworkConfiguration.h681 @param newOptions The new configuration settings.
686 CFDictionaryRef newOptions) __OSX_AVAILABLE_STARTING(__MAC_10_5,__IPHONE_4_0/*SPI*/);
843 @param newOptions The new configuration settings.
848 CFDictionaryRef newOptions) __OSX_AVAILABLE_STARTING(__MAC_10_5,__IPHONE_4_0/*SPI*/);
H A DBondConfiguration.c857 SCBondInterfaceSetOptions(SCBondInterfaceRef bond, CFDictionaryRef newOptions) argument
867 if ((newOptions != NULL) && !isA_CFDictionary(newOptions)) {
893 if (newOptions != NULL) {
894 CFDictionarySetValue(newDict, kSCPropVirtualNetworkInterfacesBondOptions, newOptions);
911 if (newOptions != NULL) {
912 interfacePrivate->bond.options = CFDictionaryCreateCopy(NULL, newOptions);
H A DSCNetworkSet.c1355 CFMutableDictionaryRef newOptions; local
1358 newOptions = CFDictionaryCreateMutable(NULL, 0,
1361 CFDictionarySetValue(newOptions, CFSTR("__AUTO__"), bridgeName);
1362 ok = SCBridgeInterfaceSetOptions(bridge, newOptions);
1363 CFRelease(newOptions);
H A DSCNetworkConfigurationPrivate.h630 @param newOptions The new configuration settings.
635 CFDictionaryRef newOptions) __OSX_AVAILABLE_STARTING(__MAC_10_7,__IPHONE_4_0/*SPI*/);
H A DSCNetworkConnection.c4892 CFMutableDictionaryRef newOptions; local
4894 newOptions = CFDictionaryCreateMutableCopy(NULL, 0, *userOptions);
4917 CFDictionarySetValue(newOptions, kSCEntNetPPP, newEntity);
4940 CFDictionarySetValue(newOptions, kSCEntNetIPSec, newEntity);
4946 *userOptions = CFDictionaryCreateCopy(NULL, newOptions);
4947 CFRelease(newOptions);
/macosx-10.10.1/configd-699.1.5/Plugins/LinkConfiguration/
H A Dlinkconfig.c186 int newOptions; local
240 newOptions = __SCNetworkInterfaceCreateMediaOptions(interface, requested);
241 if (newOptions == -1) {
263 ifr.ifr_media |= newOptions;
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/helper/
H A DSCHelper_server.c868 CFMutableDictionaryRef newOptions; local
887 newOptions = CFDictionaryCreateMutableCopy(NULL, 0, options);
888 CFDictionarySetValue(newOptions, kSCKeychainOptionsAllowedExecutables, executableURLs);
892 options = newOptions;

Completed in 386 milliseconds