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

/freebsd-10-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-10-stable/lib/libc/net/
H A Dnscache.c50 return (NS_UNAVAIL);
175 return (NS_UNAVAIL);
183 return (NS_UNAVAIL);
223 return (res == 0 ? NS_SUCCESS : NS_UNAVAIL);
240 return (NS_UNAVAIL);
248 return (NS_UNAVAIL);
256 return (res == 0 ? NS_SUCCESS : NS_UNAVAIL);
277 return (NS_UNAVAIL);
287 return (NS_UNAVAIL);
320 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.c155 return (NS_UNAVAIL);
171 return (NS_UNAVAIL);
206 return (NS_UNAVAIL);
213 return (NS_UNAVAIL);
257 return (NS_UNAVAIL);
H A Dgetprotoent.c97 int res = NS_UNAVAIL;
133 return (NS_UNAVAIL);
168 return (NS_UNAVAIL);
254 return (NS_UNAVAIL);
454 return (NS_UNAVAIL);
457 return (NS_UNAVAIL);
466 return (NS_UNAVAIL);
469 return (NS_UNAVAIL);
H A Dnss_compat.c166 return (NS_UNAVAIL);
176 return (NS_UNAVAIL);
267 return (NS_UNAVAIL);
277 return (NS_UNAVAIL);
H A Dgetservent.c333 return (NS_UNAVAIL);
340 return (NS_UNAVAIL);
446 return (NS_UNAVAIL);
469 return (NS_UNAVAIL);
534 return (NS_UNAVAIL);
543 return (NS_UNAVAIL);
626 return (NS_UNAVAIL);
646 return (NS_UNAVAIL);
706 return (NS_UNAVAIL);
711 return (NS_UNAVAIL);
[all...]
H A Dgethostbydns.c512 return (NS_UNAVAIL);
530 return (NS_UNAVAIL);
542 return (NS_UNAVAIL);
632 return (NS_UNAVAIL);
638 return (NS_UNAVAIL);
649 return (NS_UNAVAIL);
H A Dgetnetnamadr.c76 int res = NS_UNAVAIL;
116 return (NS_UNAVAIL);
153 return (NS_UNAVAIL);
241 return (NS_UNAVAIL);
H A Dgetnetbyht.c214 return (NS_UNAVAIL);
267 return (NS_UNAVAIL);
H A Dnsparser.y135 | UNAVAIL { $$ = NS_UNAVAIL; }
H A Dgethostbynis.c245 return (NS_UNAVAIL);
295 return (NS_UNAVAIL);
H A Dnsdispatch.c308 (NS_UNAVAIL|NS_NOTFOUND|NS_TRYAGAIN)) &&
314 if (dbt->srclist[i].flags & NS_UNAVAIL)
638 result = NS_UNAVAIL;
645 result = NS_UNAVAIL;
651 result = NS_UNAVAIL;
H A Dgethostnamadr.c179 int res = NS_UNAVAIL;
254 return (NS_UNAVAIL);
288 return (NS_UNAVAIL);
395 return (NS_UNAVAIL);
H A Dgetaddrinfo.c1951 case NS_UNAVAIL:
2332 return NS_UNAVAIL;
2372 return NS_UNAVAIL;
2618 return NS_UNAVAIL;
/freebsd-10-stable/lib/libc/gen/
H A Dgetusershell.c119 return NS_UNAVAIL;
155 r = NS_UNAVAIL;
208 return NS_UNAVAIL;
219 return NS_UNAVAIL;
237 return NS_UNAVAIL;
H A Dgetgrent.c162 int res = NS_UNAVAIL;
198 return (NS_UNAVAIL);
231 return (NS_UNAVAIL);
326 return (NS_UNAVAIL);
481 rv = NS_UNAVAIL;
805 return (NS_UNAVAIL);
823 return (NS_UNAVAIL);
861 return (NS_UNAVAIL);
865 return (NS_UNAVAIL);
930 return (NS_UNAVAIL);
[all...]
H A Dgetpwent.c213 int res = NS_UNAVAIL;
248 return (NS_UNAVAIL);
281 return (NS_UNAVAIL);
384 return (NS_UNAVAIL);
783 return (NS_UNAVAIL);
801 return (NS_UNAVAIL);
845 return (NS_UNAVAIL);
853 rv = NS_UNAVAIL;
902 rv = NS_UNAVAIL;
1097 return (NS_UNAVAIL);
[all...]
/freebsd-10-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-10-stable/lib/libc/rpc/
H A Dgetrpcent.c251 return (NS_UNAVAIL);
255 return (NS_UNAVAIL);
347 return (NS_UNAVAIL);
370 return (NS_UNAVAIL);
431 return (NS_UNAVAIL);
436 return (NS_UNAVAIL);
576 return (NS_UNAVAIL);
590 return (NS_UNAVAIL);
603 int res = NS_UNAVAIL;
639 return (NS_UNAVAIL);
[all...]
/freebsd-10-stable/contrib/sendmail/src/
H A Dmap.c7245 if (r == NS_UNAVAIL || r == NS_TRYAGAIN)

Completed in 149 milliseconds