Lines Matching refs:dispatch
108 * The dispatch routine takes request structs and runs the
244 * The dispatch routine will be called when a rpc request for this
249 void (*dispatch)(struct svc_req *, SVCXPRT *),
260 /* XXX: dispatch may be NULL ??? */
283 if (s->sc_dispatch == dispatch)
306 s->sc_dispatch = dispatch;
353 * The dispatch routine will be called when a rpc request for this
358 void (*dispatch)(struct svc_req *, SVCXPRT *), int protocol)
364 _DIAGASSERT(dispatch != NULL);
368 if (s->sc_dispatch == dispatch)
378 s->sc_dispatch = dispatch;
743 * recursive call in the service dispatch routine.