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

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWLocalIsochPort.cpp118 const DCLCommand * currentDCL = dcl ; local
134 (*printFN)("printDCLProgram program %p, count %x\n", currentDCL, count) ;
136 while ( ( count == 0 || index < count ) && currentDCL )
140 currentDCL,
141 currentDCL->pNextDCLCommand,
142 currentDCL->compilerData,
143 (int) currentDCL->opcode) ;
145 switch(currentDCL->opcode & ~kFWDCLOpFlagMask)
153 ((DCLTransferPacket*)currentDCL)->buffer,
154 (int)((DCLTransferPacket*)currentDCL)
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDevice.cpp2469 const DCLCommand* currentDCL = dcl ; local
2477 while ( (inDCLCount == 0 || index < inDCLCount ) && currentDCL )
2482 currentDCL,
2483 currentDCL->pNextDCLCommand,
2484 currentDCL->compilerData,
2485 currentDCL->opcode) ;
2489 currentDCL,
2490 currentDCL->pNextDCLCommand,
2491 currentDCL->compilerData,
2492 currentDCL
[all...]

Completed in 135 milliseconds