Home
last modified time | relevance | path

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

/netbsd-src/sbin/dump/
H A Dtape.c64 long blocksthisvol; /* number of blocks on current output file */ variable
202 msg("write error %ld blocks into volume %d\n", blocksthisvol, tapeno); in tperror()
345 blocksthisvol += ntrec; in flushtape()
347 (blocksthisvol >= blocksperfile) : (asize > tsize))) { in flushtape()
686 blocksthisvol = 0; in startnewtape()