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

/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h140 * DEFAULT_ENTRY_SIZE boundry.
159 /* note: this does not imply DEFAULT_NENTRIES * DEFAULT_ENTRY_SIZE */
161 #define DEFAULT_ENTRY_SIZE (50 * CFG_MAX_BUF) /* 50K for each l_entry */ macro
H A Dcfg_local.c335 int newsize = DEFAULT_ENTRY_SIZE / 2;
553 int newsize = DEFAULT_ENTRY_SIZE / 2;
584 cfl->l_free += (DEFAULT_ENTRY_SIZE / 2);
H A Dcfg.c2548 calloc(DEFAULT_ENTRY_SIZE, sizeof (char));
2553 cfp->cf_head->h_cfgs[i].l_free = DEFAULT_ENTRY_SIZE;
2591 if (ch->h_cfgsizes[i] > DEFAULT_ENTRY_SIZE) {

Completed in 47 milliseconds