| /netbsd/src/sys/arch/playstation2/ee/ |
| D | intc.c | 88 u_int32_t r, dispatch, pending; in intc_intr() local 91 dispatch = r & ~mask & __intc_enabled_channel; in intc_intr() 97 r, mask, pending, dispatch, __intc_enabled_channel); in intc_intr() 99 if (dispatch == 0) in intc_intr() 103 _reg_write_4(I_STAT_REG, dispatch); in intc_intr() 107 if (dispatcher->bit & dispatch) { in intc_intr() 110 dispatch &= ~dispatcher->bit; in intc_intr() 115 if (dispatch) { in intc_intr() 118 if (bit & dispatch) { in intc_intr()
|
| D | dmac.c | 117 u_int32_t r, dispatch, pending; in dmac_intr() local 121 dispatch = r & ~mask & __dmac_enabled_channel; in dmac_intr() 126 r, mask, pending, dispatch, __dmac_enabled_channel); in dmac_intr() 128 if (dispatch == 0) in dmac_intr() 132 _reg_write_4(D_STAT_REG, dispatch); in dmac_intr() 136 if (dispatcher->bit & dispatch) { in dmac_intr() 139 dispatch &= ~dispatcher->bit; in dmac_intr() 144 if (dispatch) { in dmac_intr() 147 if (bit & dispatch) { in dmac_intr()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/cf/ |
| D | dispatch.m4 | 7 AC_CHECK_HEADERS([dispatch/dispatch.h]) 8 AC_FIND_FUNC_NO_LIBS(dispatch_async_f, dispatch, 10 #include <dispatch/dispatch.h>
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | dispatch.c | 66 ssh->dispatch[i] = dflt; in ssh_dispatch_init() 77 ssh->dispatch[i] = fn; in ssh_dispatch_range() 84 ssh->dispatch[type] = fn; in ssh_dispatch_set() 107 ssh->dispatch[type] != NULL) { in ssh_dispatch_run() 113 r = (*ssh->dispatch[type])(type, seqnr, ssh); in ssh_dispatch_run()
|
| D | ssh_api.c | 284 ssh->dispatch[type] != NULL) { in ssh_packet_next() 285 if ((r = (*ssh->dispatch[type])(type, seqnr, ssh)) != 0) in ssh_packet_next()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| D | filterprov.c | 31 } dispatch[MAX_FILTERS]; member 87 if (globs->dispatch[i].operation == operation_id) { in filter_query() 89 return globs->dispatch[i].alg; in filter_query() 109 if (globs->dispatch[i].alg == algs) in filter_unquery() 209 globs->dispatch[globs->num_dispatch].alg[algnum++] = *algs; in filter_provider_set_filter() 218 globs->dispatch[globs->num_dispatch].operation = operation; in filter_provider_set_filter()
|
| /netbsd/src/lib/libc/rpc/ |
| D | svc_generic.c | 90 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_create() 118 dispatch, nconf) == FALSE) in svc_create() 130 xprt = svc_tp_create(dispatch, prognum, versnum, nconf); in svc_create() 161 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_tp_create() 178 if (svc_reg(xprt, prognum, versnum, dispatch, nconf) == FALSE) { in svc_tp_create()
|
| D | svc.c | 249 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_reg() 283 if (s->sc_dispatch == dispatch) in svc_reg() 306 s->sc_dispatch = dispatch; in svc_reg() 358 void (*dispatch)(struct svc_req *, SVCXPRT *), int protocol) in svc_register() 364 _DIAGASSERT(dispatch != NULL); in svc_register() 368 if (s->sc_dispatch == dispatch) in svc_register() 378 s->sc_dispatch = dispatch; in svc_register()
|
| /netbsd/src/external/mit/xorg/server/xorg-server/dix/ |
| D | Makefile | 10 SRCS= atom.c colormap.c cursor.c devices.c dispatch.c dixfonts.c \ 37 COPTS.dispatch.c= -Wno-error
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | sr71k.md | 25 ;; multiple function units, with an average dispatch rate of 2 33 ;; buffering is done via a VLIW dispatch style (with a packing of 6 insns); 116 ;; to the issue units, the default/minimum "repeat" dispatch delay is 122 ;; Simulate a 6 insn VLIW dispatch, 1 cycle in dispatch followed by 212 ;; emulate repeat (dispatch stall) by spending extra cycle(s) in
|
| D | 20kc.md | 117 ;; Conditional moves always force single-dispatch. 280 ;; Force single-dispatch for unknown or multi.
|
| D | loongson2ef.md | 34 ;; Pseudo units to help modeling of ALU1/2 round-robin dispatch strategy. 69 ;; Pseudo units to help modeling of FALU1/2 round-robin dispatch strategy.
|
| /netbsd/src/external/bsd/file/dist/src/ |
| D | vasprintf.c | 298 static int dispatch(xprintf_struct *s) in dispatch() function 591 if (dispatch(s) == EOF) in core() 611 if (dispatch(s) == EOF) in core()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | power9.md | 43 ; Power9 can dispatch a maximum of 6 iops per cycle with the following 47 ; Note that insn position in a dispatch group of 6 insns does not infer which 49 ; conflicts that exist (i.e. an 'even' requirement will preclude dispatch 52 ; The xa0/xa1 units really represent the 3rd dispatch port for a superslice but 59 ; Any execution slice dispatch 89 ; 3-way cracked (consumes whole decode/dispatch cycle)
|
| D | power10.md | 22 ; For Power10 we model (and try to pack) the in-order decode/dispatch groups 30 ; Decode/dispatch slots 57 ; Power10 can dispatch a maximum of 8 iops per cycle. With a maximum of 60 ; Any dispatch slot 70 ; 4-way cracked (consumes whole decode/dispatch cycle)
|
| D | cell.md | 25 ;; IU, XU, VSU, dispatcher decodes and dispatch 2 insns per cycle in program 410 ;; the target of VSU estimate should not be reused within 10 dispatch groups 411 ;; the target of VSU float should not be reused within 8 dispatch groups 412 ;; the target of VSU complex should not be reused within 5 dispatch groups 413 ;; FP LOAD should not reuse an FPU Arithmetic target with 6 dispatch gropus
|
| D | 7450.md | 36 ;; However, we can only dispatch 2 instructions per cycle. 41 ;; by a dispatch unit which can issue a max of 3 insns per cycle.
|
| /netbsd/src/usr.sbin/ifwatchd/ |
| D | ifwatchd.c | 63 static void dispatch(const void *, size_t); 230 dispatch(iov[0].iov_base, n); in main() 264 dispatch(const void *msg, size_t len) in dispatch() function
|
| /netbsd/src/external/mit/xorg/bin/xfs/ |
| D | Makefile | 12 SRCS= atom.c charinfo.c difsutils.c dispatch.c events.c \
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| D | evp_rand.c | 32 const OSSL_DISPATCH *dispatch; member 136 rand->dispatch = fns; in evp_rand_from_algorithm() 355 parent_dispatch = parent->meth->dispatch; in EVP_RAND_CTX_new()
|
| /netbsd/src/external/bsd/am-utils/dist/conf/transp/ |
| D | transp_sockets.c | 237 void (*dispatch)(struct svc_req *rqstp, SVCXPRT *transp), in amu_svc_register() 241 return svc_register(xprt, prognum, versnum, dispatch, protocol); in amu_svc_register()
|
| /netbsd/src/external/bsd/libpcap/dist/ |
| D | TODO | 24 you can call "pcap_dispatch()" as the dispatch routine after putting
|
| /netbsd/src/lib/libpuffs/ |
| D | dispatcher.c | 53 static void dispatch(struct puffs_cc *); 64 dispatch(pcc); in puffs__ml_dispatch() 92 if (puffs__cc_create(pu, dispatch, &pcc) == -1) in puffs_dispatch_create() 121 dispatch(struct puffs_cc *pcc) in dispatch() function
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | cortex-a15.md | 25 ;; the following dispatch units. 45 ;; The main dispatch units
|
| /netbsd/src/usr.bin/tip/ |
| D | README | 31 The command dispatch table is defined in cmdtab.c. Commands
|