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

1234

/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A DFDSet.c78 FDCalloutCreateSocket(FDCalloutRef callout, int fd) argument
83 context.info = callout;
84 callout->is_socket = TRUE;
85 callout->u.socket
88 rls = CFSocketCreateRunLoopSource(NULL, callout->u.socket, 0);
96 FDCalloutCreateFileDescriptor(FDCalloutRef callout, int fd) argument
101 context.info = callout;
102 callout->is_socket = FALSE;
103 callout->u.fdesc
106 CFFileDescriptorEnableCallBacks(callout
119 FDCalloutRef callout; local
143 FDCalloutReleaseSocket(FDCalloutRef callout) argument
154 FDCalloutReleaseFileDescriptor(FDCalloutRef callout) argument
167 FDCalloutRef callout = *callout_p; local
187 FDCalloutRef callout = (FDCalloutRef)info; local
199 FDCalloutRef callout = (FDCalloutRef)info; local
211 FDCalloutGetFD(FDCalloutRef callout) argument
[all...]
H A Dtimer.c119 ** Timer callout functions
124 timer_callout_t * callout = (timer_callout_t *)info; local
126 if (callout->func && callout->enabled) {
127 callout->enabled = FALSE;
128 (*callout->func)(callout->arg1, callout->arg2, callout->arg3);
136 timer_callout_t * callout; local
150 timer_callout_t * callout = *callout_p; local
162 timer_callout_set(timer_callout_t * callout, CFAbsoluteTime relative_time, timer_func_t * func, void * arg1, void * arg2, void * arg3) argument
198 timer_set_relative(timer_callout_t * callout, struct timeval rel_time, timer_func_t * func, void * arg1, void * arg2, void * arg3) argument
214 timer_cancel(timer_callout_t * callout) argument
[all...]
H A DFDSet.h59 FDCalloutGetFD(FDCalloutRef callout);
H A Dtimer.h60 ** callout functions
70 int timer_callout_set(timer_callout_t * callout,
/macosx-10.9.5/libdispatch-339.92.1/tools/
H A Ddispatch_trace.d42 dispatch$target:libdispatch*.dylib::callout-entry,
43 dispatch$target:libdispatch*.dylib::callout-return /!start/ {
66 * probe callout-entry/-return(dispatch_queue_t queue, const char *label,
69 dispatch$target:libdispatch*.dylib::callout-entry,
70 dispatch$target:libdispatch*.dylib::callout-return {
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDPlugin.h148 @param callout The function to be called when the child
152 to the callout function.
161 SCDPluginExecCallBack callout,
172 @param callout The function to be called when the child
176 to the callout function.
199 SCDPluginExecCallBack callout,
H A DSCDPlugin.c54 SCDPluginExecCallBack callout; member in struct:childInfo
203 (*child->callout)(child->pid,
271 _SCDPluginExecCommand2(SCDPluginExecCallBack callout, argument
366 if (callout != NULL) {
373 child->callout = callout;
392 _SCDPluginExecCommand(SCDPluginExecCallBack callout, argument
399 return _SCDPluginExecCommand2(callout, context, uid, gid, path, argv, NULL, NULL);
H A DSCDynamicStorePrivate.h76 A callout, registered with the SCDynamicStoreSetReconnectCallBack
84 no keys or a disconnect/reconnect callout, your code should
218 @param callout The function to be called when the session was disconnected.
225 SCDynamicStoreDisconnectCallBack callout
/macosx-10.9.5/configd-596.15/Plugins/IPMonitor/
H A Ddns-configuration.h42 SCDynamicStoreCallBack callout);
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/tests/
H A Dcallbacks.test18 ::ffidl::callout fchar {pointer-proc char char} char [::ffidl::symbol $lib ffidl_fchar]
19 ::ffidl::callout fshort {pointer-proc short short} short [::ffidl::symbol $lib ffidl_fshort]
20 ::ffidl::callout fint {pointer-proc int int} int [::ffidl::symbol $lib ffidl_fint]
21 ::ffidl::callout flong {pointer-proc long long} long [::ffidl::symbol $lib ffidl_flong]
22 ::ffidl::callout flonglong {pointer-proc {long long} {long long}} {long long} [::ffidl::symbol $lib ffidl_flonglong]
23 ::ffidl::callout ffloat {pointer-proc float float} float [::ffidl::symbol $lib ffidl_ffloat]
24 ::ffidl::callout fdouble {pointer-proc double double} double [::ffidl::symbol $lib ffidl_fdouble]
75 ::ffidl::callout isort {pointer-var int pointer-proc} void [::ffidl::symbol $lib ffidl_isort]
/macosx-10.9.5/CF-855.17/
H A DCFMachPort.h51 CF_EXPORT CFMachPortRef CFMachPortCreate(CFAllocatorRef allocator, CFMachPortCallBack callout, CFMachPortContext *context, Boolean *shouldFreeInfo);
52 CF_EXPORT CFMachPortRef CFMachPortCreateWithPort(CFAllocatorRef allocator, mach_port_t portNum, CFMachPortCallBack callout, CFMachPortContext *context, Boolean *shouldFreeInfo);
59 CF_EXPORT void CFMachPortSetInvalidationCallBack(CFMachPortRef port, CFMachPortInvalidationCallBack callout);
H A DCFSocket.h168 CF_EXPORT CFSocketRef CFSocketCreate(CFAllocatorRef allocator, SInt32 protocolFamily, SInt32 socketType, SInt32 protocol, CFOptionFlags callBackTypes, CFSocketCallBack callout, const CFSocketContext *context);
169 CF_EXPORT CFSocketRef CFSocketCreateWithNative(CFAllocatorRef allocator, CFSocketNativeHandle sock, CFOptionFlags callBackTypes, CFSocketCallBack callout, const CFSocketContext *context);
170 CF_EXPORT CFSocketRef CFSocketCreateWithSocketSignature(CFAllocatorRef allocator, const CFSocketSignature *signature, CFOptionFlags callBackTypes, CFSocketCallBack callout, const CFSocketContext *context);
172 CF_EXPORT CFSocketRef CFSocketCreateConnectedToSocketSignature(CFAllocatorRef allocator, const CFSocketSignature *signature, CFOptionFlags callBackTypes, CFSocketCallBack callout, const CFSocketContext *context, CFTimeInterval timeout);
H A DCFMessagePort.h58 /* If callout wants to keep a hold of the data past the return of the callout, it must COPY the data. This includes the case where the data is given to some routine which _might_ keep a hold of it; System will release returned CFData. */
63 CF_EXPORT CFMessagePortRef CFMessagePortCreateLocal(CFAllocatorRef allocator, CFStringRef name, CFMessagePortCallBack callout, CFMessagePortContext *context, Boolean *shouldFreeInfo);
73 CF_EXPORT void CFMessagePortSetInvalidationCallBack(CFMessagePortRef ms, CFMessagePortInvalidationCallBack callout);
/macosx-10.9.5/xnu-2422.115.4/bsd/conf/
H A Dparam.c74 #include <sys/callout.h>
119 struct callout *callout; variable in typeref:struct:callout
/macosx-10.9.5/Libc-997.90.3/os/
H A Dassumes.c290 _os_assumes_log_ctx_impl(os_log_callout_t callout, void *ctx, uint64_t code) argument
298 (void)callout(asl_message, ctx, message);
309 _os_assert_log_ctx_impl(os_log_callout_t callout, void *ctx, uint64_t code) argument
319 (void)callout(asl_message, ctx, message);
340 _os_assumes_log_ctx(os_log_callout_t callout, void *ctx, uint64_t code) argument
342 _os_assumes_log_ctx_impl(callout, ctx, code);
346 _os_assert_log_ctx(os_log_callout_t callout, void *ctx, uint64_t code) argument
348 return _os_assert_log_ctx_impl(callout, ctx, code);
371 _osx_assumes_log_ctx(osx_log_callout_t callout, void *ctx, uint64_t code) argument
373 _os_assumes_log_ctx_impl(callout, ct
377 _osx_assert_log_ctx(osx_log_callout_t callout, void *ctx, uint64_t code) argument
[all...]
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dnetdb_async.h94 @param callout The function to be called when the specified
97 to the callout function.
106 gethostbyaddr_async_start(const char *addr, int len, int type, gethostbyaddr_async_callback callout, void *context);
120 call to the specified callout function.
138 @param callout The function to be called when the specified
141 to the callout function.
149 mach_port_t gethostbyname_async_start(const char *name, gethostbyname_async_callback callout, void *context);
163 call to the specified callout function.
186 @param callout The function to be called when the specified
189 to the callout functio
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfmessageport.py23 def callout(port, messageid, data, info): function in function:TestMessagePort.testInteraction
26 port, shouldFree = CFMessagePortCreateLocal(None, u"name", callout, context, None)
79 def callout(port, messageid, data, info): function in function:TestMessagePort.testSending
80 print "callout"
84 port, shouldFree = CFMessagePortCreateLocal(None, u"pyobjc.test", callout, context, None)
H A Dtest_cffiledescriptor.py22 def callout(fd, types, context): function in function:TestFileDescriptor.testInspection
27 fd = CFFileDescriptorCreate(None, 0, False, callout, context)
H A Dtest_cfmachport.py19 def callout(port, msg, size, info): function in function:TestMachPort.testCreate
23 #port, shouldFree = CFMachPortCreateWithPort(None, 1, callout, context, None)
27 port, shouldFree = CFMachPortCreate(None, callout, context, None)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfmessageport.py32 def callout(port, messageid, data, info): function in function:TestMessagePort.testInteraction
34 port, shouldFree = CFMessagePortCreateLocal(None, u"name", callout, context, None)
82 def callout(port, messageid, data, info): function in function:TestMessagePort.testSending
83 print "callout"
87 port, shouldFree = CFMessagePortCreateLocal(None, u"pyobjc.test", callout, context, None)
H A Dtest_cffiledescriptor.py19 def callout(fd, types, context): function in function:TestFileDescriptor.testInspection
24 fd = CFFileDescriptorCreate(None, 0, False, callout, context)
H A Dtest_cfmachport.py18 def callout(port, msg, size, info): function in function:TestMachPort.testCreate
22 #port, shouldFree = CFMachPortCreateWithPort(None, 1, callout, context, None)
25 port, shouldFree = CFMachPortCreate(None, callout, context, None)
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dassumes.h45 _osx_assumes_log_ctx(osx_log_callout_t callout, void *ctx, uint64_t code);
49 _osx_assert_log_ctx(osx_log_callout_t callout, void *ctx, uint64_t code);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scnetworkreachability.py37 def callout(ref, flags, ctx): function in function:TestSCNetworkReachability.testFunctions
41 v = SCNetworkReachabilitySetCallback(ref, callout, ctx)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scnetworkreachability.py40 def callout(ref, flags, ctx): function in function:TestSCNetworkReachability.testFunctions
44 v = SCNetworkReachabilitySetCallback(ref, callout, ctx)

Completed in 181 milliseconds

1234