Lines Matching refs:osst_int_ioctl
176 static int osst_int_ioctl(OS_Scsi_Tape *STp, Scsi_Request ** aSRpnt, unsigned int cmd_in,unsigned l…
3231 !osst_int_ioctl(STp, &SRpnt, MTLOCK, 0)) in osst_write()
3534 !osst_int_ioctl(STp, &SRpnt, MTLOCK, 0)) in osst_read()
3848 static int osst_int_ioctl(OS_Scsi_Tape * STp, Scsi_Request ** aSRpnt, unsigned int cmd_in, unsigned… in osst_int_ioctl() function
4449 if (osst_int_ioctl(STp, &SRpnt, MTLOCK, 0)) in os_scsi_tape_open()
4614 if (osst_int_ioctl(STp, &SRpnt, MTLOCK, 0)) in os_scsi_tape_open()
4757 osst_int_ioctl(STp, &SRpnt, MTUNLOCK, 0); in os_scsi_tape_close()
4897 if (osst_int_ioctl(STp, &SRpnt, MTLOCK, 0)) { in osst_ioctl()
4942 osst_int_ioctl(STp, &SRpnt, MTUNLOCK, 0); /* Ignore result! */ in osst_ioctl()
4965 if ((i = osst_int_ioctl(STp, &SRpnt, MTREW, 0)) < 0 /*|| in osst_ioctl()
5001 retval = osst_int_ioctl(STp, &SRpnt, mtc.mt_op, mtc.mt_count); in osst_ioctl()