Lines Matching defs:dispatch
83 * The dispatch routine takes request structs and runs the
853 * The dispatch routine will be called when a rpc request for this
858 void (*dispatch)(), const struct netconfig *nconf)
887 if (s->sc_dispatch == dispatch)
902 s->sc_dispatch = dispatch;
964 * The dispatch routine will be called when a rpc request for this
970 void (*dispatch)(), int protocol)
996 if (s->sc_dispatch == dispatch)
1010 s->sc_dispatch = dispatch;
1352 * the dispatch routine and cleans up any dead transports. If
1374 bool_t dispatch;
1376 if (dispatch = SVC_RECV(xprt, msg))
1380 * in the service dispatch routine. If so, then break
1392 if (__proc_cleanup_cb != NULL && dispatch)