Lines Matching refs:current_mode
998 if (mode != STp->current_mode) { in check_tape()
1000 STp->current_mode, mode); in check_tape()
1002 STp->current_mode = mode; in check_tape()
1004 STm = &(STp->modes[STp->current_mode]); in check_tape()
1292 struct st_modedef *STm = &(STp->modes[STp->current_mode]); in st_flush()
1444 if (! STp->modes[STp->current_mode].defined) { in rw_checks()
1596 STm = &(STp->modes[STp->current_mode]); in st_write()
1859 STm = &(STp->modes[STp->current_mode]); in read_tape()
2057 STm = &(STp->modes[STp->current_mode]); in st_read()
2193 STp->current_mode, STm->do_buffer_writes, in DEB() argument
2224 STm = &(STp->modes[STp->current_mode]);
2237 STp->current_mode);
3369 STm = &(STp->modes[STp->current_mode]); in st_ioctl()
4207 tpnt->current_mode = 0; in st_probe()