Searched refs:msiz (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumpmain.c | 847 msiz = roundup(d_howmany(sblock->fs_ipg * sblock->fs_ncg, NBBY), in main() 850 clrmap = (uchar_t *)xcalloc(msiz, sizeof (*clrmap)); in main() 851 filmap = (uchar_t *)xcalloc(msiz, sizeof (*filmap)); in main() 852 dirmap = (uchar_t *)xcalloc(msiz, sizeof (*dirmap)); in main() 853 nodmap = (uchar_t *)xcalloc(msiz, sizeof (*nodmap)); in main() 854 shamap = (uchar_t *)xcalloc(msiz, sizeof (*shamap)); in main() 855 activemap = (uchar_t *)xcalloc(msiz, sizeof (*activemap)); in main() 864 bzero(clrmap, msiz); in main() 865 bzero(filmap, msiz); in main() 866 bzero(dirmap, msiz); in main() [all …]
|
H A D | dumpitime.c | 32 uint_t msiz; variable 383 f_esize += d_howmany(msiz * sizeof (map[0]), (unsigned)tp_bsize); in bmapest()
|
H A D | dump.h | 96 extern uint_t msiz;
|
H A D | dumptraverse.c | 608 count = d_howmany(msiz * sizeof (map[0]), tp_bsize) - pos; in bitmap()
|