| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| nat64-macos.h | 22 #include <dispatch/dispatch.h>
|
| interface-monitor-macos.h | 22 #include <dispatch/dispatch.h>
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| barrier.h | 43 #include <dispatch/dispatch.h>
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
| llvm-xray.cpp | 38 if (auto C = dispatch(SC)) {
|
| xray-registry.h | 35 std::function<Error()> dispatch(cl::SubCommand *SC);
|
| xray-registry.cpp | 32 HandlerType dispatch(cl::SubCommand *SC) { function in namespace:llvm::xray 35 "Attempting to dispatch on un-registered SubCommand.");
|
| /src/sys/arch/playstation2/ee/ |
| intc.c | 88 u_int32_t r, dispatch, pending; local 91 dispatch = r & ~mask & __intc_enabled_channel; 97 r, mask, pending, dispatch, __intc_enabled_channel); 99 if (dispatch == 0) 103 _reg_write_4(I_STAT_REG, dispatch); 105 /* dispatch interrupt handler */ 107 if (dispatcher->bit & dispatch) { 110 dispatch &= ~dispatcher->bit; 115 if (dispatch) { 118 if (bit & dispatch) { [all...] |
| dmac.c | 117 u_int32_t r, dispatch, pending; local 121 dispatch = r & ~mask & __dmac_enabled_channel; 126 r, mask, pending, dispatch, __dmac_enabled_channel); 128 if (dispatch == 0) 132 _reg_write_4(D_STAT_REG, dispatch); 134 /* dispatch interrupt handler */ 136 if (dispatcher->bit & dispatch) { 139 dispatch &= ~dispatcher->bit; 144 if (dispatch) { 147 if (bit & dispatch) { [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/ipc/ |
| hi_locl.h | 69 #include <dispatch/dispatch.h>
|
| /src/crypto/external/bsd/openssh/dist/ |
| dispatch.c | 1 /* $NetBSD: dispatch.c,v 1.12 2025/10/11 15:45:06 christos Exp $ */ 2 /* $OpenBSD: dispatch.c,v 1.34 2025/05/21 06:44:24 djm Exp $ */ 29 __RCSID("$NetBSD: dispatch.c,v 1.12 2025/10/11 15:45:06 christos Exp $"); 37 #include "dispatch.h" 67 ssh->dispatch[i] = dflt; 78 ssh->dispatch[i] = fn; 85 ssh->dispatch[type] = fn; 108 ssh->dispatch[type] != NULL) { 114 r = (*ssh->dispatch[type])(type, seqnr, ssh);
|
| /src/external/mpl/dhcp/lib/omapip/ |
| Makefile | 7 listener.c dispatch.c generic.c support.c handle.c message.c \
|
| /src/external/mpl/bind/dist/tests/dns/ |
| resolver_test.c | 33 #include <dns/dispatch.h> 40 static dns_dispatch_t *dispatch = NULL; variable 59 result = dns_dispatch_createudp(dispatchmgr, &local, &dispatch); 69 dns_dispatch_detach(&dispatch); 82 dispatch, NULL, resolverp);
|
| dispatch_test.c | 36 #include <dns/dispatch.h> 88 dns_dispatch_t *dispatch; member in struct:__anon24196 96 dns_dispatch_detach(&test->dispatch); 269 /* create dispatch set */ 294 /* test dispatch set per-loop dispatch */ 330 * different dispatch sets but the same thread gets the same 513 &tcp_connect_addr, NULL, &test2->dispatch); 516 assert_ptr_equal(test1->dispatch, test2->dispatch); [all...] |
| /src/sbin/nvmectl/ |
| nvmectl.h | 107 __dead void dispatch(int argc, char *argv[], const struct nvme_function *f);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/ |
| RetireControlUnit.h | 91 unsigned dispatch(const InstRef &IS);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/ |
| DispatchStage.h | 10 /// This file models the dispatch component of an instruction pipeline. 31 // Implements the hardware dispatch logic. 33 // This class is responsible for the dispatch stage, in which instructions are 42 // the value of field 'DispatchWidth'. A "dynamic dispatch stall" occurs when 43 // processor resources are not available. Dispatch stall events are counted 45 // report when flag '-dispatch-stats' is specified. 61 Error dispatch(InstRef IR); 74 // The dispatch logic internally doesn't buffer instructions. So there is
|
| /src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/ |
| DispatchStage.cpp | 10 /// This file models the dispatch component of an instruction pipeline. 78 Error DispatchStage::dispatch(InstRef IR) { function in class:llvm::mca::DispatchStage 79 assert(!CarryOver && "Cannot dispatch another instruction!"); 93 // Check if this instructions ends the dispatch group. 124 unsigned RCUTokenID = RCU.dispatch(IR); 126 IS.dispatch(RCUTokenID); 156 // Conservatively bail out if there are no available dispatch entries. 170 // The dispatch logic doesn't internally buffer instructions. It only accepts 177 assert(canDispatch(IR) && "Cannot dispatch another instruction!"); 178 return dispatch(IR) [all...] |
| /src/external/mpl/dhcp/lib/common/ |
| Makefile | 6 SRCS = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| filterprov.c | 33 } dispatch[MAX_FILTERS]; member in struct:filter_prov_globals_st 89 if (globs->dispatch[i].operation == operation_id) { 91 return globs->dispatch[i].alg; 111 if (globs->dispatch[i].alg == algs) 248 globs->dispatch[globs->num_dispatch].alg[algnum++] = *algs; 257 globs->dispatch[globs->num_dispatch].operation = operation;
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| filterprov.c | 31 } dispatch[MAX_FILTERS]; member in struct:filter_prov_globals_st 87 if (globs->dispatch[i].operation == operation_id) { 89 return globs->dispatch[i].alg; 109 if (globs->dispatch[i].alg == algs) 209 globs->dispatch[globs->num_dispatch].alg[algnum++] = *algs; 218 globs->dispatch[globs->num_dispatch].operation = operation;
|
| /src/lib/libc/rpc/ |
| svc_generic.c | 90 void (*dispatch)(struct svc_req *, SVCXPRT *), 118 dispatch, nconf) == FALSE) 130 xprt = svc_tp_create(dispatch, prognum, versnum, nconf); 161 void (*dispatch)(struct svc_req *, SVCXPRT *), 178 if (svc_reg(xprt, prognum, versnum, dispatch, nconf) == FALSE) {
|
| /src/crypto/external/bsd/heimdal/dist/lib/base/ |
| baselocl.h | 62 #include <dispatch/dispatch.h>
|
| /src/external/mit/xorg/server/xorg-server/dix/ |
| Makefile | 10 SRCS= atom.c colormap.c cursor.c devices.c dispatch.c dixfonts.c \ 37 COPTS.dispatch.c= -Wno-error
|
| /src/external/mit/xorg/server/xorg-server.old/dix/ |
| Makefile | 10 SRCS= atom.c colormap.c cursor.c devices.c dispatch.c dixfonts.c \ 27 CPPFLAGS.dispatch.c= -DVENDOR_NAME="\"The Xorg Foundation\"" 39 COPTS.dispatch.c= -Wno-error
|
| /src/external/bsd/unbound/dist/libunbound/ |
| unbound-event.h | 93 int (*dispatch)(struct ub_event_base*); member in struct:ub_event_base_vmt
|