Lines Matching refs:position

1147 			     position;
1185 position = osst_get_frame_position(STp, aSRpnt);
1186 if (position >= 0xbae && position < 0xbb8)
1187 position = 0xbb8;
1188 else if (position > STp->eod_frame_ppos || ++bad == 10) {
1189 position = STp->read_error_frame - 1;
1193 position += 29;
1198 name, position);
1200 osst_set_frame_position(STp, aSRpnt, position, 0);
1218 position = STp->read_error_frame - 1;
1221 position = osst_get_frame_position(STp, aSRpnt)
1224 if (STp->first_frame_position >= 3000 && position < 3000)
1225 position -= 10;
1231 STp->first_frame_position - position);
1233 osst_set_frame_position(STp, aSRpnt, position, 0);
1251 printk(KERN_WARNING "%s:I: Don't worry, Read error at position %d recovered\n",
1350 /* we are not yet at the estimated frame, adjust our estimate of its physical position */
1744 printk(KERN_ERR "%s:A: Actual position %d - expected %d\n",
1809 "%s:I: Relocating %d buffered logical frames from position %u to %u\n",
1978 printk(OSST_DEB_MSG "%s:D: EOD position corrected (%d=>%d)\n",
2389 printk(KERN_WARNING "%s:W: Couldn't position tape\n", name);
2554 int position, ppos;
2559 position = osst_get_frame_position(STp, aSRpnt);
2577 first = position==10?0xbae: 5;
2578 last = position==10?0xbb3:10;
2584 first = position==10? 5:0xbae;
2585 last = position==10?10:0xbb3;
2597 if (position <= STp->first_data_ppos) {
2598 position = STp->first_data_ppos;
2601 osst_set_frame_position(STp, aSRpnt, position, 0);
2881 /* Get the tape position. */
2914 printk(KERN_ERR "%s:E: Can't read tape position.\n", name);
2916 if (result == -EIO) { /* re-read position - this needs to preserve media errors */
2925 printk(OSST_DEB_MSG "%s:D: Reread position, reason=[%02x:%02x:%02x], result=[%s%02x:%02x:%02x]\n",
2932 printk(KERN_WARNING "%s:W: Double error in get position\n", name);
2954 printk(OSST_DEB_MSG "%s:D: Correcting read position %d, %d, %d\n", name,
3491 "%s:D: Cannot write at indeterminate position.\n", name);
4661 printk(OSST_DEB_MSG "%s:D: Tape position changed from %d to %d\n",
4784 * properly position the tape and check the ADR headers
5027 /* Old position must be restored if partition will be changed */
5071 * The user tells us to move to another position on the tape.
5074 * update the header to reflect its position.