Home
last modified time | relevance | path

Searched refs:CFG_DEFAULT_PSIZE (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h238 #define CFG_DEFAULT_PSIZE (512 * 1024) macro
242 (2 * CFG_DEFAULT_PSIZE))
H A Dcfg.c1473 hd->h_sizes1 = (int *)calloc(CFG_DEFAULT_PSIZE, sizeof (int)); in cfg_set_memorymap()
1474 hd->h_sizes2 = (int *)calloc(CFG_DEFAULT_PSIZE, sizeof (int)); in cfg_set_memorymap()
1631 (cfp, (int *)cfp->cf_head->h_sizes1, CFG_DEFAULT_PSIZE); in cfg_read()
1640 (cfp, (int *)cfp->cf_head->h_sizes2, CFG_DEFAULT_PSIZE); in cfg_read()
1810 CFG_DEFAULT_PSIZE); in cfg_lock()
1824 CFG_DEFAULT_PSIZE); in cfg_lock()
2187 (cfp, (CFG_DEFAULT_SSIZE + CFG_DEFAULT_PSIZE) - rc, in cfg_commit()
3041 char buf[2 * CFG_DEFAULT_PSIZE]; in cfg_invalidate_hsizes()