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

123

/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dprefs.c210 switch (SCError()) {
218 SCErrorString(SCError()));
230 SCErrorString(SCError()));
300 int sc_status = SCError();
312 SCErrorString(SCError()));
336 SCErrorString(SCError()));
357 SCErrorString(SCError()));
379 SCErrorString(SCError()));
385 int sc_status = SCError();
397 SCErrorString(SCError()));
[all...]
H A Dcache.c170 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
288 if (SCError() != kSCStatusOK) {
289 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
359 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
375 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
386 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
415 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
437 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
507 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
526 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
[all...]
H A Dnotifications.c201 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
239 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
256 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
290 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
298 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
339 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
368 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
480 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
495 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
505 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
[all...]
H A Dsession.c76 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
H A Dnet_set.c81 SCPrint(TRUE, stdout, CFSTR("%s\n"), SCErrorString(SCError()));
237 SCPrint(TRUE, stdout, CFSTR("%s\n"), SCErrorString(SCError()));
251 SCPrint(TRUE, stdout, CFSTR("set not created: %s\n"), SCErrorString(SCError()));
324 SCPrint(TRUE, stdout, CFSTR("%s\n"), SCErrorString(SCError()));
458 SCPrint(TRUE, stdout, CFSTR("%s\n"), SCErrorString(SCError()));
491 SCPrint(TRUE, stdout, CFSTR("%s\n"), SCErrorString(SCError()));
H A Dnc.c218 (status == kSCNetworkConnectionInvalid) ? SCErrorString(SCError()) : "");
247 SCPrint(TRUE, stderr, CFSTR("Could not create connection: %s\n"), SCErrorString(SCError()));
396 SCPrint(TRUE, stderr, CFSTR("Could not start connection: %s\n"), SCErrorString(SCError()));
413 SCPrint(TRUE, stderr, CFSTR("Could not stop connection: %s\n"), SCErrorString(SCError()));
479 SCPrint(TRUE, stderr, CFSTR("Unable to schedule watch process: %s\n"), SCErrorString(SCError()));
484 SCPrint(TRUE, stderr, CFSTR("Unable to schedule watch process: %s\n"), SCErrorString(SCError()));
541 } else if (SCError() != kSCStatusOK) {
545 SCErrorString(SCError()));
610 SCPrint(TRUE, stderr, CFSTR("Unable to create dynamic store: %s\n"), SCErrorString(SCError()));
625 SCPrint(TRUE, stderr, CFSTR("Unable to refresh OnDemand state: %s\n"), SCErrorString(SCError()));
[all...]
H A Dtests.c375 SCPrint(TRUE, stderr, CFSTR(" could not determine reachability, %s\n"), SCErrorString(SCError()));
403 SCPrint(TRUE, stderr, CFSTR(" Could not determine status: %s\n"), SCErrorString(SCError()));
579 SCPrint(TRUE, stderr, CFSTR(" Could not determine status: %s\n"), SCErrorString(SCError()));
585 SCPrint(TRUE, stderr, CFSTR(" Could not determine status: %s\n"), SCErrorString(SCError()));
614 printf("SCNetworkReachabilitySetCallback() failed: %s\n", SCErrorString(SCError()));
620 printf("SCNetworkReachabilitySetDispatchQueue() failed: %s\n", SCErrorString(SCError()));
625 printf("SCNetworkReachabilityScheduleWithRunLoop() failed: %s\n", SCErrorString(SCError()));
838 SCPrint(TRUE, stdout, CFSTR(" %s\n"), SCErrorString(SCError()));
886 status = SCError();
938 SCPrint(TRUE, stderr, CFSTR("%s\n"), SCErrorString(SCError()));
[all...]
H A Dnet_service.c60 SCPrint(TRUE, stdout, CFSTR("%s\n"), SCErrorString(SCError()));
255 SCPrint(TRUE, stdout, CFSTR("%s\n"), SCErrorString(SCError()));
269 SCPrint(TRUE, stdout, CFSTR("%s\n"), SCErrorString(SCError()));
277 SCPrint(TRUE, stdout, CFSTR("%s\n"), SCErrorString(SCError()));
284 SCPrint(TRUE, stdout, CFSTR("service not created: %s\n"), SCErrorString(SCError()));
377 SCPrint(TRUE, stdout, CFSTR("%s\n"), SCErrorString(SCError()));
408 SCPrint(TRUE, stdout, CFSTR("%s\n"), SCErrorString(SCError()));
439 SCPrint(TRUE, stdout, CFSTR("%s\n"), SCErrorString(SCError()));
596 SCPrint(TRUE, stdout, CFSTR("%s\n"), SCErrorString(SCError()));
659 SCPrint(TRUE, stdout, CFSTR("%s\n"), SCErrorString(SCError()));
[all...]
/macosx-10.9.5/configd-596.15/Plugins/PreferencesMonitor/
H A Dprefsmon.c88 sc_status = SCError();
164 sc_status = SCError();
178 sc_status = SCError();
184 sc_status = SCError();
191 sc_status = SCError();
203 sc_status = SCError();
298 CFSTR("SCDynamicStoreSetNotificationKeys() failed: %s\n"), SCErrorString(SCError()));
395 SCErrorString(SCError()));
636 SCErrorString(SCError()));
728 SCErrorString(SCError()));
[all...]
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCPApply.c132 status = SCError(); // preserve status across unlock
H A DSystemConfiguration.h157 @function SCError
162 int SCError (void) __OSX_AVAILABLE_STARTING(__MAC_10_1,__IPHONE_2_0);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_systemconfiguration.py35 err = SCError()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_systemconfiguration.py41 err = SCError()
/macosx-10.9.5/configd-596.15/scselect.tproj/
H A Dscselect.c290 SCErrorString(SCError()));
295 int sc_status = SCError();
313 SCErrorString(SCError()));
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dbehaviors.c141 SCLog(TRUE, LOG_ERR, CFSTR("SCPreferencesCreate failed: %s"), SCErrorString(SCError()));
151 SCLog(TRUE, LOG_ERR, CFSTR("SCPreferencesSetCallback failed: %s"), SCErrorString(SCError()));
157 SCLog(TRUE, LOG_ERR, CFSTR("SCPreferencesSetDispatchQueue failed: %s"), SCErrorString(SCError()));
H A Dcontroller_options.c224 SCLog(TRUE, LOG_ERR, CFSTR("SCPreferencesCreate failed: %s"), SCErrorString(SCError()));
232 SCLog(TRUE, LOG_ERR, CFSTR("SCPreferencesSetCallback failed: %s"), SCErrorString(SCError()));
238 SCLog(TRUE, LOG_ERR, CFSTR("SCPreferencesSetDispatchQueue failed: %s"), SCErrorString(SCError()));
H A Dapp_layer.c394 SCLog(TRUE, LOG_WARNING, CFSTR("app_layer_remove_app failed to remove rule %@ from service %@: %s"), rule_id, SCNetworkServiceGetServiceID(service), SCErrorString(SCError()));
403 SCLog(TRUE, LOG_WARNING, CFSTR("app_layer_remove_app failed to set rule %@ from service %@: %s"), rule_id, SCNetworkServiceGetServiceID(service), SCErrorString(SCError()));
424 SCLog(TRUE, LOG_WARNING, CFSTR("app_layer_remove_app failed to commit changes while removing app %@: %s"), signing_id, SCErrorString(SCError()));
427 SCLog(TRUE, LOG_WARNING, CFSTR("app_layer_remove_app failed to apply changes while removing app %@: %s"), signing_id, SCErrorString(SCError()));
525 SCLog(TRUE, LOG_ERR, CFSTR("app_layer_init: failed to set the prefs callback: %s"), SCErrorString(SCError()));
530 SCLog(TRUE, LOG_ERR, CFSTR("app_layer_init: failed to schedule the prefs with the run loop: %s"), SCErrorString(SCError()));
/macosx-10.9.5/ppp-727.90.1/Helpers/sbslauncher/
H A Dbehaviors_check_asset.m66 SCErrorString(SCError()));
72 SCLog(TRUE, LOG_ERR, CFSTR("SCPreferencesCommitChanges failed"), SCErrorString(SCError()));
161 SCLog(TRUE, LOG_ERR, CFSTR("SCPreferencesCreate failed for %@: %s"), kVPNBehaviorsPlistFile, SCErrorString(SCError()));
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOSystemConfiguration.h45 #define SCError _io_SCError macro
H A DIOSystemConfiguration.c102 IOKIT_SC_SYMBOL(int, SCError)()
104 static typeof (SCError) *dyfunc;
106 dyfunc = symAddrInSC("SCError");
/macosx-10.9.5/configd-596.15/Plugins/IPMonitor/
H A Dsmb-configuration.c285 SCErrorString(SCError()));
293 SCErrorString(SCError()));
387 if ((SCError() != EROFS)) {
390 SCErrorString(SCError()));
399 SCErrorString(SCError()));
879 SCErrorString(SCError()));
923 SCErrorString(SCError()));
931 SCErrorString(SCError()));
971 SCErrorString(SCError()));
/macosx-10.9.5/configd-596.15/Plugins/common/
H A Dcache.c166 SCErrorString(SCError()));
/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMUPSPrefs.c187 if(kSCStatusAccessError == SCError())
196 if(kSCStatusAccessError == SCError())
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/PreferencePane/
H A Dddnswriteconfig.m106 require_action(result, SCError, err=kernelPrivilegeErr;);
109 require_action(result, SCError, err=kernelPrivilegeErr;);
111 require_action(result, SCError, err=kernelPrivilegeErr;);
113 SCError:
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/helper/
H A DSCHelper_server.c661 * (out) status = SCError()
729 * (out) status = SCError()
748 *status = SCError();
763 * (out) status = SCError()
782 *status = SCError();
796 * (out) status = SCError()
815 *status = SCError();
829 * (out) status = SCError()
907 *status = SCError();
920 * (out) status = SCError()
[all...]

Completed in 254 milliseconds

123