Home
last modified time | relevance | path

Searched refs:_nss_ldap_lookup (Results 1 – 23 of 23) sorted by relevance

/titanic_41/usr/src/lib/nsswitch/ldap/common/
H A Dgetether.c143 rc = (nss_status_t)_nss_ldap_lookup(be, argp, in getbyhost()
186 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyether()
H A Dgetkeyent.c200 rc = (nss_status_t)_nss_ldap_lookup(be, argp, in getkeys()
215 rc = (nss_status_t)_nss_ldap_lookup(be, argp, in getkeys()
H A Dgetrpcent.c159 return ((nss_status_t)_nss_ldap_lookup(be, argp, _RPC, searchfilter, in getbyname()
191 return ((nss_status_t)_nss_ldap_lookup(be, argp, _RPC, searchfilter, in getbynumber()
H A Dgethostent6.c170 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, _HOSTS, in getbyname()
226 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, in getbyaddr()
H A Dgetprojent.c190 return (_nss_ldap_lookup(be, argp, _PROJECT, searchfilter, NULL, NULL, in getbyname()
211 return (_nss_ldap_lookup(be, argp, _PROJECT, searchfilter, NULL, NULL, in getbyprojid()
H A Dgetnetent.c221 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyname()
259 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyaddr()
H A Dgetprotoent.c245 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyname()
279 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbynumber()
H A Dgetpwnam.c198 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyname()
232 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyuid()
H A Dgetnetmasks.c135 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbynet()
H A Dtsol_gettpent.c120 return (_nss_ldap_lookup(be, argp, _TNRHTP, searchfilter, NULL, in getbyname()
H A Dgetservent.c356 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyname()
415 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyport()
H A Dldap_common.h147 extern nss_status_t _nss_ldap_lookup(ldap_backend_ptr be,
H A Dgetgrent.c227 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbynam()
261 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbygid()
H A Dgethostent.c352 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, _HOSTS, searchfilter, in getbyname()
402 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, _HOSTS, searchfilter, in getbyaddr()
H A Dgetauuser.c143 return (_nss_ldap_lookup(be, argp, _AUUSER, searchfilter, NULL, in getbyname()
H A Dgetbootparams.c156 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyname()
H A Dtsol_getrhent.c162 return (_nss_ldap_lookup(be, argp, _TNRHDB, searchfilter, NULL, in getbyaddr()
H A Dgetprofattr.c159 return (_nss_ldap_lookup(be, argp, in getbyname()
H A Dgetuserattr.c160 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyname()
H A Dgetauthattr.c168 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyname()
H A Dgetprinter.c294 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyname()
H A Dgetspent.c259 return (_nss_ldap_lookup(be, argp, _SHADOW, searchfilter, NULL, in getbynam()
H A Dldap_common.c125 _nss_ldap_lookup(ldap_backend_ptr be, nss_XbyY_args_t *argp, in _nss_ldap_lookup() function