Home
last modified time | relevance | path

Searched refs:nscd_nsw_state_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_nswstate.c41 nscd_nsw_state_t *s) in _nscd_free_nsw_state()
112 nscd_nsw_state_t *s, *ts; in _nscd_free_nsw_state_base()
166 static nscd_nsw_state_t *
170 nscd_nsw_state_t *s; in _nscd_create_nsw_state()
180 s = calloc(1, sizeof (nscd_nsw_state_t)); in _nscd_create_nsw_state()
346 nscd_nsw_state_t *s) in check_be_array()
388 nscd_nsw_state_t *ret = NULL; in _get_nsw_state_int()
691 nscd_nsw_state_t *s, in _put_nsw_state_int()
806 nscd_nsw_state_t *s) in _nscd_put_nsw_state()
813 nscd_nsw_state_t *s) in _nscd_put_nsw_state_thread()
H A Dnscd_switch.h120 } nscd_nsw_state_t; typedef
148 nscd_nsw_state_t *nsw_state;
279 nscd_nsw_state_t *s);
283 nscd_nsw_state_t *s);
H A Dnscd_switch.c629 nscd_nsw_state_t *s = NULL; in nss_search()
739 s = (nscd_nsw_state_t *)root_db.s; in nss_search()
1054 nscd_nsw_state_t *s; in end_iter_u()
1077 nscd_nsw_state_t *s; in nss_setent_u()
1123 s = (nscd_nsw_state_t *)root.s; in nss_setent_u()
1194 nscd_nsw_state_t *s; in nss_getent_u()
H A Dnscd_getentctx.c379 gnctx->nsw_state = (nscd_nsw_state_t *)db_root.s; in _nscd_create_getent_ctx()