Lines Matching refs:reason
75 int reason; in __yp_first_cflookup() local
89 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) in __yp_first_cflookup()
90 return (reason); in __yp_first_cflookup()
94 reason = dofirst(domain, map, pdomb, _ypserv_timeout, in __yp_first_cflookup()
98 if (reason == YPERR_RPC || reason == YPERR_YPSERV || in __yp_first_cflookup()
99 reason == YPERR_BUSY /* as if */) { in __yp_first_cflookup()
104 return (reason); in __yp_first_cflookup()
112 return (reason); in __yp_first_cflookup()
239 int reason; in __yp_next_cflookup() local
253 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) in __yp_next_cflookup()
254 return (reason); in __yp_next_cflookup()
258 reason = donext(domain, map, inkey, inkeylen, pdomb, in __yp_next_cflookup()
263 if (reason == YPERR_RPC || reason == YPERR_YPSERV || in __yp_next_cflookup()
264 reason == YPERR_BUSY /* as if */) { in __yp_next_cflookup()
269 return (reason); in __yp_next_cflookup()
278 return (reason); in __yp_next_cflookup()