Searched defs:nss_db_root_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/head/
H A Dnss_common.h144 * handle (nss_db_root_t) to this structure and passes it in to the
155 * nss_db_root_t handle, to nss_setent(), nss_getent() and nss_endent().
338 * (This might look more natural if we put nss_db_initf_t in nss_db_root_t,
339 * or abolished nss_db_initf_t and put nss_db_params_t in nss_db_root_t.
341 * - keep the unshared data (nss_db_root_t) to a minimum,
396 typedef struct nss_db_root nss_db_root_t; typedef in typeref:struct:nss_db_root
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_
[all...]

Completed in 59 milliseconds