Searched refs:osst_get_frame_position (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | osst.c | 180 static int osst_get_frame_position(OS_Scsi_Tape *STp, Scsi_Request ** aSRpnt); 738 return (osst_get_frame_position(STp, aSRpnt)); in osst_position_tape_and_confirm() 792 result = osst_get_frame_position (STp, aSRpnt); in osst_wait_frame() 990 position = osst_get_frame_position(STp, aSRpnt); in osst_get_logical_frame() 1025 position = osst_get_frame_position(STp, aSRpnt) in osst_get_logical_frame() 1043 if (osst_get_frame_position(STp, aSRpnt) == 0xbaf) { in osst_get_logical_frame() 1203 sector = osst_get_frame_position(STp, aSRpnt); in osst_get_sector() 1234 if (osst_get_frame_position(STp, aSRpnt) != (offset?frame+1:frame)) return (-EIO); in osst_seek_sector() 1331 osst_get_frame_position(STp, aSRpnt); in osst_read_back_buffer_and_rewrite() 1356 osst_get_frame_position(STp, aSRpnt); in osst_read_back_buffer_and_rewrite() [all …]
|