Home
last modified time | relevance | path

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

/freebsd/sbin/dump/
H A Doptr.c191 if (blockswritten > tapesize) { in timeest()
198 deltat = (blockswritten == 0) ? 0 : tstart_writing - tnow + in timeest()
199 (double)(tnow - tstart_writing) / blockswritten * tapesize; in timeest()
201 percent = (blockswritten * 100.0) / tapesize; in timeest()
212 if (blockswritten < 500) in timeest()
H A Ddump.h75 extern int blockswritten; /* number of blocks written on current tape */
H A Dmain.c84 int blockswritten = 0; /* number of blocks written on current tape */ variable
H A Dtape.c291 blockswritten += ntrec; in flushtape()