Home
last modified time | relevance | path

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

/netbsd/src/sbin/dump/
Dtraverse.c152 SETINO(ino, dumpdirmap); in mapfileino()
286 for (map = dumpdirmap, ino = 1; ino < maxino; ino++) { in mapdirs()
345 CLRINO(ino, dumpdirmap); in mapdirs()
348 CLRINO(ino, dumpdirmap); in mapdirs()
452 SETINO(ino, dumpdirmap); in searchdir()
462 if (TSTINO(ino, dumpdirmap)) { in searchdir()
Dmain.c76 char *dumpdirmap; variable
565 dumpdirmap = (char *)xcalloc((unsigned) mapsize, sizeof(char)); in main()
651 for (map = dumpdirmap, ino = 1; ino < maxino; ino++) { in main()
Ddump.h95 extern char *dumpdirmap; /* map of directories to be dumped */