Searched refs:db_rootp (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/nsswitch/compat/common/ |
H A D | compat_common.c | 422 nss_endent(be->db_rootp, be->db_initf, &be->db_context); 446 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, [all …]
|
H A D | compat_common.h | 72 nss_db_root_t *db_rootp; /* Shared between instances */ member
|