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

1234

/macosx-10.10.1/bootp-298/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.10.1/libdispatch-442.1.4/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.10.1/configd-699.1.5/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.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Ddns-configuration.h42 SCDynamicStoreCallBack callout);
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cfmachport.py28 def callout(port, msg, size, info): function in function:TestMachPort.testCreate10_8
31 port, shouldFree = CFMachPortCreate(None, callout, context, None)
41 def callout(port, msg, size, info): function in function:TestMachPort.testCreate
45 #port, shouldFree = CFMachPortCreateWithPort(None, 1, callout, context, None)
49 port, shouldFree = CFMachPortCreate(None, callout, context, None)
H A Dtest_cfmessageport.py35 def callout(port, messageid, data, info): function in function:TestMessagePort.testInteraction
37 port, shouldFree = CFMessagePortCreateLocal(None, b"name".decode('ascii'), callout, context, None)
85 def callout(port, messageid, data, info): function in function:TestMessagePort.testSending
89 port, shouldFree = CFMessagePortCreateLocal(None, b"pyobjc.test".decode('ascii'), callout, context, None)
H A Dtest_cffiledescriptor.py27 def callout(fd, types, context): function in function:TestFileDescriptor.testInspection
32 fd = CFFileDescriptorCreate(None, 0, False, callout, context)
/macosx-10.10.1/tcl-105/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.10.1/xnu-2782.1.97/bsd/conf/
H A Dparam.c73 #include <sys/callout.h>
116 struct callout *callout; variable in typeref:struct:callout
/macosx-10.10.1/Libc-1044.1.2/os/
H A Dassumes.c298 _os_assumes_log_ctx_impl(os_log_callout_t callout, void *ctx, uint64_t code) argument
306 (void)callout(asl_message, ctx, message);
317 _os_assert_log_ctx_impl(os_log_callout_t callout, void *ctx, uint64_t code) argument
327 (void)callout(asl_message, ctx, message);
348 _os_assumes_log_ctx(os_log_callout_t callout, void *ctx, uint64_t code) argument
350 _os_assumes_log_ctx_impl(callout, ctx, code);
354 _os_assert_log_ctx(os_log_callout_t callout, void *ctx, uint64_t code) argument
356 return _os_assert_log_ctx_impl(callout, ctx, code);
379 _osx_assumes_log_ctx(osx_log_callout_t callout, void *ctx, uint64_t code) argument
381 _os_assumes_log_ctx_impl(callout, ct
385 _osx_assert_log_ctx(osx_log_callout_t callout, void *ctx, uint64_t code) argument
[all...]
/macosx-10.10.1/Libinfo-459/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.10.1/pyobjc-45/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.10.1/pyobjc-45/2.6/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.10.1/Libc-1044.1.2/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.10.1/pyobjc-45/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.10.1/pyobjc-45/2.6/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 186 milliseconds

1234