Searched refs:NS_UNAVAIL (Results 1 - 25 of 25) sorted by relevance

/freebsd-13-stable/include/
H A Dnss.h54 (rv == NSS_STATUS_UNAVAIL) ? NS_UNAVAIL : \
H A Dnsswitch.h52 #define NS_UNAVAIL (1<<1) /* source not responding, or corrupt */ macro
/freebsd-13-stable/lib/libc/net/
H A Dnscache.c53 return (NS_UNAVAIL);
178 return (NS_UNAVAIL);
186 return (NS_UNAVAIL);
226 return (res == 0 ? NS_SUCCESS : NS_UNAVAIL);
243 return (NS_UNAVAIL);
251 return (NS_UNAVAIL);
259 return (res == 0 ? NS_SUCCESS : NS_UNAVAIL);
280 return (NS_UNAVAIL);
290 return (NS_UNAVAIL);
323 return (res == -1 ? NS_RETURN : NS_UNAVAIL);
[all...]
H A Dgetnetbydns.c293 return (NS_UNAVAIL);
299 return (NS_UNAVAIL);
307 return (NS_UNAVAIL);
342 return (NS_UNAVAIL);
350 return (NS_UNAVAIL);
397 return (NS_UNAVAIL);
402 return (NS_UNAVAIL);
422 return (NS_UNAVAIL);
429 return (NS_UNAVAIL);
H A Dgetnetbynis.c158 return (NS_UNAVAIL);
174 return (NS_UNAVAIL);
209 return (NS_UNAVAIL);
216 return (NS_UNAVAIL);
260 return (NS_UNAVAIL);
H A Dgetprotoent.c98 int res = NS_UNAVAIL;
134 return (NS_UNAVAIL);
169 return (NS_UNAVAIL);
255 return (NS_UNAVAIL);
455 return (NS_UNAVAIL);
458 return (NS_UNAVAIL);
467 return (NS_UNAVAIL);
470 return (NS_UNAVAIL);
H A Dnss_compat.c178 return (NS_UNAVAIL);
188 return (NS_UNAVAIL);
279 return (NS_UNAVAIL);
289 return (NS_UNAVAIL);
H A Dgetservent.c334 return (NS_UNAVAIL);
341 return (NS_UNAVAIL);
447 return (NS_UNAVAIL);
470 return (NS_UNAVAIL);
535 return (NS_UNAVAIL);
544 return (NS_UNAVAIL);
627 return (NS_UNAVAIL);
647 return (NS_UNAVAIL);
708 return (NS_UNAVAIL);
713 return (NS_UNAVAIL);
[all...]
H A Dgethostbydns.c510 return (NS_UNAVAIL);
528 return (NS_UNAVAIL);
540 return (NS_UNAVAIL);
630 return (NS_UNAVAIL);
636 return (NS_UNAVAIL);
647 return (NS_UNAVAIL);
H A Dgetnetnamadr.c71 int res = NS_UNAVAIL;
111 return (NS_UNAVAIL);
148 return (NS_UNAVAIL);
236 return (NS_UNAVAIL);
H A Dgethostbynis.c248 return (NS_UNAVAIL);
298 return (NS_UNAVAIL);
H A Dgetnetbyht.c216 return (NS_UNAVAIL);
269 return (NS_UNAVAIL);
H A Dnsparser.y137 | UNAVAIL { $$ = NS_UNAVAIL; }
H A Dnsdispatch.c310 (NS_UNAVAIL|NS_NOTFOUND|NS_TRYAGAIN)) &&
316 if (dbt->srclist[i].flags & NS_UNAVAIL)
655 result = NS_UNAVAIL;
662 result = NS_UNAVAIL;
668 result = NS_UNAVAIL;
H A Dgethostnamadr.c174 int res = NS_UNAVAIL;
249 return (NS_UNAVAIL);
283 return (NS_UNAVAIL);
390 return (NS_UNAVAIL);
H A Dgetaddrinfo.c1950 case NS_UNAVAIL:
2331 return NS_UNAVAIL;
2371 return NS_UNAVAIL;
2617 return NS_UNAVAIL;
/freebsd-13-stable/lib/libc/gen/
H A Dgetusershell.c116 return NS_UNAVAIL;
149 r = NS_UNAVAIL;
199 return NS_UNAVAIL;
210 return NS_UNAVAIL;
228 return NS_UNAVAIL;
H A Dgetgrent.c165 int res = NS_UNAVAIL;
201 return (NS_UNAVAIL);
234 return (NS_UNAVAIL);
329 return (NS_UNAVAIL);
497 rv = NS_UNAVAIL;
819 return (NS_UNAVAIL);
838 return (NS_UNAVAIL);
877 return (NS_UNAVAIL);
882 return (NS_UNAVAIL);
950 return (NS_UNAVAIL);
[all...]
H A Dgetpwent.c213 int res = NS_UNAVAIL;
248 return (NS_UNAVAIL);
281 return (NS_UNAVAIL);
384 return (NS_UNAVAIL);
773 return (NS_UNAVAIL);
791 return (NS_UNAVAIL);
835 return (NS_UNAVAIL);
843 rv = NS_UNAVAIL;
892 rv = NS_UNAVAIL;
1087 return (NS_UNAVAIL);
[all...]
H A Dgetnetgrent.c245 return (NS_UNAVAIL);
268 return (NS_UNAVAIL);
293 return (NS_UNAVAIL);
615 return (NS_UNAVAIL);
/freebsd-13-stable/lib/libc/rpc/
H A Dgetrpcent.c252 return (NS_UNAVAIL);
256 return (NS_UNAVAIL);
348 return (NS_UNAVAIL);
371 return (NS_UNAVAIL);
433 return (NS_UNAVAIL);
438 return (NS_UNAVAIL);
585 return (NS_UNAVAIL);
599 return (NS_UNAVAIL);
612 int res = NS_UNAVAIL;
648 return (NS_UNAVAIL);
[all...]
/freebsd-13-stable/usr.sbin/nscd/agents/
H A Dgroup.c137 return (NS_UNAVAIL);
152 return (NS_UNAVAIL);
159 return (NS_UNAVAIL);
H A Dpasswd.c146 return (NS_UNAVAIL);
161 return (NS_UNAVAIL);
168 return (NS_UNAVAIL);
H A Dservices.c142 return (NS_UNAVAIL);
164 return (NS_UNAVAIL);
180 return (NS_UNAVAIL);
/freebsd-13-stable/contrib/sendmail/src/
H A Dmap.c7708 if (r == NS_UNAVAIL || r == NS_TRYAGAIN)

Completed in 243 milliseconds