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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCL.cpp337 ReceiveNuDCL::ReceiveNuDCL( NuDCLPool & pool, UInt8 headerBytes, UInt32 numRanges, IOVirtualRange ranges[] ) function in class:IOFireWireLib::ReceiveNuDCL
345 ReceiveNuDCL::SetWaitControl ( bool wait )
353 ReceiveNuDCL::Print( FILE* file ) const
364 ReceiveNuDCL::Export (
H A DIOFireWireLibNuDCL.h259 class ReceiveNuDCL : public NuDCL class in namespace:IOFireWireLib
267 ReceiveNuDCL( NuDCLPool & pool, UInt8 headerBytes, UInt32 numRanges, IOVirtualRange ranges[] ) ;
H A DIOFireWireLibNuDCLPool.cpp138 return reinterpret_cast<NuDCLReceivePacketRef>( AppendDCL( saveBag, new ReceiveNuDCL( *this, headerBytes, numRanges, ranges ) ) ) ;
678 CHECK_DCL_IORETURN( ReceiveNuDCL*, dcl ) ;
680 return CAST_DCL( ReceiveNuDCL*, dcl )->SetWaitControl( (bool)wait ) ;

Completed in 63 milliseconds