Home
last modified time | relevance | path

Searched refs:msiz (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/backup/dump/
H A Ddumpmain.c808 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 Ddump.h96 uint_t msiz; variable
H A Ddumpitime.c398 f_esize += d_howmany(msiz * sizeof (map[0]), (unsigned)tp_bsize);
H A Ddumptraverse.c638 count = d_howmany(msiz * sizeof (map[0]), tp_bsize) - pos;