Home
last modified time | relevance | path

Searched refs:nss_db_root (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dnss_common.h392 struct nss_db_root { struct
396 typedef struct nss_db_root nss_db_root_t; argument
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c1124 nss_db_root_t *nss_db_root; in _switch_gethostbyaddr_r() local
1129 nss_db_root = &db_root_hosts; in _switch_gethostbyaddr_r()
1133 nss_db_root = &db_root_ipnodes; in _switch_gethostbyaddr_r()
1145 res = nss_search(nss_db_root, nss_initf, in _switch_gethostbyaddr_r()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c418 nss_db_root_t *nss_db_root; in _filter_gethostbyaddr_r() local
425 nss_db_root = &db_root_hosts; in _filter_gethostbyaddr_r()
431 nss_db_root = &db_root_ipnodes; in _filter_gethostbyaddr_r()
446 res = nss_search(nss_db_root, nss_initf, dbop, &arg); in _filter_gethostbyaddr_r()