Lines Matching refs:cSectors

1229         uint32_t cSectors = (uint32_t)(pBlock->cbDiscard / 512);
1239 idxEnd = ASMBitNextClear(pBlock->pbmAllocated, cSectors, idxStart);
1249 idxEnd = ASMBitNextSet(pBlock->pbmAllocated, cSectors, idxStart);
3245 uint32_t cSectors = (uint32_t)(pBlock->cbDiscard / 512);
3255 idxEnd = ASMBitNextClear(pBlock->pbmAllocated, cSectors, idxStart);
3265 idxEnd = ASMBitNextSet(pBlock->pbmAllocated, cSectors, idxStart);
5540 || pPCHS->cSectors > 63
5542 || (uint64_t)pPCHS->cHeads * pPCHS->cSectors * pPCHS->cCylinders * 512 > cbSize)
5547 pPCHS->cSectors = 63;
5563 || pLCHS->cSectors > 63
5564 || pLCHS->cSectors == 0)
5569 pLCHS->cSectors = 0;
5578 && pLCHS->cSectors != 0 /* paranoia */)
5580 Assert(!(RT_MIN(cbSize / 512 / pLCHS->cHeads / pLCHS->cSectors, 1024) - (uint32_t)RT_MIN(cbSize / 512 / pLCHS->cHeads / pLCHS->cSectors, 1024)));
5581 pLCHS->cCylinders = (uint32_t)RT_MIN(cbSize / 512 / pLCHS->cHeads / pLCHS->cSectors, 1024);
5985 pDisk->PCHSGeometry.cSectors = 0;
5988 pDisk->LCHSGeometry.cSectors = 0;
6470 pDisk->PCHSGeometry.cSectors = 0;
6477 pDisk->PCHSGeometry.cSectors = RT_MIN(pDisk->PCHSGeometry.cSectors, 63);
6487 pDisk->LCHSGeometry.cSectors = 0;
6493 pDisk->LCHSGeometry.cSectors = RT_MIN(pDisk->LCHSGeometry.cSectors, 63);
6855 pPCHSGeometry->cSectors, pLCHSGeometry->cCylinders,
6856 pLCHSGeometry->cHeads, pLCHSGeometry->cSectors, pUuid,
6884 && pPCHSGeometry->cSectors <= 63,
6887 pPCHSGeometry->cSectors),
6892 && pLCHSGeometry->cSectors <= 63,
6895 pLCHSGeometry->cSectors),
7031 pDisk->PCHSGeometry.cSectors = 0;
7038 pDisk->PCHSGeometry.cSectors = RT_MIN(pDisk->PCHSGeometry.cSectors, 63);
7048 pDisk->LCHSGeometry.cSectors = 0;
7054 pDisk->LCHSGeometry.cSectors = RT_MIN(pDisk->LCHSGeometry.cSectors, 63);
8590 PCHSGeometryOld.cCylinders = RT_MIN(cbSize / 512 / PCHSGeometryOld.cHeads / PCHSGeometryOld.cSectors, 16383);
8604 LCHSGeometryOld.cCylinders = cbSize / 512 / LCHSGeometryOld.cHeads / LCHSGeometryOld.cSectors;
8914 pDisk->PCHSGeometry.cSectors = 0;
8921 pDisk->PCHSGeometry.cSectors = RT_MIN(pDisk->PCHSGeometry.cSectors, 63);
8931 pDisk->LCHSGeometry.cSectors = 0;
8937 pDisk->LCHSGeometry.cSectors = RT_MIN(pDisk->LCHSGeometry.cSectors, 63);
9619 pDisk->PCHSGeometry.cSectors));
9644 pPCHSGeometry->cHeads, pPCHSGeometry->cSectors));
9654 && pPCHSGeometry->cSectors <= 63,
9657 pPCHSGeometry->cSectors),
9671 || pPCHSGeometry->cSectors != pDisk->PCHSGeometry.cSectors)
9688 pDisk->PCHSGeometry.cSectors = 0;
9694 pDisk->PCHSGeometry.cSectors = RT_MIN(pDisk->PCHSGeometry.cSectors, 63);
9706 || pPCHSGeometry->cSectors != PCHS.cSectors)
9787 pDisk->LCHSGeometry.cSectors));
9812 pLCHSGeometry->cHeads, pLCHSGeometry->cSectors));
9822 && pLCHSGeometry->cSectors <= 63,
9825 pLCHSGeometry->cSectors),
9839 || pLCHSGeometry->cSectors != pDisk->LCHSGeometry.cSectors)
9856 pDisk->LCHSGeometry.cSectors = 0;
9862 pDisk->LCHSGeometry.cSectors = RT_MIN(pDisk->LCHSGeometry.cSectors, 63);
9874 || pLCHSGeometry->cSectors != LCHS.cSectors)