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

/vbox/src/VBox/Storage/
H A DParallels.cpp626 uint32_t iIndexInAllocationTable; local
640 iIndexInAllocationTable = (uint32_t)(uSector / pImage->PCHSGeometry.cSectors);
645 if (pImage->pAllocationBitmap[iIndexInAllocationTable] == 0)
649 uOffsetInFile = (pImage->pAllocationBitmap[iIndexInAllocationTable] + uSector) * 512;
672 uint32_t iIndexInAllocationTable; local
686 iIndexInAllocationTable = (uint32_t)(uSector / pImage->PCHSGeometry.cSectors);
691 if (pImage->pAllocationBitmap[iIndexInAllocationTable] == 0)
706 pImage->pAllocationBitmap[iIndexInAllocationTable] = (uint32_t)(pImage->cbFileCurrent / 512);
709 uOffsetInFile = (uint64_t)pImage->pAllocationBitmap[iIndexInAllocationTable] * 512;
721 sizeof(ParallelsHeader) + iIndexInAllocationTable * sizeo
[all...]

Completed in 49 milliseconds