Lines Matching refs:sl_count
102 int sl_count; /* logical blocks left in spclrec */ member
308 chkpt.sl_count = 0; in alloctape()
351 chkpt.sl_count = 0; in reset()
924 leftover = chkpt.sl_count; in rollforward()
2058 chkpt.sl_count = 0; /* signal not at EOT */ in dowrite()
2181 chkpt.sl_count = sp->s_spcl.c_count; in dowrite()
2189 chkpt.sl_count--; in dowrite()
2200 chkpt.sl_count--; in dowrite()
2262 chkpt.sl_count = 0; in checkpoint()
2265 chkpt.sl_count = 1; /* EOT indicator */ in checkpoint()
2356 msg(" left %u\n", chkpt.sl_count); in checkpoint()