Lines Matching refs:rqstp

74 ypproc_null_2_svc(void *argp, struct svc_req *rqstp)
80 if (yp_access(NULL, NULL, (struct svc_req *)rqstp))
82 if (yp_access(NULL, (struct svc_req *)rqstp))
92 ypproc_domain_2_svc(domainname *argp, struct svc_req *rqstp)
97 if (yp_access(NULL, NULL, (struct svc_req *)rqstp)) {
99 if (yp_access(NULL, (struct svc_req *)rqstp)) {
114 ypproc_domain_nonack_2_svc(domainname *argp, struct svc_req *rqstp)
119 if (yp_access(NULL, NULL, (struct svc_req *)rqstp))
121 if (yp_access(NULL, (struct svc_req *)rqstp))
134 ypproc_match_2_svc(ypreq_key *argp, struct svc_req *rqstp)
142 if (yp_access(argp->map, argp->domain, (struct svc_req *)rqstp)) {
144 if (yp_access(argp->map, (struct svc_req *)rqstp)) {
185 result.stat = yp_async_lookup_name(rqstp, nbuf,
188 result.stat = yp_async_lookup_addr(rqstp, nbuf,
191 result.stat = yp_async_lookup_name(rqstp, nbuf,
194 result.stat = yp_async_lookup_addr(rqstp, nbuf,
205 ypproc_first_2_svc(ypreq_nokey *argp, struct svc_req *rqstp)
213 if (yp_access(argp->map, argp->domain, (struct svc_req *)rqstp)) {
215 if (yp_access(argp->map, (struct svc_req *)rqstp)) {
237 ypproc_next_2_svc(ypreq_key *argp, struct svc_req *rqstp)
245 if (yp_access(argp->map, argp->domain, (struct svc_req *)rqstp)) {
247 if (yp_access(argp->map, (struct svc_req *)rqstp)) {
313 svc_sendreply(rqstp->rq_xprt, (xdrproc_t)xdr_ypresp_xfr, &result); \
319 ypproc_xfr_2_svc(ypreq_xfr *argp, struct svc_req *rqstp)
327 rqhost = svc_getcaller(rqstp->rq_xprt);
331 argp->map_parms.domain, (struct svc_req *)rqstp)) {
333 if (yp_access(argp->map_parms.map, (struct svc_req *)rqstp)) {
356 mres = ypproc_master_2_svc(&mreq, rqstp);
424 ypproc_clear_2_svc(void *argp, struct svc_req *rqstp)
430 if (yp_access(NULL, NULL, (struct svc_req *)rqstp))
432 if (yp_access(NULL, (struct svc_req *)rqstp))
486 ypproc_all_2_svc(ypreq_nokey *argp, struct svc_req *rqstp)
500 if (yp_access(argp->map, argp->domain, (struct svc_req *)rqstp)) {
502 if (yp_access(argp->map, (struct svc_req *)rqstp)) {
560 svc_sendreply(rqstp->rq_xprt, (xdrproc_t)xdr_my_ypresp_all, &result);
573 ypproc_master_2_svc(ypreq_nokey *argp, struct svc_req *rqstp)
583 if (yp_access(argp->map, argp->domain, (struct svc_req *)rqstp)) {
585 if (yp_access(argp->map, (struct svc_req *)rqstp)) {
621 ypproc_order_2_svc(ypreq_nokey *argp, struct svc_req *rqstp)
630 if (yp_access(argp->map, argp->domain, (struct svc_req *)rqstp)) {
632 if (yp_access(argp->map, (struct svc_req *)rqstp)) {
728 ypproc_maplist_2_svc(domainname *argp, struct svc_req *rqstp)
733 if (yp_access(NULL, NULL, (struct svc_req *)rqstp)) {
735 if (yp_access(NULL, (struct svc_req *)rqstp)) {
791 ypoldproc_null_1_svc(void *argp, struct svc_req *rqstp)
793 return(ypproc_null_2_svc(argp, rqstp));
797 ypoldproc_domain_1_svc(domainname *argp, struct svc_req *rqstp)
799 return(ypproc_domain_2_svc(argp, rqstp));
803 ypoldproc_domain_nonack_1_svc(domainname *argp, struct svc_req *rqstp)
805 return (ypproc_domain_nonack_2_svc(argp, rqstp));
812 ypoldproc_match_1_svc(yprequest *argp, struct svc_req *rqstp)
826 v2_result = ypproc_match_2_svc(&argp->yprequest_u.yp_req_keytype,rqstp);
840 ypoldproc_first_1_svc(yprequest *argp, struct svc_req *rqstp)
857 rqstp);
871 ypoldproc_next_1_svc(yprequest *argp, struct svc_req *rqstp)
887 v2_result = ypproc_next_2_svc(&argp->yprequest_u.yp_req_keytype,rqstp);
901 ypoldproc_poll_1_svc(yprequest *argp, struct svc_req *rqstp)
926 rqstp);
935 rqstp);
952 ypoldproc_push_1_svc(yprequest *argp, struct svc_req *rqstp)
964 ypoldproc_pull_1_svc(yprequest *argp, struct svc_req *rqstp)
976 ypoldproc_get_1_svc(yprequest *argp, struct svc_req *rqstp)