Searched refs:SCDynamicStoreNotifyWait (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDynamicStorePrivate.h189 @function SCDynamicStoreNotifyWait
196 SCDynamicStoreNotifyWait (SCDynamicStoreRef store);
H A DSCDNotifierWait.c68 SCDynamicStoreNotifyWait(SCDynamicStoreRef store) function
98 SCLog(TRUE, LOG_ERR, CFSTR("SCDynamicStoreNotifyWait mach_port_allocate(): %s"), mach_error_string(status));
113 SCLog(TRUE, LOG_ERR, CFSTR("SCDynamicStoreNotifyWait mach_port_insert_right(): %s"), mach_error_string(status));
132 SCLog(TRUE, LOG_ERR, CFSTR("SCDynamicStoreNotifyWait mach_port_request_notification(): %s"), mach_error_string(status));
138 SCLog(TRUE, LOG_ERR, CFSTR("SCDynamicStoreNotifyWait(): oldNotify != MACH_PORT_NULL"));
151 "SCDynamicStoreNotifyWait notifyviaport()")) {
181 SCLog(_sc_verbose, LOG_DEBUG, CFSTR("SCDynamicStoreNotifyWait notifier port closed, destroying port %d"), port);
190 SCLog(_sc_verbose, LOG_DEBUG, CFSTR("SCDynamicStoreNotifyWait communication with server failed, destroying port %d"), port);
204 "SCDynamicStoreNotifyWait notifycancel()")) {
H A DSCPLock.c320 ok = SCDynamicStoreNotifyWait(prefsPrivate->session);
323 SCLog(_sc_verbose, LOG_ERR, CFSTR("SCPreferencesLock SCDynamicStoreNotifyWait() failed"));
H A DSCNetworkInterface.c4535 ok = SCDynamicStoreNotifyWait(store);
4538 CFSTR("SCDynamicStoreNotifyWait() failed: %s"), SCErrorString(SCError()));
/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dnotifications.c338 if (!SCDynamicStoreNotifyWait(store)) {
/macosx-10.10.1/eap8021x-198/eapoltest.tproj/
H A Dclient.c485 if (SCDynamicStoreNotifyWait(store) == FALSE) {
486 fprintf(stderr, "SCDynamicStoreNotifyWait failed\n");

Completed in 216 milliseconds