Searched refs:dispatch (Results 51 - 75 of 115) sorted by relevance

12345

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_scsi.c990 * @brief Check for pending IOs to dispatch.
994 * dispatch the IOs.
1009 int dispatch; local
1074 * Look for an abort we can dispatch.
1077 dispatch = 0;
1084 dispatch = 1;
1087 dispatch = 0;
1090 if (dispatch) {
1098 if (dispatch) {
1113 * @brief Attempt to dispatch
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dtask.c978 dispatch(isc__taskmgr_t *manager) { function
1283 dispatch(manager);
1610 dispatch(manager);
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_device.h124 * The dispatch list entry.
138 /* The opcode for which the dispatch function & arg should be used */
151 /* The dispatch list structure. */
153 /* access to dispatch list must be atomic */
156 /* Count of dispatch functions currently registered */
159 /* The list of dispatch functions */
438 /* List of dispatch functions */
439 struct lio_dispatch_list dispatch; member in struct:octeon_device
583 * Initialize the driver's dispatch list which is a mix of a hash table
591 * Delete the driver's dispatch lis
[all...]
/freebsd-11-stable/sbin/dhclient/
H A Ddispatch.c1 /* $OpenBSD: dispatch.c,v 1.31 2004/09/21 04:07:03 david Exp $ */
43 __FBSDID("$FreeBSD: stable/11/sbin/dhclient/dispatch.c 336440 2018-07-18 01:57:13Z eugen $");
164 dispatch(void) function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h380 // buffer which is a dispatch hazard (BufferSize = 0).
472 // instruction at dispatch stage. In the absence of macro-fusion, this value
508 // Transition to the dispatch stage, and assign a RCUToken to this
511 void dispatch(unsigned RCUTokenID);
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_block.c156 cbb_dispatch_t dispatch; member in struct:ctl_be_block_lun
1368 be_lun->dispatch(be_lun, beio);
1641 be_lun->dispatch(be_lun, beio);
1679 be_lun->dispatch(be_lun, beio);
1823 be_lun->dispatch = ctl_be_block_dispatch_file;
1924 be_lun->dispatch = ctl_be_block_dispatch_zvol;
1928 be_lun->dispatch = ctl_be_block_dispatch_dev;
2060 if (be_lun->dispatch == ctl_be_block_dispatch_zvol) {
2199 if (be_lun->dispatch != ctl_be_block_dispatch_dev)
/freebsd-11-stable/contrib/pf/libevent/
H A Devent.c423 res = evsel->dispatch(base, evbase, &tv);
/freebsd-11-stable/lib/libomp/
H A Domp-tools.h157 macro (ompt_callback_dispatch, ompt_callback_dispatch_t, 32) /* dispatch of work */
1047 ompt_record_dispatch_t dispatch; member in union:ompt_record_ompt_t::__anon3459
/freebsd-11-stable/crypto/heimdal/etc/
H A DMakefile.in63 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
/freebsd-11-stable/crypto/heimdal/include/
H A DMakefile.in67 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
/freebsd-11-stable/crypto/heimdal/include/gssapi/
H A DMakefile.in63 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp219 DISPATCH_INTERCEPT(dispatch, false)
/freebsd-11-stable/crypto/heimdal/admin/
H A DMakefile.in65 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
/freebsd-11-stable/crypto/heimdal/appl/
H A DMakefile.in63 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
/freebsd-11-stable/crypto/heimdal/appl/afsutil/
H A DMakefile.in65 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
/freebsd-11-stable/crypto/heimdal/appl/ftp/
H A DMakefile.in63 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
/freebsd-11-stable/crypto/heimdal/appl/ftp/common/
H A DMakefile.in64 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A DMakefile.in65 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
/freebsd-11-stable/crypto/heimdal/appl/gssmask/
H A DMakefile.in65 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
/freebsd-11-stable/crypto/heimdal/appl/push/
H A DMakefile.in66 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
/freebsd-11-stable/crypto/heimdal/appl/rcp/
H A DMakefile.in65 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
/freebsd-11-stable/crypto/heimdal/appl/su/
H A DMakefile.in65 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
/freebsd-11-stable/crypto/heimdal/appl/telnet/
H A DMakefile.in63 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A DMakefile.in64 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A DMakefile.in65 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \

Completed in 137 milliseconds

12345