Searched refs:getDMACommand (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWPhysicalAddressSpace.h82 IODMACommand * getDMACommand( void );
195 /*! @function getDMACommand
199 inline IODMACommand * getDMACommand( void ) function in class:IOFWPhysicalAddressSpace
200 { return ((IOFWPhysicalAddressSpaceAux*)fIOFWAddressSpaceExpansion->fAuxiliary)->getDMACommand(); };
H A DIOFWPhysicalAddressSpace.cpp472 getDMACommand()->writeBytes( pos + (address - phys), buf, len );
495 IODMACommand * dma_command = getDMACommand();
517 IODMACommand * dma_command = getDMACommand();
640 IODMACommand * IOFWPhysicalAddressSpaceAux::getDMACommand( void ) function in class:IOFWPhysicalAddressSpaceAux
788 IODMACommand * dma_command = getDMACommand();
H A DIOFireWireController.cpp5874 *dma_command = phys_space->getDMACommand();

Completed in 106 milliseconds