Searched refs:callback (Results 126 - 150 of 593) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/kern/
H A Dkern_loginclass.c242 loginclass_racct_foreach(void (*callback)(struct racct *racct,
252 (callback)(lc->lc_racct, arg2, arg3);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspace_map.h192 int space_map_iterate(space_map_t *sm, sm_cb_t callback, void *arg);
193 int space_map_incremental_destroy(space_map_t *sm, sm_cb_t callback, void *arg,
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_response_manager.c174 if (sc->callback != NULL)
175 sc->callback(octeon_dev, status,
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-septel.c48 * Read at most max_packets from the capture queue and call the callback
52 static int septel_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user) { argument
154 /* Call the user supplied callback function */
155 callback(user, &pcap_header, dp);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp62 void (*callback)(int, siginfo_t *, void *)) {
82 sigact.sa_sigaction = callback;
61 SetSigaction(int signum, void (*callback)(int, siginfo_t *, void *)) argument
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DSymbolTable.h114 template <typename T> void forEachSymbol(T callback) { argument
116 callback(pair.second);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h105 /// Set the callback action invoked when the watchpoint is hit.
107 /// \param[in] callback
110 /// A void * pointer that will get passed back to the callback function.
112 /// If \b true the callback will be run on the private event thread
113 /// before the stop event gets reported. If false, the callback will get
115 void SetCallback(WatchpointHitCallback callback, void *callback_baton,
118 void SetCallback(WatchpointHitCallback callback,
124 /// Invoke the callback action when the watchpoint is hit.
196 // the callback machinery.
H A DBreakpointSiteList.h107 void ForEach(std::function<void(BreakpointSite *)> const &callback);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp196 void LockStuffAndStopTheWorld(StopTheWorldCallback callback, void *argument) { argument
199 StopTheWorld(callback, argument);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp71 void WatchpointOptions::SetCallback(WatchpointHitCallback callback, argument
75 m_callback = callback;
H A DWatchpoint.cpp64 void Watchpoint::SetCallback(WatchpointHitCallback callback, void *baton, argument
68 m_options.SetCallback(callback, std::make_shared<UntypedBaton>(baton),
76 void Watchpoint::SetCallback(WatchpointHitCallback callback, argument
79 m_options.SetCallback(callback, callback_baton_sp, is_synchronous);
/freebsd-11-stable/lib/libc/gen/
H A Ddlfcn.c204 dl_iterate_phdr(int (*callback)(struct dl_phdr_info *, size_t, void *) __unused,
215 ret = callback(&phdr_info, sizeof(phdr_info), data);
/freebsd-11-stable/sys/dev/aac/
H A Daac_disk.c240 bus_dmamap_callback_t *callback; local
275 callback = aac_dump_map_sg;
287 callback = aac_dump_map_sg64;
294 * bother trying to send the command from the callback; there
298 len, callback, fib, BUS_DMA_NOWAIT) != 0)
/freebsd-11-stable/sys/dev/dpaa/
H A Dqman.h169 * Register the callback function.
170 * The callback function will be called when a frame comes from this FQR.
173 * @param callback A pointer to the callback function.
177 t_Error qman_fqr_register_cb(t_Handle fqr, t_QmReceivedFrameCallback *callback,
228 * General received frame callback.
229 * This is called, when user did not register his own callback for a given
236 * General rejected frame callback.
237 * This is called, when user did not register his own callback for a given
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-fifo.h59 * @callback: Fifo completion callback. HAL invokes the callback when there
61 * the @callback executes in the hw interrupt context.
62 * @txdl_init: Fifo's descriptor-initialize callback.
64 * If not NULL, HAL invokes the callback when opening
66 * @txdl_term: Fifo's descriptor-terminate callback. If not NULL,
67 * HAL invokes the callback when closing the corresponding fifo.
87 vxge_hal_fifo_callback_f callback; member in struct:__hal_fifo_t
H A Dvxgehal-ring.h110 * @callback: Channel completion callback. HAL invokes the callback when there
112 * the @callback executes in the hw interrupt context.
113 * @rxd_init: Channel's descriptor-initialize callback.
115 * If not NULL, HAL invokes the callback when opening the ring.
116 * @rxd_term: Channel's descriptor-terminate callback. If not NULL,
117 * HAL invokes the callback when closing the corresponding channel.
140 vxge_hal_ring_callback_f callback; member in struct:__hal_ring_t
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpclient.h53 /* type of callback function for responses
54 * this callback function is responsible for free() any memory associated with
58 /* type of callback function for timeouts */
63 snmp_timeout_cb_f callback, void *);
184 /* callback type for table fetch */
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dbio_enc.c405 if ((b->callback != NULL) &&
406 (b->callback(b,BIO_CB_CTRL,(char *)c,BIO_CTRL_SET,e,0L) <= 0))
413 if (b->callback != NULL)
414 b->callback(b,BIO_CB_CTRL,(char *)c,BIO_CTRL_SET,e,1L);
426 if ((b->callback != NULL) &&
427 (b->callback(b, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, 0L) <=
435 if (b->callback != NULL)
436 b->callback(b, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, 1L);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_domain.h46 extern void ocs_register_domain_list_empty_cb(ocs_t *ocs, void (*callback)(ocs_t *ocs, void *arg), void *arg);
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_adminq.h74 void *callback; /* cast from type I40E_ADMINQ_CALLBACK */ member in struct:i40e_asq_cmd_details
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DResolver.h69 llvm::Expected<bool> forEachUndefines(File &file, UndefCallback callback);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h27 PathMappingList(ChangedCallback callback, void *callback_baton);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h212 /// Sets the callback to be called immediately before death on error.
214 /// Passing 0 will unset the callback.
216 /// \param callback User-provided callback.
217 void __sanitizer_set_death_callback(void (*callback)(void));
320 /// signal callback runs during the switch, it will not benefit from stack
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp101 void Language::ForEach(std::function<bool(Language *)> callback) { argument
115 if (!callback(entry.second.get()))
229 std::function<bool(lldb::LanguageType)> callback) {
231 if (!callback(language_names[i].type))
228 ForAllLanguages( std::function<bool(lldb::LanguageType)> callback) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h84 void SetCallback(SBBreakpointHitCallback callback, void *baton);

Completed in 142 milliseconds

1234567891011>>