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

/macosx-10.10.1/pdisk-9/
H A DDoSCSICommand.c96 unsigned short cmdBlockLength,
196 unsigned short cmdBlockLength; local
209 cmdBlockLength = GetCommandLength(&theSCSICommand);
218 cmdBlockLength,
241 BlockMoveData(&theSCSICommand, &PB.scsiCDB.cdbBytes[0], cmdBlockLength);
242 PB.scsiCDBLength = cmdBlockLength;
283 unsigned short cmdBlockLength,
298 cmdBlockLength,
280 DoOriginalSCSICommand( DeviceIdent scsiDevice, const SCSI_CommandPtr theSCSICommand, unsigned short cmdBlockLength, Ptr dataBuffer, ByteCount dataLength, UInt32 scsiFlags, ByteCount *actualTransferCount, SCSI_Sense_Data *sensePtr ) argument

Completed in 71 milliseconds