Searched refs:callback (Results 26 - 50 of 593) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoop.h48 const Callback &callback,
52 // as long as they don't try to listen for the same signal. The callback
54 // when the hander is executed. This mean that you can treat the callback as
56 // handler. However, since the callback is not invoked synchronously, you
58 SignalHandleUP RegisterSignal(int signo, const Callback &callback,
63 // This should only be performed from a callback. Do not attempt to terminate
93 Callback callback; member in struct:lldb_private::MainLoop::SignalInfo
H A DHostNativeProcessBase.h39 StartMonitoring(const Host::MonitorChildProcessCallback &callback,
H A DHostProcess.h46 StartMonitoring(const Host::MonitorChildProcessCallback &callback,
/freebsd-11-stable/sys/dev/xen/grant_table/
H A Dgrant_table.c98 struct gnttab_free_callback *callback, *next; local
100 callback = gnttab_free_callback_list;
103 while (callback != NULL) {
104 next = callback->next;
105 if (gnttab_free_count >= callback->count) {
106 callback->next = NULL;
107 callback->fn(callback->arg);
109 callback->next = gnttab_free_callback_list;
110 gnttab_free_callback_list = callback;
386 gnttab_request_free_callback(struct gnttab_free_callback *callback, void (*fn)(void *), void *arg, uint16_t count) argument
405 gnttab_cancel_free_callback(struct gnttab_free_callback *callback) argument
[all...]
/freebsd-11-stable/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-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_sa_query.c91 void (*callback)(struct ib_sa_query *, int, struct ib_sa_mad *); member in struct:ib_sa_query
109 void (*callback)(int, struct ib_sa_service_rec *, void *); member in struct:ib_sa_service_query
115 void (*callback)(int, struct ib_sa_path_rec *, void *); member in struct:ib_sa_path_query
121 void (*callback)(int, struct ib_sa_guidinfo_rec *, void *); member in struct:ib_sa_guidinfo_query
127 void (*callback)(int, struct ib_class_port_info *, void *); member in struct:ib_sa_classport_info_query
133 void (*callback)(int, struct ib_sa_mcmember_rec *, void *); member in struct:ib_sa_mcmember_query
865 query->callback(status, &rec, query->context);
867 query->callback(status, NULL, query->context);
884 * @callback:function called when query completes, times out or is
886 * @context:opaque user context passed to callback
[all...]
H A Dsa.h59 void (*callback)(int status,
/freebsd-11-stable/usr.sbin/ppp/
H A Dlcp.h33 /* callback::opmask values */
40 #define CALLBACK_NONE (14) /* No callback is ok */
44 struct callback { struct
45 int opmask; /* want these types of callback */
60 struct callback his_callback; /* Peer wants callback ? */
73 struct callback want_callback;/* We want callback ? */
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-internal.h30 #define ompt_event_macro(event, callback, eventid) \
31 callback ompt_callback(event);
40 #define ompt_event_macro(event, callback, eventid) unsigned int event : 1;
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_compat.h42 * will call @a callback/@a callback_baton, allocating the @a *callback2_baton
53 svn_commit_callback_t callback,
/freebsd-11-stable/sys/x86/iommu/
H A Dbusdma_dmar.h49 bus_dmamap_callback_t *callback; member in struct:bus_dmamap_dmar
/freebsd-11-stable/sys/dev/ixl/
H A Dixlv_vc_mgr.h53 ixl_vc_callback_t *callback; member in struct:ixl_vc_cmd
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostProcessPosix.h36 StartMonitoring(const Host::MonitorChildProcessCallback &callback,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallOnFunctionExit.h24 /// Definition for the callback made when the currently executing thread
28 ThreadPlanCallOnFunctionExit(Thread &thread, const Callback &callback);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h10 // process and runs the user-supplied callback in the same address space.
55 // Suspend all threads in the current process and run the callback on the list
57 // The callback should not call any libc functions. The callback must not call
60 void StopTheWorld(StopTheWorldCallback callback, void *argument);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h95 SetExact(FormatContainer::ExactMatchForEachCallback callback) { argument
96 m_format_exact = callback;
101 SetWithRegex(FormatContainer::RegexMatchForEachCallback callback) { argument
102 m_format_regex = callback;
108 SetExact(SummaryContainer::ExactMatchForEachCallback callback) { argument
109 m_summary_exact = callback;
114 SetWithRegex(SummaryContainer::RegexMatchForEachCallback callback) { argument
115 m_summary_regex = callback;
121 SetExact(FilterContainer::ExactMatchForEachCallback callback) { argument
122 m_filter_exact = callback;
127 SetWithRegex(FilterContainer::RegexMatchForEachCallback callback) argument
134 SetExact(SynthContainer::ExactMatchForEachCallback callback) argument
140 SetWithRegex(SynthContainer::RegexMatchForEachCallback callback) argument
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_bus_dma.c313 bus_size_t buflen, bus_dmamap_callback_t *callback,
323 _bus_dmamap_waitok(dmat, map, &mem, callback, callback_arg);
339 (*callback)(callback_arg, segs, 0, error);
341 (*callback)(callback_arg, segs, nsegs, 0);
355 bus_dmamap_callback2_t *callback, void *callback_arg, int flags)
369 (*callback)(callback_arg, segs, 0, 0, error);
371 (*callback)(callback_arg, segs, nsegs, m0->m_pkthdr.len, error);
394 bus_dmamap_callback2_t *callback, void *callback_arg, int flags)
406 (*callback)(callback_arg, segs, 0, 0, error);
408 (*callback)(callback_ar
312 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
354 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
393 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
416 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
461 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
500 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-11-stable/contrib/unbound/util/
H A Dnetevent.h54 * o comm_timer - a timeout with callback.
56 * o comm_reply - holds reply info during networking callback.
84 /** callback from communication point function type */
88 /** to pass no_error to callback function */
90 /** to pass closed connection to callback function */
92 /** to pass timeout happened to callback function */
94 /** to pass fallback from capsforID to callback function; 0x20 failed */
96 /** to pass done transfer to callback function; http file is complete */
98 /** to pass write of the write packet is done to callback function
111 /** callback t
385 comm_point_callback_type* callback; member in struct:comm_point
398 void (*callback)(void*); member in struct:comm_timer
415 void (*callback)(int, void*); member in struct:comm_signal
[all...]
/freebsd-11-stable/tools/tools/locale/tools/
H A Dcldr2def.pl67 my %callback = (
202 my $nl = $callback{data}{l} . "_" . $callback{data}{c};
203 my $enc = $callback{data}{e};
218 my $nl = $callback{data}{l} . "_" . $callback{data}{c};
238 my $nl = $callback{data}{l} . "_" . $callback{data}{c};
262 if (defined $alternativemonths{$callback{data}{l}}{$callback{dat
[all...]
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dvc_vchi_audioserv_defs.h117 void *callback; member in struct:__anon7257
134 void *callback; member in struct:__anon7259
/freebsd-11-stable/sys/dev/isci/
H A Disci_timer.c52 timer->callback(timer->cookie);
56 * @brief This callback method asks the user to start the supplied timer.
87 * @brief This callback method asks the user to stop the supplied timer.
106 * @brief This callback method asks the user to create a timer and provide
113 * @param[in] timer_callback This parameter specifies the callback method
137 timer->callback = timer_callback;
147 * @brief This callback method asks the user to destroy the supplied timer.
/freebsd-11-stable/libexec/ypxfr/
H A Dypxfr_getmap.c62 int (*callback)(int, char *, int, char *, int, char*))
82 ypresp_allfn = callback;
61 ypxfr_get_map(char *map, char *domain, char *host, int (*callback)(int, char *, int, char *, int, char*)) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h49 std::function<bool(const lldb::TypeSP &type_sp)> const &callback) const;
51 void ForEach(std::function<bool(lldb::TypeSP &type_sp)> const &callback);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dasan_interface.h249 void __asan_set_death_callback(void (*callback)(void));
251 /// Sets the callback function to be called during ASan error reporting.
253 /// The callback provides a string pointer to the report.
255 /// \param callback User-provided function.
256 void __asan_set_error_report_callback(void (*callback)(const char *));
258 /// User-provided callback on ASan errors.
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h29 /// callback, ignore count, etc...
36 /// \param[in] callback
41 /// Client data that will get passed to the callback.
45 WatchpointOptions(WatchpointHitCallback callback, void *baton,
65 // callback.
69 // w/o running the callback.
72 // d) Otherwise, the callback will get run, and if it returns true we will
74 // The asynchronous callback can run the target itself, but at present that
76 // callback does. We will relax this condition at some point, but it will
81 /// Adds a callback t
[all...]

Completed in 318 milliseconds

1234567891011>>