Lines Matching refs:sl_count
103 int sl_count; /* logical blocks left in spclrec */ member
281 chkpt.sl_count = 0; in alloctape()
316 chkpt.sl_count = 0; in reset()
870 leftover = chkpt.sl_count; in rollforward()
1969 chkpt.sl_count = 0; /* signal not at EOT */ in dowrite()
2092 chkpt.sl_count = sp->s_spcl.c_count; in dowrite()
2099 chkpt.sl_count--; in dowrite()
2110 chkpt.sl_count--; in dowrite()
2172 chkpt.sl_count = 0; in checkpoint()
2175 chkpt.sl_count = 1; /* EOT indicator */ in checkpoint()
2266 msg(" left %u\n", chkpt.sl_count); in checkpoint()