Searched refs:nSectorIndex (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap4xxx/security/tf_daemon/ |
D | delegation_client.c | 652 static TEEC_Result partitionRead(uint32_t nPartitionID, uint32_t nSectorIndex, uint32_t nWorkspaceO… in partitionRead() argument 657 nPartitionID, nSectorIndex, nWorkspaceOffset); in partitionRead() 667 if (fseek(pFile, nSectorIndex*g_nSectorSize, SEEK_SET) != 0) in partitionRead() 696 static TEEC_Result partitionWrite(uint32_t nPartitionID, uint32_t nSectorIndex, uint32_t nWorkspace… in partitionWrite() argument 701 nPartitionID, nSectorIndex, nWorkspaceOffset); in partitionWrite() 711 if (fseek(pFile, nSectorIndex*g_nSectorSize, SEEK_SET) != 0) in partitionWrite()
|
/hardware/ti/omap4-aah/security/tf_daemon/ |
D | delegation_client.c | 695 static TEEC_Result partitionRead(uint32_t nPartitionID, uint32_t nSectorIndex, uint32_t nWorkspaceO… in partitionRead() argument 700 nPartitionID, nSectorIndex, nWorkspaceOffset); in partitionRead() 710 if (fseek(pFile, nSectorIndex*g_nSectorSize, SEEK_SET) != 0) in partitionRead() 779 static TEEC_Result partitionWrite(uint32_t nPartitionID, uint32_t nSectorIndex, uint32_t nWorkspace… in partitionWrite() argument 784 nPartitionID, nSectorIndex, nWorkspaceOffset); in partitionWrite() 794 if (fseek(pFile, nSectorIndex*g_nSectorSize, SEEK_SET) != 0) in partitionWrite()
|