Lines Matching defs:rqstp
69 rpcb_service_4(struct svc_req *rqstp, SVCXPRT *transp)
82 rpcbs_procinfo(RPCBVERS_4_STAT, rqstp->rq_proc);
84 switch (rqstp->rq_proc) {
93 check_access(transp, rqstp->rq_proc, NULL, RPCBVERS4);
148 rpcbproc_callit_com(rqstp, transp, rqstp->rq_proc, RPCBVERS4);
157 rpcbproc_callit_com(rqstp, transp, rqstp->rq_proc, RPCBVERS4);
222 if (!check_access(transp, rqstp->rq_proc, &argument, RPCBVERS4)) {
226 result = (*local)(&argument, rqstp, transp, RPCBVERS4);
262 rpcbproc_getaddr_4_local(void *arg, struct svc_req *rqstp, SVCXPRT *transp,
278 return (rpcbproc_getaddr_com(regp, rqstp, transp, RPCBVERS4,
292 rpcbproc_getversaddr_4_local(void *arg, struct svc_req *rqstp, SVCXPRT *transp,
309 return (rpcbproc_getaddr_com(regp, rqstp, transp, RPCBVERS4,
320 rpcbproc_getaddrlist_4_local(void *arg, struct svc_req *rqstp __unused,