Home
last modified time | relevance | path

Searched refs:FirstSector (Results 1 – 1 of 1) sorted by relevance

/reactos/ntoskrnl/fstub/
H A Ddisksup.c1490 LARGE_INTEGER FirstSector, SectorCount; in HalpCalculateChsValues() local
1501 FirstSector.QuadPart = PartitionOffset->QuadPart >> ShiftCount; in HalpCalculateChsValues()
1505 LastSector = FirstSector.LowPart + SectorCount.LowPart - 1; in HalpCalculateChsValues()
1508 StartingCylinder = FirstSector.LowPart / SectorsPerCylinder; in HalpCalculateChsValues()
1527 Remainder = FirstSector.LowPart % SectorsPerCylinder; in HalpCalculateChsValues()