Searched refs:callback (Results 226 - 250 of 593) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dos.c99 static int pcap_read_dos (pcap_t *p, int cnt, pcap_handler callback,
229 * Poll the receiver queue and call the pcap callback-handler
233 pcap_read_one (pcap_t *p, pcap_handler callback, u_char *data) argument
264 * filter it, do the callback and release the buffer.
285 if (callback &&
294 (*callback) (data, &pcap, p->buffer);
302 if (callback == watt32_recv_hook)
354 pcap_read_dos (pcap_t *p, int cnt, pcap_handler callback, u_char *data) argument
362 rc = pcap_read_one (p, callback, data);
432 * Simply store the filter-code for the pcap_read_dos() callback
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.c907 /* get hw link config; polling, so callback will be called immediately */
2120 ocs_hw_assert(hw->callback.unsolicited != NULL);
2122 hw->callback.unsolicited(hw->args.unsolicited, seq);
2288 * - OCS_CMD_NOWAIT - Command executes asynchronously. Uses callback.
2289 * @param cb Function callback used for asynchronous mode. May be NULL.
2292 * callback function pointer is NULL, the results of the command are silently
2294 * @param arg Argument passed to an asynchronous callback.
2385 * @brief Register a callback for the given event.
2390 * @param arg Argument passed to the callback function.
2406 hw->callback
11763 ocs_hw_async_cb_t callback; member in struct:__anon7544
11809 ocs_hw_async_call(ocs_hw_t *hw, ocs_hw_async_cb_t callback, void *arg) argument
[all...]
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js72 // Used by jQuery.camelCase as callback to replace()
270 // Execute a callback for every element in the matched set.
273 each: function( callback, args ) {
274 return jQuery.each( this, callback, args );
281 // Add the callback
306 map: function( callback ) {
308 return callback.call( elem, i, elem );
462 // Use the handy event callback
630 each: function( object, callback, args ) {
638 if ( callback
[all...]
/freebsd-11-stable/sys/dev/usb/gadget/
H A Dg_modem.c163 .callback = &g_modem_intr_callback,
175 .callback = &g_modem_bulk_read_callback,
187 .callback = &g_modem_bulk_write_callback,
H A Dg_audio.c168 .callback = &g_audio_isoc_read_callback,
180 .callback = &g_audio_isoc_read_callback,
192 .callback = &g_audio_isoc_write_callback,
204 .callback = &g_audio_isoc_write_callback,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.h130 svn_commit_callback2_t callback,
359 svn_commit_callback2_t callback,
567 svn_commit_callback2_t callback,
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c161 the callback unless the filename exclusion list is present
170 callback_t callback,
208 (*callback) (ptr, sec, s, file, data);
217 callback_t callback,
227 (*callback) (ptr, sec, s, file, data);
244 walk_wild_consider_section (ptr, file, s, sec, callback, data);
443 callback_t callback,
456 walk_wild_section_general (ptr, file, callback, data);
458 walk_wild_consider_section (ptr, file, s0, sec0, callback, data);
464 callback_t callback,
166 walk_wild_consider_section(lang_wild_statement_type *ptr, lang_input_statement_type *file, asection *s, struct wildcard_list *sec, callback_t callback, void *data) argument
215 walk_wild_section_general(lang_wild_statement_type *ptr, lang_input_statement_type *file, callback_t callback, void *data) argument
441 walk_wild_section_specs1_wild0(lang_wild_statement_type *ptr, lang_input_statement_type *file, callback_t callback, void *data) argument
462 walk_wild_section_specs1_wild1(lang_wild_statement_type *ptr, lang_input_statement_type *file, callback_t callback, void *data) argument
481 walk_wild_section_specs2_wild1(lang_wild_statement_type *ptr, lang_input_statement_type *file, callback_t callback, void *data) argument
520 walk_wild_section_specs3_wild2(lang_wild_statement_type *ptr, lang_input_statement_type *file, callback_t callback, void *data) argument
561 walk_wild_section_specs4_wild2(lang_wild_statement_type *ptr, lang_input_statement_type *file, callback_t callback, void *data) argument
615 walk_wild_section(lang_wild_statement_type *ptr, lang_input_statement_type *file, callback_t callback, void *data) argument
745 walk_wild_file(lang_wild_statement_type *s, lang_input_statement_type *f, callback_t callback, void *data) argument
778 walk_wild(lang_wild_statement_type *s, callback_t callback, void *data) argument
[all...]
/freebsd-11-stable/sys/contrib/vchiq/interface/vchi/connections/
H A Dconnection.h72 VCHI_CALLBACK_T callback,
/freebsd-11-stable/contrib/pf/libevent/
H A Devent.c119 int (*event_sigcb)(void); /* Signal callback when gotsig is set */
451 /* One-time callback, it deletes itself */
466 void (*callback)(int, short, void *), void *arg, struct timeval *tv)
479 eonce->cb = callback;
510 void (*callback)(int, short, void *), void *arg)
515 ev->ev_callback = callback;
615 * this timeout before the callback can be executed
662 event_debug(("event_del: %p, callback %p",
465 event_once(int fd, short events, void (*callback)(int, short, void *), void *arg, struct timeval *tv) argument
509 event_set(struct event *ev, int fd, short events, void (*callback)(int, short, void *), void *arg) argument
/freebsd-11-stable/sys/sparc64/include/
H A Dbus_dma.h88 struct memdesc *mem, bus_dmamap_callback_t *callback,
/freebsd-11-stable/sys/sys/
H A Dresourcevar.h160 void ui_racct_foreach(void (*callback)(struct racct *racct,
/freebsd-11-stable/sys/dev/ips/
H A Dips_ioctl.c79 command->callback = ips_ioctl_finish;
/freebsd-11-stable/sys/dev/usb/serial/
H A Dusb_serial.h182 #define UCOM_FLAG_INWAKEUP 0x0400 /* set if we are in the tsw_inwakeup callback */
209 const struct ucom_callback *callback, struct mtx *);
/freebsd-11-stable/sys/dev/usb/misc/
H A Dudbp.c210 .callback = &udbp_bulk_write_callback,
220 .callback = &udbp_bulk_read_callback,
228 .callback = &udbp_bulk_write_clear_stall_callback,
238 .callback = &udbp_bulk_read_clear_stall_callback,
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_hsi_init_tool.h205 * init operation: callback
365 struct init_callback_op callback /* callback init operation */; member in union:init_op
381 INIT_OP_CALLBACK /* callback init command */,
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_iq.h257 /* Time out and callback */
261 void (*callback) (struct octeon_device *, uint32_t, member in struct:lio_soft_command
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_rss.c121 sc->callback = lio_set_rss_callback;
/freebsd-11-stable/sys/cam/
H A Dcam_xpt.h59 * Definition of an async handler callback block. These are used to add
60 * SIMs and peripherals to the async callback lists.
66 void (*callback)(void *arg, u_int32_t code, member in struct:async_node
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_bdg.h190 int netmap_bdg_update_private_data(const char *name, bdg_update_private_data_fn_t callback,
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_private.h227 archive_passphrase_callback *callback; member in struct:archive_read::__anon26
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h182 // Catch commands before they execute by registering a callback that will get
186 lldb::CommandOverrideCallback callback,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h98 void enumerateComponents(EnumerationCallback callback) const;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interface_internal.h174 void __msan_set_death_callback(void (*callback)(void));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h159 bool (EmulateInstructionARM64::*callback)(const uint32_t opcode); member in struct:EmulateInstructionARM64::__anon1449
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h86 bool (EmulateInstructionMIPS64::*callback)(llvm::MCInst &insn); member in struct:EmulateInstructionMIPS64::__anon1451

Completed in 211 milliseconds

1234567891011>>