Home
last modified time | relevance | path

Searched refs:nss_db_root_t (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/head/
H A Dnss_common.h396 typedef struct nss_db_root nss_db_root_t; typedef
398 #define DEFINE_NSS_DB_ROOT(name) nss_db_root_t name = NSS_DB_ROOT_INIT
439 extern nss_status_t nss_search(nss_db_root_t *, nss_db_initf_t,
441 extern nss_status_t nss_getent(nss_db_root_t *, nss_db_initf_t, nss_getent_t *,
443 extern void nss_setent(nss_db_root_t *, nss_db_initf_t, nss_getent_t *);
444 extern void nss_endent(nss_db_root_t *, nss_db_initf_t, nss_getent_t *);
445 extern void nss_delete(nss_db_root_t *);
447 extern nss_status_t nss_pack(void *, size_t, nss_db_root_t *,
449 extern nss_status_t nss_pack_ent(void *, size_t, nss_db_root_t *,
451 extern nss_status_t nss_unpack(void *, size_t, nss_db_root_t *,
[all …]
H A Dnss_dbdefs.h683 extern nss_status_t nss_packed_arg_init(void *, size_t, nss_db_root_t *,
686 extern nss_status_t nss_packed_context_init(void *, size_t, nss_db_root_t *,
/titanic_50/usr/src/lib/libc/port/gen/
H A Dnss_common.c90 void (*nss_delete_fp)(nss_db_root_t *rootp);
91 nss_status_t (*nss_search_fp)(nss_db_root_t *rootp,
94 void (*nss_setent_u_fp)(nss_db_root_t *,
96 nss_status_t (*nss_getent_u_fp)(nss_db_root_t *,
98 void (*nss_endent_u_fp)(nss_db_root_t *,
100 void (*end_iter_u_fp)(nss_db_root_t *rootp,
124 nss_db_root_t orphan_root; /* XXX explain */
761 nss_get_backend_u(nss_db_root_t **rootpp, struct nss_db_state *s, int n_src) in nss_get_backend_u()
1134 nss_delete(nss_db_root_t *rootp) in nss_delete()
1152 nss_search(nss_db_root_t *rootp, nss_db_initf_t initf, int search_fnum, in nss_search()
[all …]
H A Dnss_dbdefs.c1179 nss_packed_arg_init(void *buffer, size_t length, nss_db_root_t *db_root, in nss_packed_arg_init()
1254 nss_packed_context_init(void *buffer, size_t length, nss_db_root_t *db_root, in nss_packed_context_init()
/titanic_50/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.h72 nss_db_root_t *db_rootp; /* Shared between instances */
104 nss_db_root_t *rootp,
H A Dcompat_common.c1230 nss_db_root_t *rootp;
/titanic_50/usr/src/cmd/nscd/
H A Dnscd_switch.c624 nss_search(nss_db_root_t *rootp, nss_db_initf_t initf, int search_fnum, in nss_search()
636 nss_db_root_t root_db; in nss_search()
1007 static void nss_setent_u(nss_db_root_t *,
1010 static nss_status_t nss_getent_u(nss_db_root_t *,
1014 static void nss_endent_u(nss_db_root_t *,
1019 nss_setent(nss_db_root_t *rootp, nss_db_initf_t initf, in nss_setent()
1028 nss_getent(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp, in nss_getent()
1041 nss_endent(nss_db_root_t *rootp, nss_db_initf_t initf, in nss_endent()
1051 end_iter_u(nss_db_root_t *rootp, struct nss_getent_context *contextp) in end_iter_u()
1073 nss_setent_u(nss_db_root_t *rootp, nss_db_initf_t initf, in nss_setent_u()
[all …]
H A Dnscd_switch.h287 nss_db_root_t *rootp,
292 nss_db_root_t *rootp,
H A Dnscd_nswstate.c383 nss_db_root_t *rootp, in _get_nsw_state_int()
673 nss_db_root_t *rootp, in _nscd_get_nsw_state()
681 nss_db_root_t *rootp, in _nscd_get_nsw_state_thread()
H A Dnscd_getentctx.c357 nss_db_root_t db_root; in _nscd_create_getent_ctx()
/titanic_50/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c1126 nss_db_root_t *nss_db_root; in _switch_gethostbyaddr_r()
/titanic_50/usr/src/lib/libsldap/common/
H A Dns_standalone.c418 nss_db_root_t *nss_db_root; in _filter_gethostbyaddr_r()