Home
last modified time | relevance | path

Searched refs:clrmap (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/backup/dump/
H A Ddumpmain.c811 clrmap = (uchar_t *)xcalloc(msiz, sizeof (*clrmap)); in main()
818 if (clrmap == NULL || filmap == NULL || dirmap == NULL || in main()
825 bzero(clrmap, msiz); in main()
840 uchar_t *clrp = clrmap; in main()
853 for (i = 0; clrp > clrmap; i <<= NBBY) { in main()
869 pass(mark, clrmap); /* mark updates 'x'_esize */ in main()
871 pass(active_mark, clrmap); /* updates 'x'_esize */ in main()
891 bmapest(clrmap); in main()
1058 bitmap(clrmap, TS_CLRI); in main()
H A Ddumptraverse.c95 BIC(ino, clrmap);
99 BIS(ino, clrmap);
129 BIC(ino, clrmap);
133 BIS(ino, clrmap);
H A Ddump.h97 uchar_t *clrmap; variable