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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCoalesceTree.h45 void GetCoalesceList(IOVirtualRange* outRanges) const ;
52 void GetCoalesceList(IOVirtualRange* outRanges, Node* inNode, UInt32* pIndex) const ;
H A DIOFireWireLibCoalesceTree.cpp126 CoalesceTree::GetCoalesceList(IOVirtualRange* outRanges) const function in class:IOFireWireLib::CoalesceTree
129 GetCoalesceList(outRanges, mTop, & index) ;
133 CoalesceTree::GetCoalesceList(IOVirtualRange* outRanges, Node* inNode, UInt32* pIndex) const function in class:IOFireWireLib::CoalesceTree
138 GetCoalesceList(outRanges, inNode->left, pIndex) ;
146 GetCoalesceList(outRanges, inNode->right, pIndex) ;
H A DIOFireWireLibIsochPort.cpp756 bufferTree.GetCoalesceList( mBufferRanges ) ;
814 bufferTree.GetCoalesceList( mBufferRanges ) ;
842 // bufferTree.GetCoalesceList ( bufferRanges ) ;

Completed in 205 milliseconds