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

/openbsd-current/sbin/dump/
H A Dtape.c113 static int64_t tapea_volume; /* value of spcl.c_tapea at volume start */
166 lastspclrec = spcl.c_tapea;
168 spcl.c_tapea++;
185 spcl.c_tapea += avail;
238 blocks = spcl.c_tapea - tapea_volume;
273 (spcl.c_tapea - tapea_volume) / (tnow - tstart_volume),
342 slp->count = lastspclrec + blks + 1 - spcl.c_tapea;
343 slp->tapea = spcl.c_tapea;
493 savedtapea = spcl.c_tapea;
494 spcl.c_tapea
[all...]
H A Dmain.c588 msg("%lld tape blocks\n", spcl.c_tapea);
591 spcl.c_tapea, spcl.c_volume,
H A Dtraverse.c717 spcl.c_old_tapea = (int32_t)spcl.c_tapea;
/openbsd-current/include/protocols/
H A Ddumprestore.h115 int64_t c_tapea; /* logical block of this record */ member in struct:u_spcl::s_spcl
/openbsd-current/sbin/restore/
H A Dtape.c95 int32_t c_tapea; member in struct:u_ospcl::s_ospcl
1038 buf->c_tapea = u_ospcl.s_ospcl.c_tapea;
1073 buf->c_tapea = buf->c_old_tapea;
1328 s->c_tapea = swap64(s->c_tapea);
1345 os->c_tapea = swap32(os->c_tapea);

Completed in 200 milliseconds