Home | History | Annotate | Download | only in tf_daemon

Lines Matching refs:sInstructions

127    uint32_t                       sInstructions[ECHANGE_BUFFER_INSTRUCTIONS_NB];
1002 uint32_t nInstructionsBufferSize = sizeof(g_pExchangeBuffer->sInstructions);
1014 pOperation->params[1].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sInstructions);
1015 pOperation->params[1].memref.size = sizeof(g_pExchangeBuffer->sInstructions);
1053 pInstruction = (DELEGATION_INSTRUCTION *)(&g_pExchangeBuffer->sInstructions[nInstructionsIndex/4]);