OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sAdministrativeData
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c
126
DELEGATION_ADMINISTRATIVE_DATA
sAdministrativeData
;
995
memset(&g_pExchangeBuffer->
sAdministrativeData
, 0x00, sizeof(g_pExchangeBuffer->
sAdministrativeData
));
1010
pOperation->params[0].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER,
sAdministrativeData
);
1011
pOperation->params[0].memref.size = sizeof(g_pExchangeBuffer->
sAdministrativeData
);
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
.nPartitionOpenSizes))
[
all
...]
/hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c
122
DELEGATION_ADMINISTRATIVE_DATA
sAdministrativeData
;
877
memset(&g_pExchangeBuffer->
sAdministrativeData
, 0x00, sizeof(g_pExchangeBuffer->
sAdministrativeData
));
892
pOperation->params[0].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER,
sAdministrativeData
);
893
pOperation->params[0].memref.size = sizeof(g_pExchangeBuffer->
sAdministrativeData
);
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
.nPartitionOpenSizes))
[
all
...]
Completed in 127 milliseconds