Home
last modified time | relevance | path

Searched refs:nscd_nsw_state_base (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/nscd/
H A Dnscd_nswstate.c36 nscd_nsw_state_base_t **nscd_nsw_state_base; variable
152 base = nscd_nsw_state_base[i]; in _nscd_free_all_nsw_state_base()
160 nscd_nsw_state_base[i] = (nscd_nsw_state_base_t *) in _nscd_free_all_nsw_state_base()
500 base = nscd_nsw_state_base[dbi]; in _get_nsw_state_int()
861 nscd_nsw_state_base[dbi] = (nscd_nsw_state_base_t *)_nscd_set( in _nscd_init_nsw_state_base()
862 (nscd_acc_data_t *)nscd_nsw_state_base[dbi], in _nscd_init_nsw_state_base()
908 nscd_nsw_state_base = calloc(NSCD_NUM_DB, in _nscd_alloc_nsw_state_base()
910 if (nscd_nsw_state_base == NULL) { in _nscd_alloc_nsw_state_base()
H A Dnscd_switch.h92 typedef struct nscd_nsw_state_base { struct
246 extern nscd_nsw_state_base_t **nscd_nsw_state_base;
H A Dnscd_nswconfig.c478 nscd_nsw_state_base[dbi]); in _nscd_create_sw_struct()