Searched refs:dispatch (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-10-stable/crypto/heimdal/lib/ipc/
H A Dhi_locl.h67 #include <dispatch/dispatch.h>
H A Dcommon.c38 #include <dispatch/dispatch.h>
H A Dclient.c43 #include <dispatch/dispatch.h>
/freebsd-10-stable/crypto/openssh/
H A Ddispatch.c1 /* $OpenBSD: dispatch.c,v 1.27 2015/05/01 07:10:01 djm Exp $ */
36 #include "dispatch.h"
70 ssh->dispatch[i] = dflt;
81 ssh->dispatch[i] = fn;
88 ssh->dispatch[type] = fn;
112 ssh->dispatch[type] != NULL) {
119 r = (*ssh->dispatch[type])(type, seqnr, ctxt);
H A Dpacket.h45 #include "dispatch.h" /* typedef, DISPATCH_MAX */
66 dispatch_fn *dispatch[DISPATCH_MAX]; member in struct:ssh
H A Dssh_api.c243 * If we enough data and a dispatch function then
248 * We will only call the dispatch function for:
258 ssh->dispatch[type] != NULL) {
259 if ((r = (*ssh->dispatch[type])(type, seqnr, ssh)) != 0)
/freebsd-10-stable/sbin/dhclient/
H A DMakefile36 SRCS= dhclient.c clparse.c alloc.c dispatch.c hash.c bpf.c options.c \
/freebsd-10-stable/crypto/heimdal/base/
H A Dbaselocl.h61 #include <dispatch/dispatch.h>
/freebsd-10-stable/sys/rpc/
H A Dsvc_generic.c84 void (*dispatch)(struct svc_req *, SVCXPRT *),
110 dispatch, nconf) == FALSE) {
126 xprt = svc_tp_create(pool, dispatch, prognum, versnum,
150 void (*dispatch)(struct svc_req *, SVCXPRT *),
183 if (svc_reg(xprt, prognum, versnum, dispatch, nconf) == FALSE) {
H A Dsvc.c494 * The dispatch routine will be called when a rpc request for this
499 void (*dispatch)(struct svc_req *, SVCXPRT *),
524 if (s->sc_dispatch == dispatch)
539 s->sc_dispatch = dispatch;
584 * The dispatch routine will be called when some port in ths pool die.
587 svc_loss_reg(SVCXPRT *xprt, void (*dispatch)(SVCXPRT *))
594 if (s->slc_dispatch == dispatch)
606 s->slc_dispatch = dispatch;
616 svc_loss_unreg(SVCPOOL *pool, void (*dispatch)(SVCXPRT *))
622 if (s->slc_dispatch == dispatch) {
[all...]
/freebsd-10-stable/lib/libc/rpc/
H A Dsvc_generic.c81 svc_create(void (*dispatch)(struct svc_req *, SVCXPRT *),
107 dispatch, nconf) == FALSE)
119 xprt = svc_tp_create(dispatch, prognum, versnum, nconf);
155 svc_tp_create(void (*dispatch)(struct svc_req *, SVCXPRT *),
172 if (svc_reg(xprt, prognum, versnum, dispatch, nconf) == FALSE) {
H A Dsvc.c76 * The dispatch routine takes request structs and runs the
169 * The dispatch routine will be called when a rpc request for this
174 void (*dispatch)(struct svc_req *, SVCXPRT *),
204 if (s->sc_dispatch == dispatch)
218 s->sc_dispatch = dispatch;
269 * The dispatch routine will be called when a rpc request for this
274 void (*dispatch)(struct svc_req *, SVCXPRT *),
281 assert(dispatch != NULL);
285 if (s->sc_dispatch == dispatch)
295 s->sc_dispatch = dispatch;
[all...]
/freebsd-10-stable/sys/dev/sym/
H A Dsym_fw2.h89 u32 dispatch [ 28]; member in struct:SYM_FWA_SCR
406 PADDR_A (dispatch),
423 PADDR_A (dispatch),
432 PADDR_A (dispatch),
453 PADDR_A (dispatch),
464 PADDR_A (dispatch),
547 PADDR_A (dispatch),
623 PADDR_A (dispatch),
744 PADDR_A (dispatch),
1016 PADDR_A (dispatch),
[all...]
H A Dsym_fw1.h91 u32 dispatch [ 28]; member in struct:SYM_FWA_SCR
437 PADDR_A (dispatch),
454 PADDR_A (dispatch),
463 PADDR_A (dispatch),
484 PADDR_A (dispatch),
495 PADDR_A (dispatch),
578 PADDR_A (dispatch),
646 PADDR_A (dispatch),
784 PADDR_A (dispatch),
1143 PADDR_A (dispatch),
[all...]
H A Dsym_fw.h70 SYM_GEN_A(s, dispatch) SYM_GEN_A(s, init) \
/freebsd-10-stable/contrib/apr-util/misc/
H A Dapr_thread_pool.c28 #define TASK_PRIORITY_SEG(x) (((x)->dispatch.priority & 0xFF) / 64)
40 } dispatch; member in struct:apr_thread_pool_task
164 if (task->dispatch.time <= apr_time_now()) {
201 return task->dispatch.time - apr_time_now();
425 t->dispatch.time = apr_time_now() + time;
428 t->dispatch.priority = priority;
452 while (t_next->dispatch.priority > t->dispatch.priority) {
497 if (t->dispatch.time < t_loc->dispatch
[all...]
/freebsd-10-stable/contrib/file/src/
H A Dvasprintf.c298 static int dispatch(xprintf_struct *s) function
591 if (dispatch(s) == EOF)
613 if (dispatch(s) == EOF)
/freebsd-10-stable/secure/lib/libssh/
H A DMakefile16 atomicio.c key.c dispatch.c mac.c uidswap.c uuencode.c misc.c utf8.c \
/freebsd-10-stable/contrib/amd/conf/transp/
H A Dtransp_sockets.c235 void (*dispatch)(struct svc_req *rqstp, SVCXPRT *transp),
239 return svc_register(xprt, prognum, versnum, dispatch, protocol);
/freebsd-10-stable/sys/pci/
H A Dncr.c1183 ncrcmd dispatch [ 33]; member in struct:script
1653 PADDR (dispatch),
1667 PADDR (dispatch),
1720 PADDR (dispatch),
1748 PADDR (dispatch),
1763 PADDR (dispatch),
1799 PADDR (dispatch),
1806 PADDR (dispatch),
2169 PADDR (dispatch),
2395 ** || PADDR (dispatch),
[all...]
/freebsd-10-stable/crypto/heimdal/kdc/
H A Dannounce.c35 #include <dispatch/dispatch.h>
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Devent-internal.h111 int (*dispatch)(struct event_base *, struct timeval *); member in struct:eventop
181 /* List of 'changes' since the last call to eventop.dispatch. Only maintained
215 /** List of changes to tell backend about at next dispatch. Only used
/freebsd-10-stable/contrib/gdb/gdb/
H A Dwince-stub.c470 dispatch (int s) function
589 dispatch (s);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h456 const Expr *e, const CFGBlock *dispatch, CoreEngine* eng)
457 : Eng(*eng), Src(src), DispatchBlock(*dispatch), E(e), Pred(pred) {}
455 IndirectGotoNodeBuilder(ExplodedNode *pred, const CFGBlock *src, const Expr *e, const CFGBlock *dispatch, CoreEngine* eng) argument
/freebsd-10-stable/contrib/pf/libevent/
H A Devent.h138 int (*dispatch)(struct event_base *, void *, struct timeval *); member in struct:eventop

Completed in 396 milliseconds

12