Searched refs:OS_Scsi_Tape (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | osst.c | 145 static OS_Scsi_Tape **os_scsi_tapes = NULL; 176 static int osst_int_ioctl(OS_Scsi_Tape *STp, Scsi_Request ** aSRpnt, unsigned int cmd_in,unsigned l… 178 static int osst_set_frame_position(OS_Scsi_Tape *STp, Scsi_Request ** aSRpnt, int frame, int skip); 180 static int osst_get_frame_position(OS_Scsi_Tape *STp, Scsi_Request ** aSRpnt); 182 static int osst_flush_write_buffer(OS_Scsi_Tape *STp, Scsi_Request ** aSRpnt); 184 static int osst_write_error_recovery(OS_Scsi_Tape * STp, Scsi_Request ** aSRpnt, int pending); 190 static int osst_chk_result(OS_Scsi_Tape * STp, Scsi_Request * SRpnt) in osst_chk_result() 278 OS_Scsi_Tape * STp; in osst_sleep_done() 310 static Scsi_Request * osst_do_scsi(Scsi_Request *SRpnt, OS_Scsi_Tape *STp, in osst_do_scsi() 371 static void osst_write_behind_check(OS_Scsi_Tape *STp) in osst_write_behind_check() [all …]
|
D | osst.h | 631 } OS_Scsi_Tape; typedef
|