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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDCLCommandPool.cpp214 DCLTransferPacket* newDCL = (DCLTransferPacket*) Allocate( sizeof(DCLTransferPacket) ) ; local
216 if (!newDCL)
222 newDCL->pNextDCLCommand = nil ;
223 newDCL->compilerData = 0 ;
224 newDCL->opcode = inOpcode ;
225 newDCL->buffer = inBuffer ;
226 newDCL->size = inSize ;
229 inDCL->pNextDCLCommand = (DCLCommand*) newDCL ;
231 return (DCLCommand*) newDCL ;
243 DCLTransferBuffer* newDCL local
336 DCLCallProc* newDCL = (DCLCallProc*) Allocate(sizeof(DCLCallProc)) ; local
356 DCLLabel* newDCL = (DCLLabel*) Allocate(sizeof(DCLLabel)) ; local
375 DCLJump* newDCL = (DCLJump*) Allocate( sizeof(DCLJump)) ; local
396 DCLSetTagSyncBits* newDCL = (DCLSetTagSyncBits*) Allocate(sizeof(DCLSetTagSyncBits)) ; local
418 DCLUpdateDCLList* newDCL = (DCLUpdateDCLList*) Allocate(sizeof(DCLUpdateDCLList)) ; local
439 DCLPtrTimeStamp* newDCL = (DCLPtrTimeStamp*) Allocate(sizeof(DCLPtrTimeStamp)) ; local
[all...]

Completed in 172 milliseconds