Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/backup/dump/
H A Ddumpmain.c815 shamap = (uchar_t *)xcalloc(msiz, sizeof (*shamap)); in main()
819 nodmap == NULL || shamap == NULL || activemap == NULL) { in main()
829 bzero(shamap, msiz); in main()
888 pass(estshad, shamap); in main()
H A Ddump.h101 uchar_t *shamap; variable
H A Ddumptraverse.c193 BIS(shadow, shamap);
432 if ((!BIT(ino, nodmap)) && (!BIT(ino, shamap)))
H A Ddumptape.c621 if ((BIT(ino, shamap)) && (spcl.c_type == TS_INODE)) { in spclrec()