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

/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIPDT03Emulator.h75 int SendCommand ( UInt8 * cdb,
H A DAppleSCSITargetEmulator.h106 int SendCommand ( UInt8 * cdb,
117 int SendCommand ( UInt8 * cdb,
H A DAppleSCSILogicalUnitEmulator.h85 virtual int SendCommand ( UInt8 * cdb,
H A DAppleSCSIPDT00Emulator.h94 int SendCommand ( UInt8 * cdb,
H A DAppleSCSIPDT03Emulator.cpp156 // SendCommand
160 AppleSCSIPDT03Emulator::SendCommand ( function in class:AppleSCSIPDT03Emulator
170 STATUS_LOG ( ( "AppleSCSIPDT03Emulator::SendCommand, LUN = %qd\n", GetLogicalUnitNumber ( ) ) );
H A DAppleSCSITargetEmulator.cpp581 // SendCommand
585 AppleSCSITargetEmulator::SendCommand ( function in class:AppleSCSITargetEmulator
674 result = LUN->SendCommand ( cdb, cdbLen, dataDesc, dataLen, scsiStatus, senseBuffer, senseBufferLen );
757 // SendCommand
761 AppleSCSITargetEmulator::SendCommand ( function in class:AppleSCSITargetEmulator
848 result = LUN->SendCommand ( cdb, cdbLen, dataDesc, dataLen, scsiStatus, senseBuffer, senseBufferLen );
H A DAppleSCSIEmulatorAdapter.cpp721 targetStruct->emulator->SendCommand ( cdbData, cdbLength, transferMemDesc, &dataLen, logicalUnitBytes, &scsiStatus, &senseDataBuffer, &senseLength );
724 targetStruct->emulator->SendCommand ( cdbData, cdbLength, transferMemDesc, &dataLen, logicalUnitNumber, &scsiStatus, &senseDataBuffer, &senseLength );
H A DAppleSCSIPDT00Emulator.cpp276 // SendCommand
280 AppleSCSIPDT00Emulator::SendCommand ( function in class:AppleSCSIPDT00Emulator
/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DIOUSBMassStorageUFISubclass.cpp373 serviceResponse = SendCommand ( request, 0 );
395 serviceResponse = SendCommand ( request, 0 );
428 serviceResponse = SendCommand( request, 0 );
577 serviceResponse = SendCommand ( request, 0 );
904 serviceResponse = SendCommand( request, 10 * 1000 );
943 serviceResponse = SendCommand( request, 0 );
976 serviceResponse = SendCommand( request, 0 );
1025 serviceResponse = SendCommand( request, 0 );
1071 serviceResponse = SendCommand( request, 0 );
1210 serviceResponse = SendCommand( reques
[all...]
/macosx-10.9.5/IOATAPIProtocolTransport-350.0.3/
H A DIOATAPIProtocolTransport.h338 IOReturn SendCommand ( IOATACommand * cmd );
H A DIOATAPIProtocolTransport.cpp1894 theErr = SendCommand ( fIdentifyCommand );
2352 status = SendCommand ( cmd );
2391 status = SendCommand ( cmd );
2589 // SendCommand - Executes comand and waits for its completion.
2593 IOATAPIProtocolTransport::SendCommand ( IOATACommand * cmd ) function in class:IOATAPIProtocolTransport
2600 STATUS_LOG ( ( "IOATAPIProtocolTransport::SendCommand\n" ) );
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSVxWorks/
H A DmDNSVxWorksIPv4Only.c212 mDNSlocal mStatus SendCommand( const mDNS * const inMDNS, MDNSPipeCommandCode inCommandCode );
284 SendCommand( gMDNSPtr, kMDNSPipeCommandCodeReconfigure );
545 SendCommand( inMDNS, kMDNSPipeCommandCodeReschedule );
1250 // SendCommand
1253 mDNSlocal mStatus SendCommand( const mDNS * const inMDNS, MDNSPipeCommandCode inCommandCode ) function
1398 SendCommand( inMDNS, kMDNSPipeCommandCodeQuit );
H A DmDNSVxWorks.c132 mDNSlocal mStatus SendCommand( const mDNS * const inMDNS, MDNSPipeCommandCode inCommandCode );
202 if( gMDNSPtr ) SendCommand( gMDNSPtr, kMDNSPipeCommandCodeReconfigure );
286 SendCommand( inMDNS, kMDNSPipeCommandCodeQuit );
468 SendCommand( inMDNS, kMDNSPipeCommandCodeReschedule );
1526 // SendCommand
1529 mDNSlocal mStatus SendCommand( const mDNS * const inMDNS, MDNSPipeCommandCode inCommandCode ) function

Completed in 129 milliseconds