Lines Matching refs:rqstp
72 struct svc_req *rqstp, in nlm_dispatch() argument
154 dupstat = SVC_DUP_EXT(transp, rqstp, res, de->de_ressz, &dr, in nlm_dispatch()
174 do_reply = (*func)(args, res, rqstp); in nlm_dispatch()
206 DTRACE_PROBE3(sendreply, struct svc_req *, rqstp, in nlm_dispatch()
491 nlm_prog_3(struct svc_req *rqstp, register SVCXPRT *transp) in nlm_prog_3() argument
496 switch (rqstp->rq_vers) { in nlm_prog_3()
514 if (rqstp->rq_proc > max_proc) { in nlm_prog_3()
519 de = &nlm_prog_3_dtable[rqstp->rq_proc]; in nlm_prog_3()
521 nlm_dispatch(rqstp, transp, de); in nlm_prog_3()
736 nlm_prog_4(struct svc_req *rqstp, register SVCXPRT *transp) in nlm_prog_4() argument
740 if (rqstp->rq_vers != NLM4_VERS) { in nlm_prog_4()
747 if (rqstp->rq_proc >= nlm_prog_4_dtsize) { in nlm_prog_4()
752 de = &nlm_prog_4_dtable[rqstp->rq_proc]; in nlm_prog_4()
754 nlm_dispatch(rqstp, transp, de); in nlm_prog_4()