Searched refs:h_cfgsizes (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h186 int h_cfgsizes[MAX_CFG]; /* Sizes of configs */ member in struct:cfgheader
H A Dcfg_local.c341 fprintf(stderr, "addcfline: pre l_size %d h_cfgsizes[%d]"
344 cfp->cf_head->h_cfgsizes[table_index],
400 hd->h_cfgsizes[table_index] = cfl->l_size;
404 fprintf(stderr, "addcfline: post l_size %d h_cfgsizes[%d]"
407 table_index, cfp->cf_head->h_cfgsizes[table_index],
456 fprintf(stderr, "remcfline: pre: l_size %d h_cfgsizes[%d] %d free %d"
459 ch->h_cfgsizes[table_offset],
485 ch->h_cfgsizes[table_offset] = cfl->l_size;
491 "remcfline: post: l_size %d h_cfgsizes[%d] %d free %d\n ",
493 ch->h_cfgsizes[table_offse
[all...]
H A Dcfg.c1498 bzero(hd->h_cfgsizes, MAX_CFG * sizeof (int));
2590 if (ch->h_cfgsizes[i] > 0) {
2591 if (ch->h_cfgsizes[i] > DEFAULT_ENTRY_SIZE) {
2595 ch->h_cfgsizes[i] * sizeof (char));
2600 ch->h_cfgs[i].l_free -= ch->h_cfgsizes[i];
2641 i, ch->h_cfgsizes[i], offset, p);
2644 p, ch->h_cfgsizes[i]);
2645 ch->h_cfgs[i].l_size = ch->h_cfgsizes[i];
2646 offset += ch->h_cfgsizes[i];

Completed in 29 milliseconds