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

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCLPool.cpp41 const NuDCL * dcl = reinterpret_cast< const NuDCL* >( ptr ) ;
102 NuDCL *
103 NuDCLPool::AppendDCL( CFMutableSetRef saveBag, NuDCL * dcl )
152 const NuDCL * dcl = reinterpret_cast< const NuDCL* >(::CFArrayGetValueAtIndex( fProgram, index ) ) ;
164 const NuDCL * dcl = reinterpret_cast< const NuDCL* >(::CFArrayGetValueAtIndex( fProgram, index ) ) ;
182 reinterpret_cast< const NuDCL* >( ::CFArrayGetValueAtIndex( fProgram, index ) )->CoalesceBuffers( toTree ) ;
314 reinterpret_cast<const NuDCL*>(
[all...]
H A DIOFireWireLibNuDCL.cpp46 #define Class NuDCL
48 NuDCL::NuDCL( NuDCLPool & pool, UInt32 numRanges, IOVirtualRange ranges[], NuDCLSharedData::Type type ) function in class:IOFireWireLib::NuDCL
60 NuDCL::~NuDCL()
65 NuDCL::AppendRanges ( UInt32 numRanges, IOVirtualRange ranges[] )
77 NuDCL::SetRanges ( UInt32 numRanges, IOVirtualRange ranges[] )
86 NuDCL::GetRanges( UInt32 maxRanges, IOVirtualRange ranges[] ) const
95 NuDCL::GetSpan( IOVirtualRange& result ) const
119 NuDCL
[all...]
H A DIOFireWireLibNuDCL.h19 * <rdar://problem/4399365> FireWire NuDCL APIs need Rosetta support
73 class NuDCL ;
88 NuDCL * dcl ;
169 NuDCL * dcl ;
205 class NuDCL class in namespace:IOFireWireLib
215 NuDCL( NuDCLPool & pool, UInt32 numRanges, IOVirtualRange ranges[], NuDCLSharedData::Type type ) ;
216 virtual ~NuDCL() ;
220 void SetBranch ( NuDCL* branch ) { fData.branch.dcl = branch ; }
221 NuDCL* GetBranch () const { return fData.branch.dcl ; }
238 IOReturn AppendUpdateList ( NuDCL* updateDC
[all...]
H A DIOFireWireLibNuDCLPool.h44 class NuDCL ;
70 NuDCL * AppendDCL(
72 NuDCL * dcl ) ;
130 // NuDCL configuration
H A DIOFireWireLibIsochPort.cpp43 * For 4369537, eliminated support for legacy DCL SendPacketWithHeader, since it didn't work anyway, and NuDCL does support it.
91 * <rdar://problem/4399365> FireWire NuDCL APIs need Rosetta support
1089 LocalIsochPort::S_NuDCLKernelCallout ( NuDCL * dcl )
1481 dataSize += 4 + ((NuDCL**)inDCLList)[ index ]->Export( NULL, NULL, 0 ) ;
1493 NuDCL * dcl = ((NuDCL**)inDCLList)[ index ] ;
1530 NuDCL * theDCL = ((NuDCL**)inDCLList)[ index++ ] ;
1575 dcls[ index ] = ((NuDCL*)inDCLList[ index ])->GetExportIndex() ;
H A DIOFireWireLibIsochPort.h256 void S_NuDCLKernelCallout ( NuDCL * dcl ) ;

Completed in 120 milliseconds