Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libdscfg/common/
H A Dcfg_local.c343 cfp->cf_head->h_cfgs[table_index].l_size, table_index, in addcfline()
345 cfp->cf_head->h_cfgs[table_index].l_free, len); in addcfline()
349 cfl = &cfp->cf_head->h_cfgs[table_index]; in addcfline()
399 hd->h_cfgs[table_index].l_size += len; in addcfline()
406 cfp->cf_head->h_cfgs[table_index].l_size, in addcfline()
408 cfp->cf_head->h_cfgs[table_index].l_free, cfp->cf_head->h_csize); in addcfline()
428 cfl = &cfp->cf_head->h_cfgs[table_offset]; in remcfline()
458 ch->h_cfgs[table_offset].l_size, table_offset, in remcfline()
460 ch->h_cfgs[table_offset].l_free, len); in remcfline()
492 ch->h_cfgs[table_offset].l_size, table_offset, in remcfline()
[all …]
H A Dcfg.c1495 hd->h_cfgs = NULL; in cfg_init_header()
1557 cfp->cf_head->h_cfgs = NULL; in cfg_read()
2527 if ((cfp->cf_head->h_cfgs == NULL) || in cfg_read_parser_config()
2528 (cfp->cf_head->h_cfgs[n-1].l_entry == NULL)) { in cfg_read_parser_config()
2529 cfp->cf_head->h_cfgs = (cfglist_t *)calloc(MAX_CFG, in cfg_read_parser_config()
2536 if (cfp->cf_head->h_cfgs) { in cfg_read_parser_config()
2543 cfp->cf_head->h_cfgs[i].l_name = '\0'; in cfg_read_parser_config()
2544 cfp->cf_head->h_cfgs[i].l_name = in cfg_read_parser_config()
2546 cfp->cf_head->h_cfgs[i].l_index = i; in cfg_read_parser_config()
2547 cfp->cf_head->h_cfgs[i].l_entry = in cfg_read_parser_config()
[all …]
H A Dcfg_impl.h186 cfglist_t *h_cfgs; /* start of cfg lists */ member