Home | History | Annotate | Download | only in tf_daemon

Lines Matching refs:pInstruction

933          DELEGATION_INSTRUCTION * pInstruction;
935 pInstruction = (DELEGATION_INSTRUCTION *)(&g_pExchangeBuffer->sInstructions[nInstructionsIndex/4]);
938 nInstructionID = pInstruction->sGeneric.nInstructionID;
966 nMessageType = pInstruction->sNotify.nMessageType;
967 nMessageSize = pInstruction->sNotify.nMessageSize;
981 memcpy(pMessage, &pInstruction->sNotify.nMessage[0], nMessageSize);
1031 nSectorID = pInstruction->sReadWrite.nSectorID;
1032 nWorkspaceOffset = pInstruction->sReadWrite.nWorkspaceOffset;
1050 nSectorID = pInstruction->sReadWrite.nSectorID;
1051 nWorkspaceOffset = pInstruction->sReadWrite.nWorkspaceOffset;
1075 nNewSize = pInstruction->sSetSize.nNewSize;