Searched refs:dispatch_fn (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Ddispatch.h39 typedef int dispatch_fn(int, u_int32_t, struct ssh *); typedef
43 void ssh_dispatch_init(struct ssh *, dispatch_fn *);
44 void ssh_dispatch_set(struct ssh *, int, dispatch_fn *);
45 void ssh_dispatch_range(struct ssh *, u_int, u_int, dispatch_fn *);
H A Ddispatch.c62 ssh_dispatch_init(struct ssh *ssh, dispatch_fn *dflt)
70 ssh_dispatch_range(struct ssh *ssh, u_int from, u_int to, dispatch_fn *fn)
82 ssh_dispatch_set(struct ssh *ssh, int type, dispatch_fn *fn)
H A Dpacket.h70 dispatch_fn *dispatch[DISPATCH_MAX];
/freebsd-13-stable/sys/dev/liquidio/base/
H A Dlio_device.c592 fn = octeon_dev->dispatch.dlist[idx].dispatch_fn;
599 dispatch)->dispatch_fn;
641 oct->dispatch.dlist[idx].dispatch_fn = fn;
670 dispatch->dispatch_fn = fn;
731 oct->dispatch.dlist[idx].dispatch_fn =
732 ((struct lio_dispatch *)dispatch)->dispatch_fn;
739 oct->dispatch.dlist[idx].dispatch_fn = NULL;
H A Dlio_device.h142 lio_dispatch_fn_t dispatch_fn; member in struct:lio_dispatch

Completed in 68 milliseconds