Lines Matching defs:dispatch
85 * The dispatch routine takes request structs and runs the
850 * The dispatch routine will be called when a rpc request for this
855 void (*dispatch)(), const struct netconfig *nconf)
884 if (s->sc_dispatch == dispatch)
899 s->sc_dispatch = dispatch;
961 * The dispatch routine will be called when a rpc request for this
967 void (*dispatch)(), int protocol)
993 if (s->sc_dispatch == dispatch)
1007 s->sc_dispatch = dispatch;
1349 * the dispatch routine and cleans up any dead transports. If
1371 bool_t dispatch;
1373 if (dispatch = SVC_RECV(xprt, msg))
1377 * in the service dispatch routine. If so, then break
1389 if (__proc_cleanup_cb != NULL && dispatch)