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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIsochPort.cpp1275 UserExportDCLCommand *pUserExportDCLCommand = (UserExportDCLCommand*) buffer; local
1276 pUserExportDCLCommand->pClientDCLStruct = (mach_vm_address_t) dcl;
1277 pUserExportDCLCommand->pNextDCLCommand = (mach_vm_address_t) ((DCLCommand*)dcl)->pNextDCLCommand;
1278 pUserExportDCLCommand->compilerData = ((DCLCommand*)dcl)->compilerData;
1279 pUserExportDCLCommand->opcode = ((DCLCommand*)dcl)->opcode;
1280 pUserExportDCLCommand->operands[0] = ((DCLCommand*)dcl)->operands[0];

Completed in 164 milliseconds