PMCS_SGL_CHUNKSZ
for (dl = 0; dl < (nsize / PMCS_SGL_CHUNKSZ); dl++) {
(void) memset(tc->chunks, 0, PMCS_SGL_CHUNKSZ);
(void) memset(tc->chunks, 0, PMCS_SGL_CHUNKSZ);
for (n = 0, off = 0; off < lim; off += PMCS_SGL_CHUNKSZ, n++) {
if ((off + PMCS_SGL_CHUNKSZ) < lim) {