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

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scpreferences.py30 self.failUnlessResultIsBOOL(SCPreferencesApplyChanges)
31 v = SCPreferencesApplyChanges(ref)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scpreferences.py30 self.assertResultIsBOOL(SCPreferencesApplyChanges)
31 v = SCPreferencesApplyChanges(ref)
/macosx-10.9.5/configd-596.15/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.9.5/IOKitUser-907.100.13/
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.9.5/ppp-727.90.1/Controller/
H A Dscnc_cache.c203 SCPreferencesApplyChanges(prefs);
249 SCPreferencesApplyChanges(prefs);
H A Dapp_layer.c426 if (!SCPreferencesApplyChanges(prefs)) {
H A Dscnc_utils.c1093 ok = SCPreferencesApplyChanges(prefs);
1095 SCLog(TRUE, LOG_ERR, CFSTR("%@: SCPreferencesApplyChanges fails"), logTitle);
/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMUPSPrefs.c194 if(!SCPreferencesApplyChanges(prefs_file))
/macosx-10.9.5/configd-596.15/scselect.tproj/
H A Dscselect.c310 if (!SCPreferencesApplyChanges(prefs)) {
312 CFSTR("SCPreferencesApplyChanges() failed %s\n"),
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dprefs.c226 if (!SCPreferencesApplyChanges(prefs)) {
229 CFSTR("SCPreferencesApplyChanges() failed: %s\n"),
699 if (!SCPreferencesApplyChanges(prefs)) {
H A Dnet.c570 if (!SCPreferencesApplyChanges(prefs)) {
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/PreferencePane/
H A Dddnswriteconfig.m110 result = SCPreferencesApplyChanges(store);
/macosx-10.9.5/configd-596.15/Plugins/PreferencesMonitor/
H A Dprefsmon.c214 (void) SCPreferencesApplyChanges(prefs);
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DEAPOLClientConfiguration.c812 SCPreferencesApplyChanges(prefs);
1082 SCPreferencesApplyChanges(cfg->eap_prefs);
/macosx-10.9.5/configd-596.15/Plugins/IPMonitor/
H A Dsmb-configuration.c395 ok = SCPreferencesApplyChanges(prefs);
398 "smb_set_configuration: SCPreferencesApplyChanges() failed: %s",
/macosx-10.9.5/configd-596.15/SCMonitor/
H A Dmonitor.c505 ok = SCPreferencesApplyChanges(prefs);
508 CFSTR("SCPreferencesApplyChanges() failed: %s"),
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/helper/
H A DSCHelper_server.c1332 ok = SCPreferencesApplyChanges(prefs);
/macosx-10.9.5/configd-596.15/Plugins/InterfaceNamer/
H A Difnamer.c1785 ok = SCPreferencesApplyChanges(prefs);
1788 CFSTR(MY_PLUGIN_NAME ": updateNetworkConfiguration: SCPreferencesApplyChanges() failed: %s"),
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Dhelper.c670 !SCPreferencesApplyChanges(session))
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPMAssertions.c728 if (!SCPreferencesApplyChanges(energyPrefs))

Completed in 388 milliseconds