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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c1476 struct rpc_disptable *disptable)
1521 if (which < 0 || which >= disptable[(int)vers].dis_nprocs) {
1527 (*(disptable[(int)vers].dis_proccntp))[which].value.ui64++;
1529 disp = &disptable[(int)vers].dis_table[which];
1530 procnames = disptable[(int)vers].dis_procnames;
1474 common_dispatch(struct svc_req *req, SVCXPRT *xprt, rpcvers_t min_vers, rpcvers_t max_vers, char *pgmname, struct rpc_disptable *disptable) argument

Completed in 50 milliseconds