Lines Matching refs:pdomb
75 struct dom_binding *pdomb; in __yp_first_cflookup() local
90 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) in __yp_first_cflookup()
93 if (pdomb->dom_binding->ypbind_hi_vers == YPVERS) { in __yp_first_cflookup()
95 reason = dofirst(domain, map, pdomb, _ypserv_timeout, in __yp_first_cflookup()
98 __yp_rel_binding(pdomb); in __yp_first_cflookup()
109 __yp_rel_binding(pdomb); in __yp_first_cflookup()
134 dofirst(domain, map, pdomb, timeout, key, keylen, val, vallen) in dofirst() argument
137 struct dom_binding *pdomb;
161 switch (clnt_call(pdomb->dom_client, YPPROC_FIRST,
212 CLNT_FREERES(pdomb->dom_client,
239 struct dom_binding *pdomb; in __yp_next_cflookup() local
254 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) in __yp_next_cflookup()
257 if (pdomb->dom_binding->ypbind_hi_vers == YPVERS) { in __yp_next_cflookup()
259 reason = donext(domain, map, inkey, inkeylen, pdomb, in __yp_next_cflookup()
262 __yp_rel_binding(pdomb); in __yp_next_cflookup()
274 __yp_rel_binding(pdomb); in __yp_next_cflookup()
303 donext(domain, map, inkey, inkeylen, pdomb, timeout, outkey, outkeylen, in donext() argument
309 struct dom_binding *pdomb;
334 switch (clnt_call(pdomb->dom_client,
385 CLNT_FREERES(pdomb->dom_client, (xdrproc_t)xdr_ypresp_key_val,