Lines Matching refs:pdomb
74 struct dom_binding *pdomb; in __yp_first_cflookup() local
89 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) in __yp_first_cflookup()
92 if (pdomb->dom_binding->ypbind_hi_vers == YPVERS) { in __yp_first_cflookup()
94 reason = dofirst(domain, map, pdomb, _ypserv_timeout, in __yp_first_cflookup()
97 __yp_rel_binding(pdomb); in __yp_first_cflookup()
108 __yp_rel_binding(pdomb); in __yp_first_cflookup()
133 dofirst(domain, map, pdomb, timeout, key, keylen, val, vallen) in dofirst() argument
136 struct dom_binding *pdomb;
160 switch (clnt_call(pdomb->dom_client, YPPROC_FIRST,
211 CLNT_FREERES(pdomb->dom_client,
238 struct dom_binding *pdomb; in __yp_next_cflookup() local
253 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) in __yp_next_cflookup()
256 if (pdomb->dom_binding->ypbind_hi_vers == YPVERS) { in __yp_next_cflookup()
258 reason = donext(domain, map, inkey, inkeylen, pdomb, in __yp_next_cflookup()
261 __yp_rel_binding(pdomb); in __yp_next_cflookup()
273 __yp_rel_binding(pdomb); in __yp_next_cflookup()
302 donext(domain, map, inkey, inkeylen, pdomb, timeout, outkey, outkeylen, in donext() argument
308 struct dom_binding *pdomb;
333 switch (clnt_call(pdomb->dom_client,
384 CLNT_FREERES(pdomb->dom_client, (xdrproc_t)xdr_ypresp_key_val,