Home
last modified time | relevance | path

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

/freebsd/sbin/dump/
H A Dtape.c65 static long blocksthisvol; /* number of blocks on current output file */ variable
203 msg("write error %ld blocks into volume %d\n", blocksthisvol, tapeno); in tperror()
292 blocksthisvol += ntrec; in flushtape()
294 (blocksthisvol >= blocksperfile) : (asize > tsize))) { in flushtape()
636 blocksthisvol = 0; in startnewtape()