Home
last modified time | relevance | path

Searched refs:db_rootp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.c446 nss_delete(be->db_rootp);
676 res = nss_search(be->db_rootp,
681 res = nss_getent(be->db_rootp,
889 (void) nss_search(be->db_rootp,
896 (void) nss_search(be->db_rootp,
915 (void) nss_search(be->db_rootp, be->db_initf,
935 (void) nss_search(be->db_rootp,
942 (void) nss_search(be->db_rootp,
1115 nss_setent(be->db_rootp, be->db_initf,
1146 nss_endent(be->db_rootp, be->db_initf,
[all …]
H A Dcompat_common.h72 nss_db_root_t *db_rootp; /* Shared between instances */ member