Searched refs:_currentCommand (Results 1 - 3 of 3) sorted by last modified time

/macosx-10.9.5/IOATAFamily-252.0.3/
H A DIOATAController.cpp167 _currentCommand = 0L;
659 _currentCommand = dequeueFirstCommand();
661 if( _currentCommand == 0L )
673 _currentCommand->state = IOATAController::kATAStarted;
682 && _currentCommand->getFlags() & mATAFlagImmediate)
685 _currentCommand->setFlags(_currentCommand->getFlags() | mATAFlagUseNoIRQ );
691 if( _currentCommand->getTaskFilePtr()->ataTFCommand == 0x08 )
694 _currentCommand->setOpcode(kATAFnBusReset);
698 switch( _currentCommand
[all...]
H A DIOATAController.h128 IOATABusCommand* _currentCommand; member in class:IOATAController
H A DIOPCIATA.cpp310 * for the current memory descriptor in _currentCommand and activate the
430 *_bmStatusReg = (UInt8) mBMStatusError | mBMStatusInt | (_currentCommand->getUnit() == 0 ? mBMStatusDrv0 : mBMStatusDrv1) ;
438 UInt8 theCommand = (_currentCommand->getFlags() & mATAFlagIORead) ? mBMCmdStartInput : mBMCmdStartOutput;
510 IOMemoryDescriptor* descriptor = _currentCommand->getBuffer();
526 IOByteCount bytesRemaining = _currentCommand->getByteCount() ;
529 IOByteCount xfrPosition = _currentCommand->getPosition() ;
640 _currentCommand->setActualTransfer(_currentCommand->getByteCount());

Completed in 288 milliseconds