Searched refs:dumpdirmap (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dtraverse.c146 * Put all dirs in dumpdirmap, inodes that are to be dumped in the
152 SETINO(ino, dumpdirmap);
285 for (map = dumpdirmap, ino = 1; ino < maxino; ino++) {
344 CLRINO(ino, dumpdirmap);
347 CLRINO(ino, dumpdirmap);
447 * Add back to dumpdirmap and remove from usedinomap
451 SETINO(ino, dumpdirmap);
461 if (TSTINO(ino, dumpdirmap)) {
H A Ddump.h85 char *dumpdirmap; /* map of directories to be dumped */ variable
H A Dmain.c510 dumpdirmap = (char *)xcalloc((unsigned) mapsize, sizeof(char));
595 for (map = dumpdirmap, ino = 1; ino < maxino; ino++) {

Completed in 79 milliseconds