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

/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCCommand.h38 UInt32 fCmdLen; member in class:IOFireWireAVCCommand
H A DIOFireWireAVCCommand.cpp247 ((IOFWWriteQuadCommand *)fWriteCmd)->reinit(addr,(UInt32 *)fCommand, fCmdLen/4, writeDone, this);
321 fCmdLen = cmdLen;
454 (UInt32 *)fCommand, fCmdLen/4, writeDone, this);
492 fCmdLen = cmdLen;
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibProtocol.c88 UInt32 fCmdLen; member in struct:_AVCProtocol
170 me->fCmdLen = args[4] & 0xFFFFFFFF;
179 if(pos+len == me->fCmdLen)
182 status = me->userCallBack(me->userRefCon, me->fCmdGeneration, me->fCmdSource, me->speed, me->fCommand , me->fCmdLen);
199 me->fCmdLen,

Completed in 60 milliseconds