Lines Matching refs:argp
81 ypproc_null_2_svc(void *argp, struct svc_req *rqstp)
92 ypproc_domain_2_svc(void *argp, struct svc_req *rqstp)
95 char *domain = *(char **)argp;
118 ypproc_domain_nonack_2_svc(void *argp, struct svc_req *rqstp)
121 char *domain = *(char **)argp;
147 ypproc_match_2_svc(void *argp, struct svc_req *rqstp)
151 struct ypreq_key *k = argp;
176 ypproc_first_2_svc(void *argp, struct svc_req *rqstp)
180 struct ypreq_nokey *k = argp;
204 ypproc_next_2_svc(void *argp, struct svc_req *rqstp)
208 struct ypreq_key *k = argp;
233 ypproc_xfr_2_svc(void *argp, struct svc_req *rqstp)
237 struct ypreq_xfr *ypx = argp;
283 ypproc_clear_2_svc(void *argp, struct svc_req *rqstp)
311 ypproc_all_2_svc(void *argp, struct svc_req *rqstp)
315 struct ypreq_nokey *k = argp;
356 ypproc_master_2_svc(void *argp, struct svc_req *rqstp)
361 struct ypreq_nokey *k = argp;
399 ypproc_order_2_svc(void *argp, struct svc_req *rqstp)
403 struct ypreq_nokey *k = argp;
431 ypproc_maplist_2_svc(void *argp, struct svc_req *rqstp)
435 char *domain = *(char **)argp;