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

/macosx-10.9.5/IOATAFamily-252.0.3/
H A DIOATABusCommand.cpp360 _dmaCmd = IODMACommand::withSpecification(IODMACommand::OutputHost32,
368 if( ! _dmaCmd )
385 if(_dmaCmd != NULL)
387 if( _dmaCmd->getMemoryDescriptor() != NULL)
389 _dmaCmd->clearMemoryDescriptor();
406 if( _dmaCmd != NULL )
408 _dmaCmd->clearMemoryDescriptor();
409 _dmaCmd->release();
410 _dmaCmd = NULL;
428 if( _dmaCmd !
[all...]
H A DIOATABusCommand.h245 IODMACommand* _dmaCmd; member in class:IOATABusCommand64

Completed in 74 milliseconds