Searched refs:stopRls (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/ppp-786.1.1/Controller/
H A Dppp_main.c109 void stop(CFRunLoopSourceRef stopRls) argument
111 ppp_stop_all(stopRls);
H A Dscnc_main.c274 void stop(CFRunLoopSourceRef stopRls) argument
282 gStopRls = stopRls;
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDPlugin.h105 @param stopRls A run loop source which should be signaled using
111 typedef void (*SCDynamicStoreBundleStopFunction) (CFRunLoopSourceRef stopRls);
/macosx-10.10/configd-699.1.5/configd.tproj/
H A Dplugin_support.c578 CFRunLoopSourceRef stopRls; local
582 stopRls = (CFRunLoopSourceRef)CFDictionaryGetValue(exiting, bundle);
583 if (stopRls == NULL) {
587 CFRunLoopSourceInvalidate(stopRls);
651 CFRunLoopSourceRef stopRls; local
673 stopRls = CFRunLoopSourceCreate(NULL, 0, &stopContext);
674 CFRunLoopAddSource(CFRunLoopGetCurrent(), stopRls, kCFRunLoopDefaultMode); local
675 CFDictionaryAddValue(exiting, bundleInfo->bundle, stopRls);
676 CFRelease(stopRls);
678 (*bundleInfo->stop)(stopRls);
[all...]
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c7810 stop(CFRunLoopSourceRef stopRls) argument
7816 CFRunLoopSourceSignal(stopRls);

Completed in 101 milliseconds