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

  /src/sbin/restore/
tape.c 85 static int tpblksread = 0; /* TP_BSIZE blocks read */ variable in typeref:typename:int
318 tpblksread--;
514 (long)tpblksread, (long)tmpbuf.c_firstrec);
517 tpblksread = tmpbuf.c_firstrec;
521 tmpbuf.c_firstrec < tpblksread - 1) {
525 i = tpblksread - tmpbuf.c_firstrec - 1;
1276 tpblksread++;
1382 tpblksread++;
tape.c 85 static int tpblksread = 0; /* TP_BSIZE blocks read */ variable in typeref:typename:int
318 tpblksread--;
514 (long)tpblksread, (long)tmpbuf.c_firstrec);
517 tpblksread = tmpbuf.c_firstrec;
521 tmpbuf.c_firstrec < tpblksread - 1) {
525 i = tpblksread - tmpbuf.c_firstrec - 1;
1276 tpblksread++;
1382 tpblksread++;
tape.c 85 static int tpblksread = 0; /* TP_BSIZE blocks read */ variable in typeref:typename:int
318 tpblksread--;
514 (long)tpblksread, (long)tmpbuf.c_firstrec);
517 tpblksread = tmpbuf.c_firstrec;
521 tmpbuf.c_firstrec < tpblksread - 1) {
525 i = tpblksread - tmpbuf.c_firstrec - 1;
1276 tpblksread++;
1382 tpblksread++;

Completed in 105 milliseconds