Home
last modified time | relevance | path

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

/original-bsd/sbin/dump/
H A Dtape.c45 long lastspclrec = -1; /* tape block number of last written header */ variable
150 lastspclrec = spcl.c_tapea;
270 slp->count = lastspclrec + blks + 1 - spcl.c_tapea; in flushtape()
407 lastspclrec = savedtapea - 1; in rollforward()
/original-bsd/local/ukc/dump/
H A Ddumptape.c19 long lastspclrec = -1; /* tape block number of last written header */ variable
82 lastspclrec = spcl.c_tapea;
338 spcl.c_count = blks + 1 - spcl.c_tapea + lastspclrec; in otape()