Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h161 #define DEFAULT_NENTRIES 100 /* value for l_esiz sizes array */ macro
H A Dcfg_local.c369 if (cfl->l_nentry % DEFAULT_NENTRIES == 0) { in addcfline()
380 realloc(cfl->l_esiz, (cfl->l_nentry + DEFAULT_NENTRIES) * in addcfline()
H A Dcfg.c2551 calloc(DEFAULT_NENTRIES, sizeof (int)); in cfg_read_parser_config()
2608 if (list_size > DEFAULT_NENTRIES) { in cfg_map_cfglists()
2617 slot_inc = DEFAULT_NENTRIES - in cfg_map_cfglists()
2618 (list_size % DEFAULT_NENTRIES); in cfg_map_cfglists()
2619 if (slot_inc == DEFAULT_NENTRIES) in cfg_map_cfglists()