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

/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h88 * CFG_DEFAULT_PSIZE | sizes | cfglist. each array is preceded by the num
92 * CFG_DEFAULT_PSIZE | sizes | and l_esiz fields in h_cfg[n]
237 #define CFG_DEFAULT_PSIZE (512 * 1024) macro
241 (2 * CFG_DEFAULT_PSIZE))
H A Dcfg.c1473 hd->h_sizes1 = (int *)calloc(CFG_DEFAULT_PSIZE, sizeof (int));
1474 hd->h_sizes2 = (int *)calloc(CFG_DEFAULT_PSIZE, sizeof (int));
1631 (cfp, (int *)cfp->cf_head->h_sizes1, CFG_DEFAULT_PSIZE);
1640 (cfp, (int *)cfp->cf_head->h_sizes2, CFG_DEFAULT_PSIZE);
1810 CFG_DEFAULT_PSIZE);
1824 CFG_DEFAULT_PSIZE);
2187 (cfp, (CFG_DEFAULT_SSIZE + CFG_DEFAULT_PSIZE) - rc,
3041 char buf[2 * CFG_DEFAULT_PSIZE];

Completed in 109 milliseconds