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

/vbox/src/VBox/Devices/Storage/
H A DDrvDiskIntegrity.cpp116 unsigned cIoLogEntries; member in struct:DRVDISKSEGMENT
344 pSeg->cIoLogEntries = cbRange / 512;
376 AssertMsg(uSector < pSeg->cIoLogEntries, ("Internal bug!\n"));
483 AssertMsg(cSector < pSeg->cIoLogEntries, ("Internal bug!\n"));
564 for (unsigned idx = 0; idx < pSeg->cIoLogEntries; idx++)
573 for (unsigned idx = cbPreLeft / 512; idx < pSeg->cIoLogEntries; idx++)
578 pSeg->cIoLogEntries = cbPreLeft / 512;
595 pSeg->cIoLogEntries = cbPostLeft / 512;
610 pSegPost->cIoLogEntries = cbPostLeft / 512;
631 pSeg->cIoLogEntries
[all...]

Completed in 44 milliseconds