Lines Matching refs:pdomb
181 struct dom_binding *pdomb; in __yp_match_cflookup() local
221 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) in __yp_match_cflookup()
224 if (pdomb->dom_binding->ypbind_hi_vers >= YPVERS) { in __yp_match_cflookup()
226 reason = domatch(domain, map, key, keylen, pdomb, in __yp_match_cflookup()
229 __yp_rel_binding(pdomb); in __yp_match_cflookup()
240 __yp_rel_binding(pdomb); in __yp_match_cflookup()
365 struct dom_binding *pdomb; in __yp_match_rsvdport_cflookup() local
404 if (reason = __yp_dobind_rsvdport_cflookup(domain, &pdomb, in __yp_match_rsvdport_cflookup()
408 if (pdomb->dom_binding->ypbind_hi_vers >= YPVERS) { in __yp_match_rsvdport_cflookup()
411 pdomb, &_ypserv_timeout, val, vallen); in __yp_match_rsvdport_cflookup()
417 __yp_rel_binding(pdomb); in __yp_match_rsvdport_cflookup()
418 free_dom_binding(pdomb); in __yp_match_rsvdport_cflookup()
434 __yp_rel_binding(pdomb); in __yp_match_rsvdport_cflookup()
435 free_dom_binding(pdomb); in __yp_match_rsvdport_cflookup()
506 struct dom_binding *pdomb, struct timeval *timeoutp, char **val, in domatch() argument
527 switch (clnt_call(pdomb->dom_client, YPPROC_MATCH, in domatch()
562 CLNT_FREERES(pdomb->dom_client, in domatch()