Searched refs:theSCSICommand (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/pdisk-9/
H A DDoSCSICommand.c95 const SCSI_CommandPtr theSCSICommand,
195 SCSI_Command theSCSICommand; local
206 theSCSICommand = *callerSCSICommand;
207 theSCSICommand.scsi[1] &= ~0xE0;
208 theSCSICommand.scsi[1] |= (scsiDevice.LUN & 0x03) << 5;
209 cmdBlockLength = GetCommandLength(&theSCSICommand);
217 &theSCSICommand,
241 BlockMoveData(&theSCSICommand, &PB.scsiCDB.cdbBytes[0], cmdBlockLength);
282 const SCSI_CommandPtr theSCSICommand,
297 theSCSICommand,
280 DoOriginalSCSICommand( DeviceIdent scsiDevice, const SCSI_CommandPtr theSCSICommand, unsigned short cmdBlockLength, Ptr dataBuffer, ByteCount dataLength, UInt32 scsiFlags, ByteCount *actualTransferCount, SCSI_Sense_Data *sensePtr ) argument
[all...]

Completed in 95 milliseconds