Lines Matching refs:rqstp
105 rpcbproc_set_com(RPCB *regp, bool_t *result, struct svc_req *rqstp, in rpcbproc_set_com() argument
110 *result = map_set(regp, getowner(rqstp->rq_xprt, owner)); in rpcbproc_set_com()
206 rpcbproc_unset_com(RPCB *regp, bool_t *result, struct svc_req *rqstp, in rpcbproc_unset_com() argument
211 *result = map_unset(regp, getowner(rqstp->rq_xprt, owner)); in rpcbproc_unset_com()
333 rpcbproc_getaddr_com(RPCB *regp, char **result, struct svc_req *rqstp, in rpcbproc_getaddr_com() argument
339 SVCXPRT *transp = rqstp->rq_xprt; in rpcbproc_getaddr_com()
340 int verstype = rqstp->rq_proc == RPCBPROC_GETVERSADDR ? RPCB_ONEVERS : in rpcbproc_getaddr_com()
452 struct svc_req *rqstp) in rpcbproc_uaddr2taddr_com() argument
457 if (((nconf = rpcbind_get_conf(rqstp->rq_xprt->xp_netid)) == NULL) || in rpcbproc_uaddr2taddr_com()
475 struct svc_req *rqstp) in rpcbproc_taddr2uaddr_com() argument
479 if ((nconf = rpcbind_get_conf(rqstp->rq_xprt->xp_netid)) == NULL) in rpcbproc_taddr2uaddr_com()
702 rpcbproc_callit_com(struct svc_req *rqstp, SVCXPRT *transp, ulong_t reply_type, in rpcbproc_callit_com() argument
1038 if (rqstp->rq_cred.oa_flavor == AUTH_NULL) { in rpcbproc_callit_com()
1040 } else if (rqstp->rq_cred.oa_flavor == AUTH_SYS) { in rpcbproc_callit_com()
1044 au = (struct authsys_parms *)rqstp->rq_clntcred; in rpcbproc_callit_com()