Searched defs:gettingfile (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c52 static int gettingfile = 0; /* restart has a valid frame */ variable
442 gettingfile = 0;
664 if (gettingfile) { /* i.e. will we lose metadata? */
665 gettingfile = 0;
1059 if (!gettingfile && setjmp(restart) != 0) {
1060 gettingfile = 0; /* paranoia; longjmp'er should do */
1063 gettingfile++;
1135 gettingfile = 0;

Completed in 61 milliseconds