Searched defs:__nss2herrno (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_utils.c178 __nss2herrno(nss_status_t nsstat) function
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c1233 * There is a copy of __nss2herrno() in nsswitch/files/gethostent.c.
1240 __nss2herrno(nss_status_t nsstat) function
1318 *h_errnop = arg.h_errno ? arg.h_errno : __nss2herrno(res);
1340 *h_errnop = arg.h_errno ? arg.h_errno : __nss2herrno(res);
1362 *h_errnop = arg.h_errno ? arg.h_errno : __nss2herrno(res);
1382 *h_errnop = arg.h_errno ? arg.h_errno : __nss2herrno(res);

Completed in 65 milliseconds