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

/freebsd-9.3-release/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-9.3-release/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.y142 | UNAVAIL { $$ = NS_UNAVAIL; }
H A Dnsdispatch.c312 (NS_UNAVAIL|NS_NOTFOUND|NS_TRYAGAIN)) &&
318 if (dbt->srclist[i].flags & NS_UNAVAIL)
641 result = NS_UNAVAIL;
648 result = NS_UNAVAIL;
654 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 Dgethostbynis.c300 return (NS_UNAVAIL);
350 return (NS_UNAVAIL);
H A Dgetaddrinfo.c1882 case NS_UNAVAIL:
2248 return NS_UNAVAIL;
2285 return NS_UNAVAIL;
2504 return NS_UNAVAIL;
/freebsd-9.3-release/lib/libc/gen/
H A Dgetusershell.c125 return NS_UNAVAIL;
161 r = NS_UNAVAIL;
214 return NS_UNAVAIL;
225 return NS_UNAVAIL;
243 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;
806 return (NS_UNAVAIL);
824 return (NS_UNAVAIL);
862 return (NS_UNAVAIL);
866 return (NS_UNAVAIL);
931 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-9.3-release/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);
574 return (NS_UNAVAIL);
588 return (NS_UNAVAIL);
601 int res = NS_UNAVAIL;
637 return (NS_UNAVAIL);
[all...]
/freebsd-9.3-release/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-9.3-release/contrib/sendmail/src/
H A Dmap.c7231 if (r == NS_UNAVAIL || r == NS_TRYAGAIN)

Completed in 177 milliseconds