Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c850 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()
864 bzero(clrmap, msiz); in main()
865 bzero(filmap, msiz); in main()
866 bzero(dirmap, msiz); in main()
867 bzero(nodmap, msiz); in main()
868 bzero(shamap, msiz); in main()
[all …]
H A Ddumpitime.c32 uint_t msiz; variable
383 f_esize += d_howmany(msiz * sizeof (map[0]), (unsigned)tp_bsize); in bmapest()
H A Ddump.h96 extern uint_t msiz;
H A Ddumptraverse.c608 count = d_howmany(msiz * sizeof (map[0]), tp_bsize) - pos; in bitmap()