Lines Matching refs:current_mode
1052 if (mode != STp->current_mode) { in check_tape()
1054 STp->current_mode, mode); in check_tape()
1056 STp->current_mode = mode; in check_tape()
1058 STm = &(STp->modes[STp->current_mode]); in check_tape()
1346 struct st_modedef *STm = &(STp->modes[STp->current_mode]); in st_flush()
1498 if (! STp->modes[STp->current_mode].defined) { in rw_checks()
1650 STm = &(STp->modes[STp->current_mode]); in st_write()
1913 STm = &(STp->modes[STp->current_mode]); in read_tape()
2111 STm = &(STp->modes[STp->current_mode]); in st_read()
2247 STp->current_mode, STm->do_buffer_writes, in DEB() argument
2278 STm = &(STp->modes[STp->current_mode]);
2291 STp->current_mode);
3423 STm = &(STp->modes[STp->current_mode]); in st_ioctl()
4262 tpnt->current_mode = 0; in st_probe()