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

/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h76 * CFG_DEFAULT_PARSE_SIZE | parser | cache_hint.device.wrthru.nordcache.cnode
235 #define CFG_DEFAULT_PARSE_SIZE (16 * 1024) macro
239 #define CFG_CONFIG_SIZE (CFG_DEFAULT_PARSE_SIZE + \
H A Dcfg.c1573 (cfp, (char *)cfp->cf_mapped, CFG_DEFAULT_PARSE_SIZE);
2134 (cfp, cfp->cf_mapped, CFG_DEFAULT_PARSE_SIZE);
2420 if ((size + cfp->cf_head->h_parseoff) > CFG_DEFAULT_PARSE_SIZE) {
3002 cfp->cf_mapped = (char *)malloc(CFG_DEFAULT_PARSE_SIZE);
3010 bzero(cfp->cf_mapped, CFG_DEFAULT_PARSE_SIZE);
3046 offset = hdrsz + CFG_DEFAULT_PARSE_SIZE +

Completed in 27 milliseconds