Lines Matching defs:rqstp
660 svc_sendreply_common(struct svc_req *rqstp, struct rpc_msg *rply, in svc_sendreply_common()
691 svc_sendreply(struct svc_req *rqstp, xdrproc_t xdr_results, void * xdr_location) in svc_sendreply()
720 svc_sendreply_mbuf(struct svc_req *rqstp, struct mbuf *m) in svc_sendreply_mbuf()
739 svcerr_noproc(struct svc_req *rqstp) in svcerr_noproc()
761 svcerr_decode(struct svc_req *rqstp) in svcerr_decode()
783 svcerr_systemerr(struct svc_req *rqstp) in svcerr_systemerr()
805 svcerr_auth(struct svc_req *rqstp, enum auth_stat why) in svcerr_auth()
827 svcerr_weakauth(struct svc_req *rqstp) in svcerr_weakauth()
837 svcerr_noprog(struct svc_req *rqstp) in svcerr_noprog()
859 svcerr_progvers(struct svc_req *rqstp, rpcvers_t low_vers, rpcvers_t high_vers) in svcerr_progvers()
1032 svc_executereq(struct svc_req *rqstp) in svc_executereq()
1164 struct svc_req *rqstp; in svc_run_internal() local
1441 svc_getargs(struct svc_req *rqstp, xdrproc_t xargs, void *args) in svc_getargs()
1458 svc_freeargs(struct svc_req *rqstp, xdrproc_t xargs, void *args) in svc_freeargs()
1472 svc_freereq(struct svc_req *rqstp) in svc_freereq()