Searched refs:msiz (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dumpmain.c | 808 msiz = roundup(d_howmany(sblock->fs_ipg * sblock->fs_ncg, NBBY), in main() 811 clrmap = (uchar_t *)xcalloc(msiz, sizeof (*clrmap)); in main() 812 filmap = (uchar_t *)xcalloc(msiz, sizeof (*filmap)); in main() 813 dirmap = (uchar_t *)xcalloc(msiz, sizeof (*dirmap)); in main() 814 nodmap = (uchar_t *)xcalloc(msiz, sizeof (*nodmap)); in main() 815 shamap = (uchar_t *)xcalloc(msiz, sizeof (*shamap)); in main() 816 activemap = (uchar_t *)xcalloc(msiz, sizeof (*activemap)); in main() 825 bzero(clrmap, msiz); in main() 826 bzero(filmap, msiz); in main() 827 bzero(dirmap, msiz); in main() [all …]
|
H A D | dump.h | 96 uint_t msiz; variable
|
H A D | dumpitime.c | 398 f_esize += d_howmany(msiz * sizeof (map[0]), (unsigned)tp_bsize);
|
H A D | dumptraverse.c | 638 count = d_howmany(msiz * sizeof (map[0]), tp_bsize) - pos;
|