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

1234567891011>>

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp26 ThreadPlanShouldStopHere::ThreadPlanShouldStopHere(ThreadPlan *owner, ThreadPlanShouldStopHereCallback callback, void *baton) : argument
27 m_callback (callback),
42 ThreadPlanShouldStopHere::SetShouldStopHereCallback (ThreadPlanShouldStopHereCallback callback, void *baton) argument
44 m_callback = callback;
63 log->Printf ("ShouldStopHere callback found a step out plan from 0x%" PRIx64 ": %s.", current_addr, s.GetData());
67 log->Printf ("ShouldStopHere callback didn't find a step out plan from: 0x%" PRIx64 ".", current_addr);
/freebsd-10.1-release/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-10.1-release/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-10.1-release/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-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h48 ThreadPlanShouldStopHereCallback callback = NULL,
54 SetShouldStopHereCallback (ThreadPlanShouldStopHereCallback callback, void *baton);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DCleanUp.h18 // Templated class that guarantees that a cleanup callback function will
40 // sole argument for the cleanup callback.
67 CleanUp (value_type value, CallbackType callback) : argument
70 m_callback (callback),
81 CleanUp (value_type value, value_type invalid, CallbackType callback) : argument
84 m_callback (callback),
117 // the cleanup callback hasn't been called, the previous value will
125 // Now set the new value and mark our callback as not called
147 // This function will call the cleanup callback provided in the
150 // cleanup callback multipl
198 CleanUp2(value_type value, CallbackType callback, A0 arg) argument
213 CleanUp2(value_type value, value_type invalid, CallbackType callback, A0 arg) argument
[all...]
/freebsd-10.1-release/sys/dev/etherswitch/
H A Dmiiproxy.c90 rendevous_callback_t callback; member in struct:rendevous_endpoint
100 * Call the callback routines for both the proxy and the target. If either
108 error = e->proxy.callback(RENDEVOUS_ATTACH, e);
110 error = e->target.callback(RENDEVOUS_ATTACH, e);
112 e->proxy.callback(RENDEVOUS_DETACH, e);
114 ep->callback = NULL;
123 * rendevous. The callback will be invoked as soon as the target is
130 rendevous_callback_t callback)
134 KASSERT(callback != NULL, ("callback mus
129 rendevous_register_proxy(device_t dev, const char *name, rendevous_callback_t callback) argument
158 rendevous_register_target(device_t dev, rendevous_callback_t callback) argument
[all...]
/freebsd-10.1-release/contrib/unbound/libunbound/
H A Dunbound-event.h49 * get a function callback.
92 * Asynchronous, after a while, the callback will be called with your
101 * and is passed on to the callback function.
102 * @param callback: this is called on completion of the resolution.
104 * void callback(void* mydata, int rcode, void* packet, int packet_len,
119 * If an error happens during processing, your callback will be called
121 * For localdata (etc/hosts) the callback is called immediately, before
129 int rrclass, void* mydata, ub_event_callback_t callback, int* async_id);
/freebsd-10.1-release/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,
311 bus_dmamap_callback_t *callback,
314 #define _bus_dmamap_waitok(dmat, map, mem, callback, callback_arg) \
317 __bus_dmamap_waitok(dmat, map, mem, callback, \
/freebsd-10.1-release/contrib/unbound/util/
H A Dnetevent.h54 * o comm_timer - a timeout with callback.
56 * o comm_reply - holds reply info during networking callback.
73 /** callback from communication point function type */
77 /** to pass no_error to callback function */
79 /** to pass closed connection to callback function */
81 /** to pass timeout happened to callback function */
83 /** to pass fallback from capsforID to callback function; 0x20 failed */
95 /** callback to stop listening on accept sockets,
98 /** callback to start listening on accept sockets, performed
135 * and passing return values from the callback
253 comm_point_callback_t* callback; member in struct:comm_point
266 void (*callback)(void*); member in struct:comm_timer
283 void (*callback)(int, void*); member in struct:comm_signal
[all...]
/freebsd-10.1-release/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;
153 /* 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-10.1-release/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-10.1-release/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
283 * The driver invokes the #svn_editor_t instance's callback functions
300 * Just before each callback invocation is carried out, the @a cancel_func
304 * aborts the transmission by invoking the svn_editor_abort() callback
[all...]
/freebsd-10.1-release/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-10.1-release/crypto/openssl/crypto/dsa/
H A Ddsa_depr.c95 void (*callback) (int, int, void *),
104 BN_GENCB_set_old(&cb, callback, cb_arg);
/freebsd-10.1-release/contrib/subversion/subversion/include/
H A Dsvn_compat.h41 * will call @a callback/@a callback_baton, allocating the @a *callback2_baton
52 svn_commit_callback_t callback,
/freebsd-10.1-release/sys/ofed/drivers/infiniband/core/
H A Dsa.h65 void (*callback)(int status,
80 void (*callback)(int status,
93 void (*callback)(int status,
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h104 SetAutoCompleteCallback (CompleteCallbackType callback, argument
107 m_completion_callback = callback;
112 SetLineCompleteCallback (LineCompletedCallbackType callback, argument
115 m_line_complete_callback = callback;
123 // will set the getc callback in the editline
131 SetGetCharCallback (GetCharCallbackType callback);
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dremote-rdp.c44 #include "gdb/callback.h"
63 static host_callback *callback = &default_callback; variable
684 callback->shutdown (callback);
823 callback->write_stdout (callback, &c, 1);
827 callback->write_stdout (callback, args->s, strlen (args->s));
830 callback->read_stdin (callback,
[all...]
/freebsd-10.1-release/usr.sbin/ppp/
H A Dlcp.h31 /* callback::opmask values */
38 #define CALLBACK_NONE (14) /* No callback is ok */
42 struct callback { struct
43 int opmask; /* want these types of callback */
58 struct callback his_callback; /* Peer wants callback ? */
71 struct callback want_callback;/* We want callback ? */
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStreamCallback.h25 StreamCallback (lldb::LogOutputCallback callback, void *baton);
/freebsd-10.1-release/sys/dev/ixl/
H A Dixlv_vc_mgr.h53 ixl_vc_callback_t *callback; member in struct:ixl_vc_cmd
/freebsd-10.1-release/sys/x86/iommu/
H A Dbusdma_dmar.h49 bus_dmamap_callback_t *callback; member in struct:bus_dmamap_dmar
/freebsd-10.1-release/sys/kern/
H A Dsubr_bus_dma.c286 bus_size_t buflen, bus_dmamap_callback_t *callback,
296 _bus_dmamap_waitok(dmat, map, &mem, callback, callback_arg);
312 (*callback)(callback_arg, segs, 0, error);
314 (*callback)(callback_arg, segs, nsegs, 0);
328 bus_dmamap_callback2_t *callback, void *callback_arg, int flags)
342 (*callback)(callback_arg, segs, 0, 0, error);
344 (*callback)(callback_arg, segs, nsegs, m0->m_pkthdr.len, error);
367 bus_dmamap_callback2_t *callback, void *callback_arg, int flags)
379 (*callback)(callback_arg, segs, 0, 0, error);
381 (*callback)(callback_ar
285 bus_dmamap_load(bus_dma_tag_t dmat, bus_dmamap_t map, void *buf, bus_size_t buflen, bus_dmamap_callback_t *callback, void *callback_arg, int flags) argument
327 bus_dmamap_load_mbuf(bus_dma_tag_t dmat, bus_dmamap_t map, struct mbuf *m0, bus_dmamap_callback2_t *callback, void *callback_arg, int flags) argument
366 bus_dmamap_load_uio(bus_dma_tag_t dmat, bus_dmamap_t map, struct uio *uio, bus_dmamap_callback2_t *callback, void *callback_arg, int flags) argument
389 bus_dmamap_load_ccb(bus_dma_tag_t dmat, bus_dmamap_t map, union ccb *ccb, bus_dmamap_callback_t *callback, void *callback_arg, int flags) argument
434 bus_dmamap_load_bio(bus_dma_tag_t dmat, bus_dmamap_t map, struct bio *bio, bus_dmamap_callback_t *callback, void *callback_arg, int flags) argument
473 bus_dmamap_load_mem(bus_dma_tag_t dmat, bus_dmamap_t map, struct memdesc *mem, bus_dmamap_callback_t *callback, void *callback_arg, int flags) argument
[all...]

Completed in 153 milliseconds

1234567891011>>