Searched defs:null_dispatch (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_stub.c38 static void null_dispatch(struct svc_req *req, SVCXPRT *xprt);
39 static void (*dispatch)(struct svc_req *, SVCXPRT *) = null_dispatch;
84 * is set to null_dispatch
94 null_dispatch(struct svc_req *req, SVCXPRT *xprt) function
109 dispatch = null_dispatch;

Completed in 58 milliseconds