OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_pExchangeBuffer
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c
422
static DELEGATION_EXCHANGE_BUFFER *
g_pExchangeBuffer
;
995
memset(&
g_pExchangeBuffer
->sAdministrativeData, 0x00, sizeof(
g_pExchangeBuffer
->sAdministrativeData));
1002
uint32_t nInstructionsBufferSize = sizeof(
g_pExchangeBuffer
->sInstructions);
1011
pOperation->params[0].memref.size = sizeof(
g_pExchangeBuffer
->sAdministrativeData);
1015
pOperation->params[1].memref.size = sizeof(
g_pExchangeBuffer
->sInstructions);
1042
g_pExchangeBuffer
->sAdministrativeData.nSyncExecuted = 0;
1043
memset(
g_pExchangeBuffer
->sAdministrativeData.nPartitionErrorStates, 0x00, sizeof(
g_pExchangeBuffer
->sAdministrativeData.nPartitionErrorStates));
1044
memset(
g_pExchangeBuffer
->sAdministrativeData.nPartitionOpenSizes, 0x00, sizeof(g_pExchangeBuffer->sAdministrativeData.nPar (…)
[
all
...]
/hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c
379
static DELEGATION_EXCHANGE_BUFFER *
g_pExchangeBuffer
;
877
memset(&
g_pExchangeBuffer
->sAdministrativeData, 0x00, sizeof(
g_pExchangeBuffer
->sAdministrativeData));
884
uint32_t nInstructionsBufferSize = sizeof(
g_pExchangeBuffer
->sInstructions);
893
pOperation->params[0].memref.size = sizeof(
g_pExchangeBuffer
->sAdministrativeData);
897
pOperation->params[1].memref.size = sizeof(
g_pExchangeBuffer
->sInstructions);
924
g_pExchangeBuffer
->sAdministrativeData.nSyncExecuted = 0;
925
memset(
g_pExchangeBuffer
->sAdministrativeData.nPartitionErrorStates, 0x00, sizeof(
g_pExchangeBuffer
->sAdministrativeData.nPartitionErrorStates));
926
memset(
g_pExchangeBuffer
->sAdministrativeData.nPartitionOpenSizes, 0x00, sizeof(g_pExchangeBuffer->sAdministrativeData.nPar (…)
[
all
...]
Completed in 47 milliseconds