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

/freebsd-11-stable/include/
H A Dnss.h52 (rv == NSS_STATUS_UNAVAIL) ? NS_UNAVAIL : \
H A Dnsswitch.h50 #define NS_UNAVAIL (1<<1) /* source not responding, or corrupt */ macro
/freebsd-11-stable/lib/libc/net/
H A Dnscache.c51 return (NS_UNAVAIL);
176 return (NS_UNAVAIL);
184 return (NS_UNAVAIL);
224 return (res == 0 ? NS_SUCCESS : NS_UNAVAIL);
241 return (NS_UNAVAIL);
249 return (NS_UNAVAIL);
257 return (res == 0 ? NS_SUCCESS : NS_UNAVAIL);
278 return (NS_UNAVAIL);
288 return (NS_UNAVAIL);
321 return (res == -1 ? NS_RETURN : NS_UNAVAIL);
[all...]
H A Dgetnetbydns.c291 return (NS_UNAVAIL);
297 return (NS_UNAVAIL);
305 return (NS_UNAVAIL);
340 return (NS_UNAVAIL);
348 return (NS_UNAVAIL);
395 return (NS_UNAVAIL);
400 return (NS_UNAVAIL);
420 return (NS_UNAVAIL);
427 return (NS_UNAVAIL);
H A Dgetnetbynis.c156 return (NS_UNAVAIL);
172 return (NS_UNAVAIL);
207 return (NS_UNAVAIL);
214 return (NS_UNAVAIL);
258 return (NS_UNAVAIL);
H A Dgetprotoent.c96 int res = NS_UNAVAIL;
132 return (NS_UNAVAIL);
167 return (NS_UNAVAIL);
253 return (NS_UNAVAIL);
453 return (NS_UNAVAIL);
456 return (NS_UNAVAIL);
465 return (NS_UNAVAIL);
468 return (NS_UNAVAIL);
H A Dnss_compat.c176 return (NS_UNAVAIL);
186 return (NS_UNAVAIL);
277 return (NS_UNAVAIL);
287 return (NS_UNAVAIL);
H A Dgetservent.c332 return (NS_UNAVAIL);
339 return (NS_UNAVAIL);
445 return (NS_UNAVAIL);
468 return (NS_UNAVAIL);
533 return (NS_UNAVAIL);
542 return (NS_UNAVAIL);
625 return (NS_UNAVAIL);
645 return (NS_UNAVAIL);
706 return (NS_UNAVAIL);
711 return (NS_UNAVAIL);
[all...]
H A Dgethostbydns.c508 return (NS_UNAVAIL);
526 return (NS_UNAVAIL);
538 return (NS_UNAVAIL);
628 return (NS_UNAVAIL);
634 return (NS_UNAVAIL);
645 return (NS_UNAVAIL);
H A Dgetnetnamadr.c69 int res = NS_UNAVAIL;
109 return (NS_UNAVAIL);
146 return (NS_UNAVAIL);
234 return (NS_UNAVAIL);
H A Dgetnetbyht.c214 return (NS_UNAVAIL);
267 return (NS_UNAVAIL);
H A Dnsparser.y135 | UNAVAIL { $$ = NS_UNAVAIL; }
H A Dgethostbynis.c246 return (NS_UNAVAIL);
296 return (NS_UNAVAIL);
H A Dnsdispatch.c308 (NS_UNAVAIL|NS_NOTFOUND|NS_TRYAGAIN)) &&
314 if (dbt->srclist[i].flags & NS_UNAVAIL)
632 result = NS_UNAVAIL;
639 result = NS_UNAVAIL;
645 result = NS_UNAVAIL;
H A Dgethostnamadr.c172 int res = NS_UNAVAIL;
247 return (NS_UNAVAIL);
281 return (NS_UNAVAIL);
388 return (NS_UNAVAIL);
H A Dgetaddrinfo.c1948 case NS_UNAVAIL:
2329 return NS_UNAVAIL;
2369 return NS_UNAVAIL;
2615 return NS_UNAVAIL;
/freebsd-11-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.c163 int res = NS_UNAVAIL;
199 return (NS_UNAVAIL);
232 return (NS_UNAVAIL);
327 return (NS_UNAVAIL);
482 rv = NS_UNAVAIL;
806 return (NS_UNAVAIL);
824 return (NS_UNAVAIL);
862 return (NS_UNAVAIL);
866 return (NS_UNAVAIL);
931 return (NS_UNAVAIL);
[all...]
H A Dgetpwent.c211 int res = NS_UNAVAIL;
246 return (NS_UNAVAIL);
279 return (NS_UNAVAIL);
382 return (NS_UNAVAIL);
764 return (NS_UNAVAIL);
782 return (NS_UNAVAIL);
826 return (NS_UNAVAIL);
834 rv = NS_UNAVAIL;
883 rv = NS_UNAVAIL;
1078 return (NS_UNAVAIL);
[all...]
H A Dgetnetgrent.c245 return (NS_UNAVAIL);
268 return (NS_UNAVAIL);
293 return (NS_UNAVAIL);
615 return (NS_UNAVAIL);
/freebsd-11-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-11-stable/lib/libc/rpc/
H A Dgetrpcent.c250 return (NS_UNAVAIL);
254 return (NS_UNAVAIL);
346 return (NS_UNAVAIL);
369 return (NS_UNAVAIL);
431 return (NS_UNAVAIL);
436 return (NS_UNAVAIL);
583 return (NS_UNAVAIL);
597 return (NS_UNAVAIL);
610 int res = NS_UNAVAIL;
646 return (NS_UNAVAIL);
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c7708 if (r == NS_UNAVAIL || r == NS_TRYAGAIN)

Completed in 489 milliseconds