Searched refs:g_nSectorSize (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/security/tf_daemon/
H A Ddelegation_client.c411 static uint32_t g_nSectorSize; variable
659 *pnPartitionSize = ftell(g_pPartitionFiles[nPartitionID]) / g_nSectorSize;
663 ((*pnPartitionSize) * g_nSectorSize) / 1024,
664 ((*pnPartitionSize) * g_nSectorSize));
710 if (fseek(pFile, nSectorIndex*g_nSectorSize, SEEK_SET) != 0)
717 g_nSectorSize, 1,
738 nNbMsg = g_nSectorSize >> 8;
794 if (fseek(pFile, nSectorIndex*g_nSectorSize, SEEK_SET) != 0)
801 g_nSectorSize, 1,
816 nNbMsg = g_nSectorSize >>
[all...]
/hardware/ti/omap4xxx/security/tf_daemon/
H A Ddelegation_client.c368 static uint32_t g_nSectorSize; variable
616 *pnPartitionSize = ftell(g_pPartitionFiles[nPartitionID]) / g_nSectorSize;
620 ((*pnPartitionSize) * g_nSectorSize) / 1024,
621 ((*pnPartitionSize) * g_nSectorSize));
667 if (fseek(pFile, nSectorIndex*g_nSectorSize, SEEK_SET) != 0)
674 g_nSectorSize, 1,
711 if (fseek(pFile, nSectorIndex*g_nSectorSize, SEEK_SET) != 0)
718 g_nSectorSize, 1,
753 nCurrentSectorCount = ftell(pFile) / g_nSectorSize;
763 nAddedBytesCount = (nNewSectorCount-nCurrentSectorCount)*g_nSectorSize;
[all...]

Completed in 35 milliseconds