HomeSort by: relevance | last modified time | path
    Searched refs:NS_UNAVAIL (Results 1 - 12 of 12) sorted by relevancy

  /src/lib/libc/gen/
getusershell.c 138 return NS_UNAVAIL;
234 return NS_UNAVAIL;
306 rv = NS_UNAVAIL;
358 return NS_UNAVAIL;
437 rv = NS_UNAVAIL;
444 rv = NS_UNAVAIL;
getpwent.c 209 return NS_UNAVAIL;
216 return NS_UNAVAIL;
223 return NS_UNAVAIL; /* error in db routines */
252 return NS_UNAVAIL;
260 return NS_UNAVAIL; /* error in db routines */
268 return NS_UNAVAIL;
500 return NS_UNAVAIL;
750 return NS_UNAVAIL;
806 rv = NS_UNAVAIL;
818 rv = NS_UNAVAIL;
    [all...]
getnetgrent.c 213 return NS_UNAVAIL;
218 return NS_UNAVAIL;
235 return NS_UNAVAIL;
240 return NS_UNAVAIL;
266 return NS_UNAVAIL;
298 return NS_UNAVAIL;
getgroupmembership.c 172 return NS_UNAVAIL;
177 rv = NS_UNAVAIL;
208 rv = NS_UNAVAIL;
getgrent.c 309 return NS_UNAVAIL;
603 return NS_UNAVAIL;
687 rv = NS_UNAVAIL;
932 return NS_UNAVAIL;
1010 rv = NS_UNAVAIL;
1017 rv = NS_UNAVAIL;
1037 rv = NS_UNAVAIL;
1286 return NS_UNAVAIL;
1331 return NS_UNAVAIL;
1439 rv = NS_UNAVAIL;
    [all...]
  /src/include/
nsswitch.h 53 #define NS_UNAVAIL (1<<1) /* source not responding, or corrupt */
  /src/lib/libc/net/
nsdispatch.c 412 (NS_UNAVAIL|NS_NOTFOUND|NS_TRYAGAIN)) &&
418 if (dbt->srclist[i].flags & NS_UNAVAIL)
612 return (NS_UNAVAIL);
640 return (NS_UNAVAIL);
646 return (NS_UNAVAIL);
getnetnamadr.c 322 return NS_UNAVAIL;
328 return NS_UNAVAIL;
533 return NS_UNAVAIL;
537 return NS_UNAVAIL;
547 return NS_UNAVAIL;
589 return NS_UNAVAIL;
nsparser.y 144 | UNAVAIL { $$ = NS_UNAVAIL; }
gethnamaddr.c 959 return NS_UNAVAIL;
990 return NS_UNAVAIL;
1070 return NS_UNAVAIL;
1096 return NS_UNAVAIL;
1099 return NS_UNAVAIL;
1250 return NS_UNAVAIL;
1257 return NS_UNAVAIL;
1301 return NS_UNAVAIL;
sethostent.c 281 return NS_UNAVAIL;
getaddrinfo.c 1186 case NS_UNAVAIL:
2269 return NS_UNAVAIL;
2489 return NS_UNAVAIL;

Completed in 23 milliseconds