Lines Matching refs:osst_set_frame_position

178 static int osst_set_frame_position(OS_Scsi_Tape *STp, Scsi_Request ** aSRpnt, int frame, int skip);
735 retval = osst_set_frame_position(STp, aSRpnt, frame, 0); in osst_position_tape_and_confirm()
972 osst_set_frame_position(STp, aSRpnt, STp->read_error_frame, 0); in osst_get_logical_frame()
1004 osst_set_frame_position(STp, aSRpnt, position, 0); in osst_get_logical_frame()
1037 osst_set_frame_position(STp, aSRpnt, position, 0); in osst_get_logical_frame()
1047 osst_set_frame_position(STp, aSRpnt, 0xbb8, 0); in osst_get_logical_frame()
1105 osst_set_frame_position(STp, aSRpnt, ppos_estimate, 0); in osst_seek_logical_blk()
1226 return (osst_set_frame_position(STp, aSRpnt, frame, 0)); in osst_seek_sector()
1228 r = osst_set_frame_position(STp, aSRpnt, offset?frame:frame-1, 0); in osst_seek_sector()
1354 osst_set_frame_position(STp, aSRpnt, new_frame + i, 0); in osst_read_back_buffer_and_rewrite()
1493 osst_set_frame_position(STp, aSRpnt, frame + skip, 1); in osst_reposition_and_retry()
1624 osst_set_frame_position(STp, aSRpnt, frame + STp->cur_frames + pending, 0); in osst_write_error_recovery()
1633 osst_set_frame_position(STp, aSRpnt, frame + STp->cur_frames + pending, 0); in osst_write_error_recovery()
2044 osst_set_frame_position(STp, aSRpnt, where, 0); in osst_write_filler()
2070 osst_set_frame_position(STp, aSRpnt, where, 0); in __osst_write_header()
2149 osst_set_frame_position(STp, aSRpnt, STp->eod_frame_ppos, 0); in osst_write_header()
2188 if (osst_set_frame_position(STp, aSRpnt, ppos, 0)) in __osst_analyze_headers()
2395 osst_set_frame_position(STp, aSRpnt, 10, 0); in osst_analyze_headers()
2402 osst_set_frame_position(STp, aSRpnt, position, 0); in osst_analyze_headers()
2434 osst_set_frame_position(STp, aSRpnt, frame_position - 1, 0); in osst_verify_position()
2463 osst_set_frame_position(STp, aSRpnt, frame_position - 1, 0); in osst_verify_position()
2775 static int osst_set_frame_position(OS_Scsi_Tape *STp, Scsi_Request ** aSRpnt, int ppos, int skip) in osst_set_frame_position() function
4061 ioctl_result = osst_set_frame_position(STp, &SRpnt, STp->eod_frame_ppos, 0); in osst_int_ioctl()
4984 i = osst_set_frame_position(STp, &SRpnt, mtc.mt_count, 0); in osst_ioctl()