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

/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DSCSIParallelTask.h83 UInt8 GetCommandDescriptorBlockSize ( void );
H A DSCSIParallelTask.cpp355 // GetCommandDescriptorBlockSize - Gets cdb size for this task. [PUBLIC]
359 SCSIParallelTask::GetCommandDescriptorBlockSize ( void ) function in class:SCSIParallelTask
361 return ( ( SCSITask * ) fSCSITask )->GetCommandDescriptorBlockSize ( );
H A DIOSCSIParallelInterfaceDevice.h435 @function GetCommandDescriptorBlockSize
440 UInt8 GetCommandDescriptorBlockSize ( SCSIParallelTaskIdentifier parallelTask );
H A DIOSCSIParallelInterfaceController.h996 @function GetCommandDescriptorBlockSize
1003 UInt8 GetCommandDescriptorBlockSize (
H A DIOSCSIParallelInterfaceDevice.cpp2188 // GetCommandDescriptorBlockSize - Retrieves the CDB size from the
2193 IOSCSIParallelInterfaceDevice::GetCommandDescriptorBlockSize ( function in class:IOSCSIParallelInterfaceDevice
2204 return task->GetCommandDescriptorBlockSize ( );
2210 // GetCommandDescriptorBlockSize - Retrieves the CDB from the parallelTask.
H A DIOSCSIParallelInterfaceController.cpp2596 // GetCommandDescriptorBlockSize - Gets CDB size for task. [PROTECTED]
2600 IOSCSIParallelInterfaceController::GetCommandDescriptorBlockSize ( function in class:IOSCSIParallelInterfaceController
2611 return tempTask->GetCommandDescriptorBlockSize ( );
/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DIOUSBMassStorageClass.cpp1295 if ( GetCommandDescriptorBlockSize ( request ) == kSCSICDBSize_6Byte )
1299 else if ( GetCommandDescriptorBlockSize ( request ) == kSCSICDBSize_10Byte )
1304 else if ( GetCommandDescriptorBlockSize ( request ) == kSCSICDBSize_12Byte )
1310 else if ( GetCommandDescriptorBlockSize ( request ) == kSCSICDBSize_16Byte )
H A DUSBMassStorageClassBulkOnly.cpp248 boRequestBlock->boCBW.cbwCDBLength = GetCommandDescriptorBlockSize( boRequestBlock->request ); // Bits 0-4: CDB Length, 5-7: Reserved
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIEmulatorAdapter.cpp695 UInt8 cdbLength = GetCommandDescriptorBlockSize ( parallelRequest );
/macosx-10.9.5/IOATAPIProtocolTransport-350.0.3/
H A DIOATAPIProtocolTransport.cpp771 commandLength = GetCommandDescriptorBlockSize ( request );
/macosx-10.9.5/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.cpp940 commandLength = GetCommandDescriptorBlockSize ( request );

Completed in 159 milliseconds