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

1234567891011>>

/freebsd-10.0-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.0-release/crypto/openssl/crypto/dh/
H A Ddh_depr.c68 void (*callback)(int,int,void *), void *cb_arg)
76 BN_GENCB_set_old(&cb, callback, cb_arg);
67 DH_generate_parameters(int prime_len, int generator, void (*callback)(int,int,void *), void *cb_arg) argument
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_depr.c70 void (*callback)(int,int,void *), void *cb_arg)
76 BN_GENCB_set_old(&cb, callback, cb_arg);
94 int BN_is_prime(const BIGNUM *a, int checks, void (*callback)(int,int,void *), argument
98 BN_GENCB_set_old(&cb, callback, cb_arg);
103 void (*callback)(int,int,void *),
108 BN_GENCB_set_old(&cb, callback, cb_arg);
68 BN_generate_prime(BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, void (*callback)(int,int,void *), void *cb_arg) argument
102 BN_is_prime_fasttest(const BIGNUM *a, int checks, void (*callback)(int,int,void *), BN_CTX *ctx_passed, void *cb_arg, int do_trial_division) argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h48 ThreadPlanShouldStopHereCallback callback = NULL,
54 SetShouldStopHereCallback (ThreadPlanShouldStopHereCallback callback, void *baton);
/freebsd-10.0-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.0-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.0-release/sys/sys/
H A Dloginclass.h50 void loginclass_racct_foreach(void (*callback)(struct racct *racct,
H A Dbus_dma.h203 bus_size_t buflen, bus_dmamap_callback_t *callback,
212 bus_dmamap_callback2_t *callback, void *callback_arg,
225 bus_dmamap_callback2_t *callback, void *callback_arg,
232 bus_dmamap_callback_t *callback, void *callback_arg,
239 bus_dmamap_callback_t *callback, void *callback_arg,
246 struct memdesc *mem, bus_dmamap_callback_t *callback,
309 bus_dmamap_callback_t *callback,
312 #define _bus_dmamap_waitok(dmat, map, mem, callback, callback_arg) \
315 __bus_dmamap_waitok(dmat, map, mem, callback, \
/freebsd-10.0-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.0-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.0-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.0-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.0-release/crypto/openssl/crypto/dsa/
H A Ddsa_depr.c89 void (*callback)(int, int, void *),
97 BN_GENCB_set_old(&cb, callback, cb_arg);
86 DSA_generate_parameters(int bits, unsigned char *seed_in, int seed_len, int *counter_ret, unsigned long *h_ret, void (*callback)(int, int, void *), void *cb_arg) argument
/freebsd-10.0-release/crypto/openssl/crypto/rsa/
H A Drsa_depr.c72 void (*callback)(int,int,void *), void *cb_arg)
90 BN_GENCB_set_old(&cb, callback, cb_arg);
71 RSA_generate_key(int bits, unsigned long e_value, void (*callback)(int,int,void *), void *cb_arg) argument
/freebsd-10.0-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.0-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.0-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.0-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.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStreamCallback.h25 StreamCallback (lldb::LogOutputCallback callback, void *baton);
/freebsd-10.0-release/sys/kern/
H A Dsubr_bus_dma.c277 bus_size_t buflen, bus_dmamap_callback_t *callback,
287 _bus_dmamap_waitok(dmat, map, &mem, callback, callback_arg);
303 (*callback)(callback_arg, segs, 0, error);
305 (*callback)(callback_arg, segs, nsegs, 0);
319 bus_dmamap_callback2_t *callback, void *callback_arg, int flags)
333 (*callback)(callback_arg, segs, 0, 0, error);
335 (*callback)(callback_arg, segs, nsegs, m0->m_pkthdr.len, error);
358 bus_dmamap_callback2_t *callback, void *callback_arg, int flags)
370 (*callback)(callback_arg, segs, 0, 0, error);
372 (*callback)(callback_ar
276 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
318 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
357 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
380 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
425 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
464 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...]
/freebsd-10.0-release/sys/xen/
H A Dgnttab.c90 struct gnttab_free_callback *callback, *next; local
92 callback = gnttab_free_callback_list;
95 while (callback != NULL) {
96 next = callback->next;
97 if (gnttab_free_count >= callback->count) {
98 callback->next = NULL;
99 callback->fn(callback->arg);
101 callback->next = gnttab_free_callback_list;
102 gnttab_free_callback_list = callback;
378 gnttab_request_free_callback(struct gnttab_free_callback *callback, void (*fn)(void *), void *arg, uint16_t count) argument
397 gnttab_cancel_free_callback(struct gnttab_free_callback *callback) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h36 /// callback, ignore count, etc...
46 /// @param[in] callback
50 /// Client data that will get passed to the callback.
55 WatchpointOptions(WatchpointHitCallback callback,
76 // callback.
78 // a) If the watchpoint is thread specific and not for this thread, continue w/o running the callback.
81 // d) Otherwise, the callback will get run, and if it returns true we will stop, and if false we won't.
82 // The asynchronous callback can run the target itself, but at present that should be the last action the
83 // callback does. We will relax this condition at some point, but it will take a bit of plumbing to get
89 /// Adds a callback t
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeList.h55 ForEach (std::function <bool(const lldb::TypeSP &type_sp)> const &callback) const;
58 ForEach (std::function <bool(lldb::TypeSP &type_sp)> const &callback);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DStreamCallback.cpp22 StreamCallback::StreamCallback (lldb::LogOutputCallback callback, void *baton) : argument
24 m_callback (callback),
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp78 NameToDIE::ForEach (std::function <bool(const char *name, uint32_t die_offset)> const &callback) const
83 if (!callback(m_map.GetCStringAtIndexUnchecked(i),

Completed in 244 milliseconds

1234567891011>>