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

/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.c44 if (BIT(ino, dumpmap) == 0) {
68 if (BIT(ino, dumpmap) == 0) {
119 if (BIT(ino, dumpmap) == 0) {
220 if (BIT(ino, dumpmap))
546 if (ep == NIL || ep->e_type == LEAF || BIT(i, dumpmap) == 0)
H A Drestore.h68 extern char *dumpmap; /* map of inodes on this dump tape */
H A Dmain.c58 char *dumpmap; variable
H A Dutilities.c447 if (ino == 0 || BIT(ino, dumpmap) == 0)
915 if (!dflag && BIT(dp->d_ino, dumpmap) == 0)
H A Dtape.c378 dumpmap = map;

Completed in 53 milliseconds