Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdscfg/common/
H A Dcfg.c118 cfp->cf_head->h_cparse, cfp->cf_head->h_csize, in dump_status()
986 if (cfp->cf_head->h_csize + strlen(buf) > CFG_DEFAULT_SSIZE) { in cfg_put_cstring()
1468 (void) fprintf(stderr, "callocing %d for initial reads\n", hd->h_csize); in cfg_set_memorymap()
1471 hd->h_ccopy1 = (char *)calloc(hd->h_csize, sizeof (char)); in cfg_set_memorymap()
1472 hd->h_ccopy2 = (char *)calloc(hd->h_csize, sizeof (char)); in cfg_set_memorymap()
1493 hd->h_csize = 0; in cfg_init_header()
1581 readsize = cfp->cf_head->h_csize; in cfg_read()
1807 cfp->cf_head->h_csize); in cfg_lock()
1821 cfp->cf_head->h_csize); in cfg_lock()
2109 + cfp->cf_head->h_csize + cfp->cf_head->h_psize; in cfg_commit()
[all …]
H A Dcfg_local.c401 cfp->cf_head->h_csize += len; in addcfline()
408 cfp->cf_head->h_cfgs[table_index].l_free, cfp->cf_head->h_csize); in addcfline()
486 ch->h_csize -= len; in remcfline()
604 cfp->cf_head->h_csize += diff; in replacecfline()
H A Dcfg_impl.h174 int h_csize; /* size of config section */ member
/titanic_50/usr/src/cmd/avs/dscfg/
H A Ddscfg.c275 cfp->cf_head->h_cparse, cfp->cf_head->h_csize, in dump_status()