Searched refs:totalstart (Results 1 - 1 of 1) sorted by relevance

/src/regress/sys/fs/lfs/ckckp/
H A Dcheck-all166 my ($totalstart, $totalstop);
168 $totalstart = 0;
173 $totalstart = $blstart if $totalstart == 0;
185 $cmd = "dd if=$rdev of=$wfile bs=$fsize seek=$totalstart " .
186 "skip=$totalstart conv=notrunc count=" .
187 ($totalstop - $totalstart);

Completed in 2 milliseconds