Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h166 extern int blockswritten; /* number of blocks written on current tape */
H A Ddumptape.c872 blockswritten = ++chkpt.sl_tapea; in rollforward()
1579 msg(" blockswritten %u\n", blockswritten); in otape()
H A Ddumpmain.c84 int blockswritten = 0; /* number of blocks written on current tape */ variable