Searched refs:callback (Results 1 - 25 of 593) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_connected.h47 void vchiq_add_connected_callback(VCHIQ_CONNECTED_CALLBACK_T callback);
H A Dvchiq_connected.c63 * initialized. If the stack is already initialized, then the callback will
69 void vchiq_add_connected_callback(VCHIQ_CONNECTED_CALLBACK_T callback) argument
77 /* We're already connected. Call the callback immediately. */
79 callback();
88 callback;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_termination.cpp10 /// and the callback functionalities associated with them.
22 bool AddDieCallback(DieCallbackType callback) { argument
25 InternalDieCallbacks[i] = callback;
32 bool RemoveDieCallback(DieCallbackType callback) { argument
34 if (InternalDieCallbacks[i] == callback) {
46 void SetUserDieCallback(DieCallbackType callback) { argument
47 UserDieCallback = callback;
63 void SetCheckFailedCallback(CheckFailedCallbackType callback) { argument
64 CheckFailedCallback = callback;
91 void __sanitizer_set_death_callback(void (*callback)(voi argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.h18 SBBreakpointHitCallback callback; member in struct:lldb::CallbackData
24 SBBreakpointCallbackBaton(SBBreakpointHitCallback callback,
H A DSBBreakpointOptionCommon.cpp42 callback,
45 getItem()->callback = callback;
60 if (bp && data->callback) {
72 return data->callback(data->callback_baton, sb_process, sb_thread,
41 SBBreakpointCallbackBaton(SBBreakpointHitCallback callback, void *baton) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStreamCallback.cpp15 StreamCallback::StreamCallback(lldb::LogOutputCallback callback, void *baton) argument
16 : llvm::raw_ostream(true), m_callback(callback), m_baton(baton) {}
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.h23 LinuxMapCallback const &callback);
/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh_depr.c67 void (*callback) (int, int, void *), void *cb_arg)
75 BN_GENCB_set_old(&cb, callback, cb_arg);
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_depr.c72 void (*callback) (int, int, void *), void *cb_arg)
78 BN_GENCB_set_old(&cb, callback, cb_arg);
97 void (*callback) (int, int, void *), BN_CTX *ctx_passed,
101 BN_GENCB_set_old(&cb, callback, cb_arg);
106 void (*callback) (int, int, void *),
111 BN_GENCB_set_old(&cb, callback, cb_arg);
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Ddns_compat.h184 @param callback a callback function to invoke when the request is completed
185 @param ptr an argument to pass to the callback function
189 int evdns_resolve_ipv4(const char *name, int flags, evdns_callback_type callback, void *ptr);
196 @param callback a callback function to invoke when the request is completed
197 @param ptr an argument to pass to the callback function
201 int evdns_resolve_ipv6(const char *name, int flags, evdns_callback_type callback, void *ptr);
215 @param callback a callback functio
[all...]
/freebsd-11-stable/sys/dev/etherswitch/
H A Dmiiproxy.c87 rendezvous_callback_t callback; member in struct:rendezvous_endpoint
97 * Call the callback routines for both the proxy and the target. If either
105 error = e->proxy.callback(RENDEZVOUS_ATTACH, e);
107 error = e->target.callback(RENDEZVOUS_ATTACH, e);
109 e->proxy.callback(RENDEZVOUS_DETACH, e);
111 ep->callback = NULL;
120 * rendezvous. The callback will be invoked as soon as the target is
127 rendezvous_callback_t callback)
131 KASSERT(callback != NULL, ("callback mus
126 rendezvous_register_proxy(device_t dev, const char *name, rendezvous_callback_t callback) argument
155 rendezvous_register_target(device_t dev, rendezvous_callback_t callback) argument
[all...]
/freebsd-11-stable/sys/sys/
H A Dloginclass.h50 void loginclass_racct_foreach(void (*callback)(struct racct *racct,
H A Dbus_dma.h196 bus_size_t buflen, bus_dmamap_callback_t *callback,
205 bus_dmamap_callback2_t *callback, void *callback_arg,
218 bus_dmamap_callback2_t *callback, void *callback_arg,
225 bus_dmamap_callback_t *callback, void *callback_arg,
232 bus_dmamap_callback_t *callback, void *callback_arg,
239 struct memdesc *mem, bus_dmamap_callback_t *callback,
323 bus_dmamap_callback_t *callback,
326 #define _bus_dmamap_waitok(dmat, map, mem, callback, callback_arg) \
329 __bus_dmamap_waitok(dmat, map, mem, callback, \
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h90 void ForEachSiblingNode(NodeCallback const &callback) const;
93 void ForEachSiblingElement(NodeCallback const &callback) const;
98 NodeCallback const &callback) const;
100 void ForEachChildNode(NodeCallback const &callback) const;
102 void ForEachChildElement(NodeCallback const &callback) const;
105 NodeCallback const &callback) const;
107 void ForEachAttribute(AttributeCallback const &callback) const;
/freebsd-11-stable/contrib/unbound/util/
H A Dmodule.c130 struct inplace_cb* callback; local
133 log_err("invalid edns callback registration: "
134 "trying to register callback after module init phase");
138 callback = (struct inplace_cb*)calloc(1, sizeof(*callback));
139 if(callback == NULL) {
140 log_err("out of memory during edns callback registration.");
143 callback->id = id;
144 callback->next = NULL;
145 callback
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcompat.c37 svn_commit_callback_t callback; member in struct:commit_wrapper_baton
47 if (cwb->callback)
48 return cwb->callback(commit_info->revision,
59 svn_commit_callback_t callback,
65 /* Set the user provided old format callback in the baton */
67 cwb->callback = callback;
163 /* Set the user provided old format callback in the baton. */
57 svn_compat_wrap_commit_callback(svn_commit_callback2_t *callback2, void **callback2_baton, svn_commit_callback_t callback, void *callback_baton, apr_pool_t *pool) argument
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_remote_node_context.h120 * This handle is invoked to stop the RNC. The callback is invoked when after
127 * callback is invoked after the hardware notification that the remote node is
134 * callback is invoked when after the RNC has reached the ready state.
280 * This field contains the callback function that the user requested to be
347 #define scic_sds_remote_node_context_resume(rnc, callback, parameter) \
348 ((rnc)->state_handlers->resume_handler(rnc, callback, parameter))
350 #define scic_sds_remote_node_context_suspend(rnc, suspend_type, callback, parameter) \
351 ((rnc)->state_handlers->suspend_handler(rnc, suspend_type, callback, parameter))
353 #define scic_sds_remote_node_context_destruct(rnc, callback, parameter) \
354 ((rnc)->state_handlers->destruct_handler(rnc, callback, paramete
[all...]
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsa_depr.c95 void (*callback) (int, int, void *),
104 BN_GENCB_set_old(&cb, callback, cb_arg);
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_depr.c74 void (*callback) (int, int, void *), void *cb_arg)
94 BN_GENCB_set_old(&cb, callback, cb_arg);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostProcess.cpp36 HostProcess::StartMonitoring(const Host::MonitorChildProcessCallback &callback, argument
38 return m_native_process->StartMonitoring(callback, monitor_signals);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp15 Thread &thread, const Callback &callback)
19 m_callback(callback) {
50 "callback.");
61 // the step-out plan completed. If it did, then we want to run the callback
14 ThreadPlanCallOnFunctionExit( Thread &thread, const Callback &callback) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStreamCallback.h22 StreamCallback(lldb::LogOutputCallback callback, void *baton);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_termination.cpp33 void SetCheckFailedCallback(CheckFailedCallbackType callback) {} argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp107 StopTheWorldCallback callback; member in struct:__lsan::DoStopTheWorldParam
123 StopTheWorld(param->callback, param->argument);
136 // callback in the parent thread.
137 void LockStuffAndStopTheWorld(StopTheWorldCallback callback, void *argument) { argument
138 DoStopTheWorldParam param = {callback, argument};
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_editor.h240 * receiver's callback. This limitation extends to the cancellation
241 * callback, too. (This limitation is due to the scratch_pool shared by
242 * all callbacks, and cleared after each callback; a reentrant call could
251 * actual callback functions. svn_editor_create() sets the
252 * #svn_editor_t's callback baton and scratch pool that the callback
253 * functions receive, as well as a cancellation callback and baton
282 * The driver invokes the #svn_editor_t instance's callback functions
298 * Just before each callback invocation is carried out, the @a cancel_func
302 * aborts the transmission by invoking the svn_editor_abort() callback
[all...]

Completed in 239 milliseconds

1234567891011>>