Home
last modified time | relevance | path

Searched refs:__nss2herrno (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgethostent.c66 argp->h_errno = __nss2herrno(res);
73 argp->h_errno = __nss2herrno(res);
99 argp->h_errno = __nss2herrno(res);
H A Dgethostent6.c67 argp->h_errno = __nss2herrno(res);
75 argp->h_errno = __nss2herrno(res);
108 argp->h_errno = __nss2herrno(res);
H A Dnis_common.h115 extern int __nss2herrno(nss_status_t nsstat);
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgethostent6.c174 argp->h_errno = __nss2herrno(lstat); in getbyname()
230 argp->h_errno = __nss2herrno(lstat); in getbyaddr()
H A Dgethostent.c355 argp->h_errno = __nss2herrno(lstat); in getbyname()
405 argp->h_errno = __nss2herrno(lstat); in getbyaddr()
H A Dldap_common.h159 extern int __nss2herrno(nss_status_t nsstat);
H A Dldap_utils.c178 __nss2herrno(nss_status_t nsstat) in __nss2herrno() function
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c1240 __nss2herrno(nss_status_t nsstat) in __nss2herrno() function
1318 *h_errnop = arg.h_errno ? arg.h_errno : __nss2herrno(res); in _switch_gethostbyname_r()
1340 *h_errnop = arg.h_errno ? arg.h_errno : __nss2herrno(res); in _switch_getipnodebyname_r()
1362 *h_errnop = arg.h_errno ? arg.h_errno : __nss2herrno(res); in _switch_gethostbyaddr_r()
1382 *h_errnop = arg.h_errno ? arg.h_errno : __nss2herrno(res); in _switch_getipnodebyaddr_r()
/illumos-gate/usr/src/lib/libnsl/common/
H A Dmapfile-vers709 __nss2herrno;