Home
last modified time | relevance | path

Searched refs:tapea (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/backup/restore/
H A Dtape.c49 static long tapea; /* current logical block # on tape */ variable
235 tapea--; in setup()
265 tapea--; in setup()
452 savetapea = tapea; in getvol()
609 tapea = savetapea; in getvol()
623 tapea = tmpbuf.c_tapea; in getvol()
631 savetapea = tapea; in getvol()
639 i = tapea - tmpbuf.c_tapea - 2; in getvol()
641 i = tapea - tmpbuf.c_tapea; in getvol()
654 tapea = savetapea + 1; /* <= (void) gethead() below */ in getvol()
[all …]
/titanic_41/usr/src/cmd/backup/dump/
H A Ddumptape.c124 static int *tapea; /* logical record count */ variable
287 tapea = (int *)(current + 1); in alloctape()
289 telapsed = (time_t *)(tapea + 1); in alloctape()
650 spcl.c_tapea = *tapea; in spclrec()
702 (*tapea)++; in taprec()
1643 spcl.c_tapea = (*tapea) = chkpt.sl_tapea; in otape()
1656 msg(" tapea %u\n", (*tapea)); in otape()