Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/nscd/
H A Dnscd_getentctx.c293 _nscd_put_nsw_state(gnctx->nsw_state); in _nscd_free_getent_ctx()
377 gnctx->nsw_state = (nscd_nsw_state_t *)db_root.s; in _nscd_create_getent_ctx()
379 gnctx->nsw_state->getent = 1; in _nscd_create_getent_ctx()
382 (me, "got nsw_state %p\n", gnctx->nsw_state); in _nscd_create_getent_ctx()
514 (me, "putting back nsw state %p\n", gnctx->nsw_state); in _nscd_put_getent_ctx()
517 if (gnctx->nsw_state != NULL) { in _nscd_put_getent_ctx()
518 gnctx->nsw_state->getent = 0; in _nscd_put_getent_ctx()
519 _nscd_put_nsw_state(gnctx->nsw_state); in _nscd_put_getent_ctx()
520 gnctx->nsw_state = NULL; in _nscd_put_getent_ctx()
H A Dnscd_switch.h94 nscd_state_ctrl_t nsw_state; member
148 nscd_nsw_state_t *nsw_state; member
H A Dnscd_nswstate.c124 s = base->nsw_state.first; in _nscd_free_nsw_state_base()
515 ctrl_p = &base->nsw_state; in _get_nsw_state_int()
737 ctrl_p = &base->nsw_state; in _put_nsw_state_int()
858 base->nsw_state.max = NSCD_SW_CFG(cfgdbi).max_nsw_state_per_db; in _nscd_init_nsw_state_base()
H A Dnscd_switch.c1059 s = ctx->nsw_state; in end_iter_u()
1116 s = contextp->nsw_state; in nss_setent_u()
1124 contextp->nsw_state = s; in nss_setent_u()
1127 s = contextp->nsw_state; in nss_setent_u()
1215 s = contextp->nsw_state; in nss_getent_u()