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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCLPool.h115 static DCLCommand* S_GetProgram( IOFireWireLibNuDCLPoolRef self ) ;
116 static CFArrayRef S_GetDCLs( IOFireWireLibNuDCLPoolRef self ) ;
117 static void S_PrintProgram( IOFireWireLibNuDCLPoolRef self ) ;
122 static void S_SetCurrentTagAndSync( IOFireWireLibNuDCLPoolRef self, UInt8 tag, UInt8 sync ) ;
124 static NuDCLSendPacketRef S_AllocateSendPacket( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt32 numRanges, IOVirtualRange* ranges ) ;
125 static NuDCLSendPacketRef S_AllocateSendPacket_v( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, IOVirtualRange* firstRange, ... ) ;
126 static NuDCLSkipCycleRef S_AllocateSkipCycle( IOFireWireLibNuDCLPoolRef self ) ;
127 static NuDCLReceivePacketRef S_AllocateReceivePacket( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, UInt32 numBuffers, IOVirtualRange* buffers ) ;
128 static NuDCLReceivePacketRef S_AllocateReceivePacket_v( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, IOVirtualRange* firstRange, ... ) ;
133 static NuDCLRef S_FindDCLNextDCL ( IOFireWireLibNuDCLPoolRef sel
[all...]
H A DIOFireWireLibIsoch.h622 DCLCommand* (*GetProgram)( IOFireWireLibNuDCLPoolRef self ) ;
628 CFArrayRef (*GetDCLs)( IOFireWireLibNuDCLPoolRef self ) ;
631 void (*PrintProgram)( IOFireWireLibNuDCLPoolRef self ) ;
645 void (*SetCurrentTagAndSync)( IOFireWireLibNuDCLPoolRef self, UInt8 tag, UInt8 sync ) ;
662 NuDCLSendPacketRef (*AllocateSendPacket)( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt32 numBuffers, IOVirtualRange* buffers ) ;
672 NuDCLSendPacketRef (*AllocateSendPacket_v)( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, IOVirtualRange* firstRange, ... ) ;
679 NuDCLSkipCycleRef (*AllocateSkipCycle)( IOFireWireLibNuDCLPoolRef self ) ;
698 NuDCLReceivePacketRef (*AllocateReceivePacket)( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, UInt32 numBuffers, IOVirtualRange* buffers ) ;
709 NuDCLReceivePacketRef (*AllocateReceivePacket_v)( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, IOVirtualRange* firstRange, ... ) ;
718 NuDCLRef (*FindDCLNextDCL)( IOFireWireLibNuDCLPoolRef sel
[all...]
H A DIOFireWireLibNuDCLPool.cpp294 NuDCLPoolCOM::S_GetProgram( IOFireWireLibNuDCLPoolRef self )
300 NuDCLPoolCOM::S_GetDCLs( IOFireWireLibNuDCLPoolRef self )
306 NuDCLPoolCOM::S_PrintProgram( IOFireWireLibNuDCLPoolRef self )
329 NuDCLPoolCOM::S_SetCurrentTagAndSync( IOFireWireLibNuDCLPoolRef self, UInt8 tag, UInt8 sync )
335 NuDCLPoolCOM::S_AllocateSendPacket( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt32 numBuffers, IOVirtualRange* buffers )
341 NuDCLPoolCOM::S_AllocateSendPacket_v( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, IOVirtualRange* firstRange, ... )
373 NuDCLPoolCOM::S_AllocateSkipCycle( IOFireWireLibNuDCLPoolRef self )
383 NuDCLPoolCOM::S_AllocateReceivePacket( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, UInt32 numBuffers, IOVirtualRange* buffers )
389 NuDCLPoolCOM::S_AllocateReceivePacket_v( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, IOVirtualRange* firstRange, ... )
424 NuDCLPoolCOM::S_FindDCLNextDCL( IOFireWireLibNuDCLPoolRef sel
[all...]
H A DIOFireWireLib.h576 typedef struct IOFireWireNuDCLPoolInterface_t** IOFireWireLibNuDCLPoolRef ; typedef in typeref:struct:IOFireWireNuDCLPoolInterface_t
1695 IOFireWireLibNuDCLPoolRef (*CreateNuDCLPool)( IOFireWireLibDeviceRef self, UInt32 capacity, REFIID iid ) ;
H A DIOFireWireLibDevice.h784 static IOFireWireLibNuDCLPoolRef S_CreateNuDCLPool( IOFireWireLibDeviceRef self, UInt32 capacity, REFIID iid ) ;
H A DIOFireWireLibDevice.cpp2613 IOFireWireLibNuDCLPoolRef
2616 IOFireWireLibNuDCLPoolRef result = 0 ;

Completed in 165 milliseconds