HomeSort by: relevance | last modified time | path
    Searched refs:c_tapea (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/dump/
tape.c 112 static int64_t tapea_volume; /* value of spcl.c_tapea at volume start */
164 lastspclrec = iswap64(spcl.c_tapea);
166 spcl.c_tapea = iswap64(iswap64(spcl.c_tapea) +1);
183 spcl.c_tapea = iswap64(iswap64(spcl.c_tapea) + avail);
233 blocks = iswap64(spcl.c_tapea) - tapea_volume;
269 (long)((iswap64(spcl.c_tapea) - tapea_volume) /
337 wp->count = lastspclrec + blks + 1 - iswap64(spcl.c_tapea);
338 wp->tapea = iswap64(spcl.c_tapea);
    [all...]
main.c 691 msg("%lld tape blocks\n",(long long)iswap64(spcl.c_tapea));
694 (long long)iswap64(spcl.c_tapea), iswap32(spcl.c_volume),
traverse.c 887 spcl.c_old_tapea = iswap32(iswap64(spcl.c_tapea));
  /src/include/protocols/
dumprestore.h 118 int64_t c_tapea; /* logical block of this record */ member in struct:u_spcl::s_spcl
  /src/sbin/restore/
tape.c 126 int32_t c_tapea; member in struct:u_ospcl::s_ospcl
1477 buf->c_tapea = u_ospcl.s_ospcl.c_tapea;
1512 buf->c_tapea = buf->c_old_tapea;
1773 s->c_tapea = bswap64(s->c_tapea);
1790 os->c_tapea = bswap32(os->c_tapea);

Completed in 16 milliseconds