Home | History | Annotate | Download | only in tf_daemon

Lines Matching refs:sInstructions

123    uint32_t                       sInstructions[ECHANGE_BUFFER_INSTRUCTIONS_NB];
884 uint32_t nInstructionsBufferSize = sizeof(g_pExchangeBuffer->sInstructions);
896 pOperation->params[1].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sInstructions);
897 pOperation->params[1].memref.size = sizeof(g_pExchangeBuffer->sInstructions);
935 pInstruction = (DELEGATION_INSTRUCTION *)(&g_pExchangeBuffer->sInstructions[nInstructionsIndex/4]);