Searched refs:nsw_cfg_p (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_nswconfig.c294 nscd_nsw_config_t **nsw_cfg_p = NULL; local
413 nsw_cfg_p = (nscd_nsw_config_t **)_nscd_alloc(NSCD_DATA_NSW_CONFIG,
417 if (nsw_cfg_p == NULL) {
423 *nsw_cfg_p = nsw_cfg;
426 (me, "new nsw config DB %p allocated\n", nsw_cfg_p);
454 params->nswcfg = nsw_cfg_p;
507 (nscd_acc_data_t *)nsw_cfg_p);
517 if (nsw_cfg_p)
518 free(nsw_cfg_p);
537 nscd_nsw_config_t **nsw_cfg_p local
[all...]
H A Dnscd_nswstate.c53 if (s->nsw_cfg_p != NULL)
60 if ((*s->nsw_cfg_p)->nobase != 1)
61 _nscd_release((nscd_acc_data_t *)s->nsw_cfg_p);
63 (void) _nscd_set((nscd_acc_data_t *)s->nsw_cfg_p, NULL);
182 if ((*s->nsw_cfg_p)->nobase != 1)
196 s->nsw_cfg_p = params->nswcfg;
713 if ((*s->nsw_cfg_p)->nobase == 1) {
H A Dnscd_switch.h113 nscd_nsw_config_t **nsw_cfg_p; member in struct:nscd_nsw_state
H A Dnscd_switch.c744 (*s->nsw_cfg_p)->nsw_cfg_str);
765 srci = (*s->nsw_cfg_p)->src_idx[n_src];
1167 srci = (*s->nsw_cfg_p)->src_idx[i];
1247 (*s->nsw_cfg_p)->nsw_cfg_str);

Completed in 286 milliseconds