Home
last modified time | relevance | path

Searched defs:nss_db_state (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c123 struct nss_db_state { struct
124 nss_db_root_t orphan_root; /* XXX explain */
125 unsigned refcount; /* One for the pointer in */
128 nss_db_params_t p;
129 struct __nsw_switchconfig_v1 *config;
153 static struct nss_db_state *_nss_db_state_constr(nss_db_initf_t); argument