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

/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h159 /* note: this does not imply DEFAULT_NENTRIES * DEFAULT_ENTRY_SIZE */
160 #define DEFAULT_NENTRIES 100 /* value for l_esiz sizes array */ macro
H A Dcfg_local.c369 if (cfl->l_nentry % DEFAULT_NENTRIES == 0) {
380 realloc(cfl->l_esiz, (cfl->l_nentry + DEFAULT_NENTRIES) *
H A Dcfg.c2551 calloc(DEFAULT_NENTRIES, sizeof (int));
2608 if (list_size > DEFAULT_NENTRIES) {
2611 * we want to alloc on DEFAULT_NENTRIES
2615 * l_nentry and DEFAULT_NENTRIES and check for 0
2617 slot_inc = DEFAULT_NENTRIES -
2618 (list_size % DEFAULT_NENTRIES);
2619 if (slot_inc == DEFAULT_NENTRIES)

Completed in 21 milliseconds