Lines Matching refs:reason
76 int reason; in __yp_first_cflookup() local
90 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) in __yp_first_cflookup()
91 return (reason); in __yp_first_cflookup()
95 reason = dofirst(domain, map, pdomb, _ypserv_timeout, in __yp_first_cflookup()
99 if (reason == YPERR_RPC || reason == YPERR_YPSERV || in __yp_first_cflookup()
100 reason == YPERR_BUSY /* as if */) { in __yp_first_cflookup()
105 return (reason); in __yp_first_cflookup()
113 return (reason); in __yp_first_cflookup()
240 int reason; in __yp_next_cflookup() local
254 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) in __yp_next_cflookup()
255 return (reason); in __yp_next_cflookup()
259 reason = donext(domain, map, inkey, inkeylen, pdomb, in __yp_next_cflookup()
264 if (reason == YPERR_RPC || reason == YPERR_YPSERV || in __yp_next_cflookup()
265 reason == YPERR_BUSY /* as if */) { in __yp_next_cflookup()
270 return (reason); in __yp_next_cflookup()
279 return (reason); in __yp_next_cflookup()