Home
last modified time | relevance | path

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

/netbsd-src/sbin/dump/
H A Dtape.c112 static int64_t tapea_volume; /* value of spcl.c_tapea at volume start */ variable
233 blocks = iswap64(spcl.c_tapea) - tapea_volume; in do_stats()
269 (long)((iswap64(spcl.c_tapea) - tapea_volume) / in statussig()
584 tapea_volume = iswap64(spcl.c_tapea); in startnewtape()