Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetether.c141 rc = (nss_status_t)_nss_ldap_lookup(be, argp, in getbyhost()
184 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyether()
H A Dgetkeyent.c198 rc = (nss_status_t)_nss_ldap_lookup(be, argp, in getkeys()
213 rc = (nss_status_t)_nss_ldap_lookup(be, argp, in getkeys()
H A Dgetrpcent.c157 return ((nss_status_t)_nss_ldap_lookup(be, argp, _RPC, searchfilter, in getbyname()
189 return ((nss_status_t)_nss_ldap_lookup(be, argp, _RPC, searchfilter, in getbynumber()
H A Dgethostent6.c168 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, _HOSTS, in getbyname()
224 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, in getbyaddr()
H A Dgetprojent.c188 return (_nss_ldap_lookup(be, argp, _PROJECT, searchfilter, NULL, NULL, in getbyname()
209 return (_nss_ldap_lookup(be, argp, _PROJECT, searchfilter, NULL, NULL, in getbyprojid()
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 Dgetnetent.c219 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyname()
257 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyaddr()
H A Dgetprotoent.c243 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyname()
277 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbynumber()
H A Dgetnetmasks.c133 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbynet()
H A Dgetservent.c354 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyname()
413 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyport()
H A Dtsol_gettpent.c118 return (_nss_ldap_lookup(be, argp, _TNRHTP, searchfilter, NULL, in getbyname()
H A Dgethostent.c350 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, _HOSTS, searchfilter, in getbyname()
400 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, _HOSTS, searchfilter, in getbyaddr()
H A Dldap_common.h148 extern nss_status_t _nss_ldap_lookup(ldap_backend_ptr be,
H A Dgetauuser.c141 return (_nss_ldap_lookup(be, argp, _AUUSER, searchfilter, NULL, in getbyname()
H A Dgetbootparams.c154 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyname()
H A Dgetgrent.c330 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbynam()
364 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbygid()
H A Dtsol_getrhent.c160 return (_nss_ldap_lookup(be, argp, _TNRHDB, searchfilter, NULL, in getbyaddr()
H A Dgetprofattr.c157 return (_nss_ldap_lookup(be, argp, in getbyname()
H A Dgetuserattr.c158 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyname()
H A Dgetauthattr.c166 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyname()
H A Dgetprinter.c291 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.c127 _nss_ldap_lookup(ldap_backend_ptr be, nss_XbyY_args_t *argp, in _nss_ldap_lookup() function