Searched refs:dumpmap (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/restore/
H A Drestore.h56 extern char *dumpmap; /* map of inodes on this dump tape */
H A Drestore.c63 if (TSTINO(ino, dumpmap) == 0)
81 if (TSTINO(ino, dumpmap) == 0) {
122 if (TSTINO(ino, dumpmap) == 0)
171 !TSTINO(mydirino, dumpmap))
228 if (TSTINO(ino, dumpmap))
524 if (ep == NULL || ep->e_type == LEAF || TSTINO(i, dumpmap) == 0)
H A Dmain.c71 char *dumpmap; variable
H A Dutilities.c362 if (ino == 0 || TSTINO(ino, dumpmap) == 0)
H A Dtape.c356 getbitmap(&dumpmap);
363 SETINO(WINO, dumpmap);
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Ddump.h199 void dumpmap(char *, int, ino_t);
H A Dtraverse.c488 dumpmap(dumpinomap, TS_BITS, ino);
709 dumpmap(char *map, int type, ino_t ino) function
H A Dmain.c591 dumpmap(usedinomap, TS_CLRI, maxino - 1);

Completed in 114 milliseconds