Searched refs:SCPreferencesApplyChanges (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scpreferences.py30 self.failUnlessResultIsBOOL(SCPreferencesApplyChanges)
31 v = SCPreferencesApplyChanges(ref)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scpreferences.py30 self.assertResultIsBOOL(SCPreferencesApplyChanges)
31 v = SCPreferencesApplyChanges(ref)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/PyObjCTest/
H A Dtest_scpreferences.py34 self.assertResultIsBOOL(SCPreferencesApplyChanges)
35 v = SCPreferencesApplyChanges(ref)
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPApply.c87 SCPreferencesApplyChanges(SCPreferencesRef prefs) function
106 SCLog(_sc_verbose, LOG_DEBUG, CFSTR("SCPreferencesApplyChanges SCPreferencesLock() failed"));
122 SCLog(_sc_verbose, LOG_DEBUG, CFSTR("SCPreferencesApplyChanges SCDynamicStoreNotifyValue() failed"));
H A DSCPreferences.h230 Call the SCPreferencesApplyChanges function to apply the
242 @function SCPreferencesApplyChanges
250 SCPreferencesApplyChanges (
H A DDHCP.c173 (void)SCPreferencesApplyChanges(prefs);
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOSystemConfiguration.h107 #define SCPreferencesApplyChanges _io_SCPreferencesApplyChanges macro
H A DIOSystemConfiguration.c259 IOKIT_SC_SYMBOL(Boolean, SCPreferencesApplyChanges)(
263 static typeof (SCPreferencesApplyChanges) *dyfunc;
265 dyfunc = symAddrInSC("SCPreferencesApplyChanges");
/macosx-10.10/ppp-786.1.1/Controller/
H A Dscnc_cache.c203 SCPreferencesApplyChanges(prefs);
249 SCPreferencesApplyChanges(prefs);
H A Dapp_layer.c599 if (!SCPreferencesApplyChanges(prefs)) {
H A Dscnc_utils.c1094 ok = SCPreferencesApplyChanges(prefs);
1096 SCLog(TRUE, LOG_ERR, CFSTR("%@: SCPreferencesApplyChanges fails"), logTitle);
/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMUPSPrefs.c194 if(!SCPreferencesApplyChanges(prefs_file))
/macosx-10.10/configd-699.1.5/scselect.tproj/
H A Dscselect.c310 if (!SCPreferencesApplyChanges(prefs)) {
312 CFSTR("SCPreferencesApplyChanges() failed %s\n"),
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dprefs.c226 if (!SCPreferencesApplyChanges(prefs)) {
229 CFSTR("SCPreferencesApplyChanges() failed: %s\n"),
700 if (!SCPreferencesApplyChanges(prefs)) {
H A Dnet.c570 if (!SCPreferencesApplyChanges(prefs)) {
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/PreferencePane/
H A Dddnswriteconfig.m110 result = SCPreferencesApplyChanges(store);
/macosx-10.10/configd-699.1.5/Plugins/IPMonitor/
H A Dsmb-configuration.c365 ok = SCPreferencesApplyChanges(prefs);
368 "smb_set_configuration: SCPreferencesApplyChanges() failed: %s",
/macosx-10.10/configd-699.1.5/Plugins/PreferencesMonitor/
H A Dprefsmon.c212 (void) SCPreferencesApplyChanges(prefs);
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPOLClientConfiguration.c811 SCPreferencesApplyChanges(prefs);
1081 SCPreferencesApplyChanges(cfg->eap_prefs);
/macosx-10.10/configd-699.1.5/SCMonitor/
H A Dmonitor.c505 ok = SCPreferencesApplyChanges(prefs);
508 CFSTR("SCPreferencesApplyChanges() failed: %s"),
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/helper/
H A DSCHelper_server.c1336 ok = SCPreferencesApplyChanges(prefs);
/macosx-10.10/configd-699.1.5/Plugins/InterfaceNamer/
H A Difnamer.c1794 ok = SCPreferencesApplyChanges(prefs);
1797 CFSTR(MY_PLUGIN_NAME ": updateNetworkConfiguration: SCPreferencesApplyChanges() failed: %s"),
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A Dhelper.c669 !SCPreferencesApplyChanges(session))
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPMAssertions.c668 if (!SCPreferencesApplyChanges(energyPrefs))
H A DPrivateLib.c1239 if (!SCPreferencesApplyChanges(energyPrefs))

Completed in 208 milliseconds