Home
last modified time | relevance | path

Searched refs:c_tapea (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/dump/
H A Dtape.c165 lastspclrec = spcl.c_tapea; in writerec()
167 spcl.c_tapea++; in writerec()
184 spcl.c_tapea += avail; in dumpblock()
284 wp->count = lastspclrec + blks + 1 - spcl.c_tapea; in flushtape()
285 wp->tapea = spcl.c_tapea; in flushtape()
435 savedtapea = spcl.c_tapea; in rollforward()
436 spcl.c_tapea = wp->tapea; in rollforward()
438 spcl.c_tapea = savedtapea; in rollforward()
H A Dmain.c592 msg("DUMP: %jd tape blocks\n", (intmax_t)spcl.c_tapea); in main()
595 (intmax_t)spcl.c_tapea, spcl.c_volume, in main()
604 (intmax_t)(spcl.c_tapea / in main()
/freebsd/include/protocols/
H A Ddumprestore.h124 int64_t c_tapea; /* logical block of this record */ member
/freebsd/sbin/restore/
H A Dtape.c456 (intmax_t)prevtapea, (intmax_t)tmpbuf.c_tapea); in getvol()
467 } else if (tmpbuf.c_tapea <= prevtapea) { in getvol()
469 * Normally the value of c_tapea in the volume in getvol()
477 i = prevtapea + 1 - tmpbuf.c_tapea; in getvol()
1366 buf->c_tapea = buf->c_old_tapea; in gethead()
1393 tapeaddr = buf->c_tapea; in gethead()