Searched refs:fDMACommand (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWPhysicalAddressSpace.cpp578 fDMACommand = NULL;
601 if( fDMACommand )
603 fDMACommand->clearMemoryDescriptor();
604 fDMACommand->release();
605 fDMACommand = NULL;
622 IODMACommand * old = fDMACommand;
623 fDMACommand = dma_command;
625 if( fDMACommand )
627 fDMACommand->retain();
642 return fDMACommand;
[all...]
H A DIOFWDCLProgram.cpp216 fExpansionData->fDMACommand = dma_command;
332 if( fExpansionData->fDMACommand )
334 fExpansionData->fDMACommand->complete();
335 fExpansionData->fDMACommand->release();
336 fExpansionData->fDMACommand = NULL;
H A DIOFWDCLProgram.h61 IODMACommand * fDMACommand; member in struct:IODCLProgram::ExpansionData
H A DIOFWPhysicalAddressSpace.h74 IODMACommand * fDMACommand; member in class:IOFWPhysicalAddressSpaceAux
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2ORB.cpp72 fDMACommand = NULL;
954 fDMACommand = IODMACommand::withSpecification(
963 if( fDMACommand == NULL )
985 ((IOFWPhysicalAddressSpace*)fBufferAddressSpace)->setDMACommand( fDMACommand );
1070 if( fDMACommand )
1072 fDMACommand->release();
1073 fDMACommand = NULL;
1260 check_status = checkMemoryInRange( memoryDescriptor, 0x000000001fffffff, fDMACommand );
1275 length = fDMACommand->getMemoryDescriptor()->getLength();
1281 UInt32 tempLength = fDMACommand
[all...]
H A DIOFireWireSBP2ORB.h166 IODMACommand * fDMACommand; member in class:IOFireWireSBP2ORB

Completed in 78 milliseconds