HomeSort by: relevance | last modified time | path
    Searched refs:dumpdirmap (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/dump/
traverse.c 146 * Put all dirs in dumpdirmap, inodes that are to be dumped in the
152 SETINO(ino, dumpdirmap);
286 for (map = dumpdirmap, ino = 1; ino < maxino; ino++) {
345 CLRINO(ino, dumpdirmap);
348 CLRINO(ino, dumpdirmap);
448 * Add back to dumpdirmap and remove from usedinomap
452 SETINO(ino, dumpdirmap);
462 if (TSTINO(ino, dumpdirmap)) {
main.c 76 char *dumpdirmap; variable in typeref:typename:char *
565 dumpdirmap = (char *)xcalloc((unsigned) mapsize, sizeof(char));
651 for (map = dumpdirmap, ino = 1; ino < maxino; ino++) {
dump.h 95 extern char *dumpdirmap; /* map of directories to be dumped */

Completed in 15 milliseconds