Searched refs:scsiStatusCommand (Results 1 – 1 of 1) sorted by relevance
293 SCSI_Command scsiStatusCommand; in DoOriginalSCSICommand() local308 CLEAR(scsiStatusCommand); in DoOriginalSCSICommand()310 scsiStatusCommand.scsi6.opcode = kScsiCmdRequestSense; in DoOriginalSCSICommand()311 scsiStatusCommand.scsi[1] |= (scsiDevice.LUN & 0x03) << 5; in DoOriginalSCSICommand()312 scsiStatusCommand.scsi6.len = sizeof *sensePtr; in DoOriginalSCSICommand()315 &scsiStatusCommand, in DoOriginalSCSICommand()316 sizeof scsiStatusCommand.scsi6, in DoOriginalSCSICommand()