Lines Matching refs:pdomb
182 struct dom_binding *pdomb; in __yp_match_cflookup() local
222 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) in __yp_match_cflookup()
225 if (pdomb->dom_binding->ypbind_hi_vers >= YPVERS) { in __yp_match_cflookup()
227 reason = domatch(domain, map, key, keylen, pdomb, in __yp_match_cflookup()
230 __yp_rel_binding(pdomb); in __yp_match_cflookup()
241 __yp_rel_binding(pdomb); in __yp_match_cflookup()
366 struct dom_binding *pdomb; in __yp_match_rsvdport_cflookup() local
405 if (reason = __yp_dobind_rsvdport_cflookup(domain, &pdomb, in __yp_match_rsvdport_cflookup()
409 if (pdomb->dom_binding->ypbind_hi_vers >= YPVERS) { in __yp_match_rsvdport_cflookup()
412 pdomb, &_ypserv_timeout, val, vallen); in __yp_match_rsvdport_cflookup()
418 __yp_rel_binding(pdomb); in __yp_match_rsvdport_cflookup()
419 free_dom_binding(pdomb); in __yp_match_rsvdport_cflookup()
435 __yp_rel_binding(pdomb); in __yp_match_rsvdport_cflookup()
436 free_dom_binding(pdomb); in __yp_match_rsvdport_cflookup()
507 struct dom_binding *pdomb, struct timeval *timeoutp, char **val, in domatch() argument
528 switch (clnt_call(pdomb->dom_client, YPPROC_MATCH, in domatch()
563 CLNT_FREERES(pdomb->dom_client, in domatch()