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

/macosx-10.9.5/IOATAPIProtocolTransport-350.0.3/
H A DIOATAPIProtocolTransport.h163 virtual bool SendSCSICommand ( SCSITaskIdentifier request,
H A DIOATAPIProtocolTransport.cpp678 // SendSCSICommand - Sends a SCSI Command to the provider bus
682 IOATAPIProtocolTransport::SendSCSICommand ( SCSITaskIdentifier request, function in class:IOATAPIProtocolTransport
697 STATUS_LOG ( ( "IOATAPIProtocolTransport::SendSCSICommand called\n" ) );
914 STATUS_LOG ( ( "IOATAPIProtocolTransport::SendSCSICommand setPacketCommand returned error = %ld\n", theErr ) );
/macosx-10.9.5/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.h211 @function SendSCSICommand
215 regarding SendSCSICommand. Also see IOFireWireSBP2Lib.h for details regarding the
226 SendSCSICommand ( SCSITaskIdentifier request,
H A DIOFireWireSerialBusProtocolTransport.cpp884 // SendSCSICommand - Converts a SCSITask to an ORB. [PROTECTED]
888 IOFireWireSerialBusProtocolTransport::SendSCSICommand ( function in class:IOFireWireSerialBusProtocolTransport
902 DLOG ( ( "%s: SendSCSICommand called\n", getName ( ) ) );
977 DLOG ( ( "%s: SendSCSICommand exit, Service Response = %x\n", getName ( ), *serviceResponse ) );
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceDevice.h655 virtual bool SendSCSICommand ( SCSITaskIdentifier request,
H A DIOSCSIParallelInterfaceDevice.cpp1144 // SendSCSICommand - Sends a command to the controller. [PUBLIC]
1148 IOSCSIParallelInterfaceDevice::SendSCSICommand ( function in class:IOSCSIParallelInterfaceDevice
/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DIOUSBMassStorageClass.h274 // The SendSCSICommand function will take a SCSITask Object and transport
276 virtual bool SendSCSICommand(
317 // The Protocol specific helper methods for SendSCSICommand
H A DUSBMassStorageClassBulkOnly.cpp84 // SendSCSICommandForBulkOnlyProtocol - The SendSCSICommand helper method
182 #pragma mark SendSCSICommand Helper methods
H A DUSBMassStorageClassCBI.cpp74 // SendSCSICommandForCBIProtocol - The SendSCSICommand helper method for CBI and CB protocol
135 #pragma mark SendSCSICommand Helper methods
H A DIOUSBMassStorageClass.cpp1246 // SendSCSICommand [PROTECTED]
1250 IOUSBMassStorageClass::SendSCSICommand ( function in class:IOUSBMassStorageClass
1260 STATUS_LOG ( ( 6, "%s[%p]: SendSCSICommand Entered with request=%p", getName ( ), this, request ) );
1293 STATUS_LOG ( ( 4, "%s[%p]: SendSCSICommand CDB data: ", getName(), this ) );
1377 STATUS_LOG ( ( 6, "%s[%p]: SendSCSICommand returning accepted=%d", getName ( ), this, accepted ) );

Completed in 223 milliseconds