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

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

Completed in 93 milliseconds