Searched defs:cSector (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDrvDiskIntegrity.cpp482 uint32_t cSector = (offSeg + cbOff) / 512; local
483 AssertMsg(cSector < pSeg->cIoLogEntries, ("Internal bug!\n"));
488 pSeg->apIoLog[cSector]->off,
489 pSeg->apIoLog[cSector]->cbWrite,
490 pSeg->apIoLog[cSector]->cRefs);
/vbox/src/VBox/Storage/
H A DVHD.cpp1626 uint32_t cSector = uOffset / VHD_SECTOR_SIZE; local
1627 uint32_t cBlockAllocationTableEntry = cSector / pImage->cSectorsPerDataBlock;
1628 uint32_t cBATEntryIndex = cSector % pImage->cSectorsPerDataBlock;
1706 pImage->uCurrentEndOfFile + (pImage->cDataBlockBitmapSectors + (cSector % pImage->cSectorsPerDataBlock)) * VHD_SECTOR_SIZE,

Completed in 43 milliseconds