Lines Matching refs:cSectors

263     uint64_t    cSectors;
1929 pPCHSGeometry->cSectors);
1949 pLCHSGeometry->cSectors);
2201 &pImage->PCHSGeometry.cSectors);
2203 pImage->PCHSGeometry.cSectors = 0;
2209 || pImage->PCHSGeometry.cSectors == 0
2210 || pImage->PCHSGeometry.cSectors > 63)
2216 pImage->PCHSGeometry.cSectors = 63;
2236 &pImage->LCHSGeometry.cSectors);
2238 pImage->LCHSGeometry.cSectors = 0;
2243 || pImage->LCHSGeometry.cSectors == 0)
2247 pImage->LCHSGeometry.cSectors = 0;
2589 pExtent->cSectors = RT_LE2H_U64(Header.capacity);
2627 pExtent->cGDEntries = (pExtent->cSectors + cSectorsPerGDE - 1) / cSectorsPerGDE;
2737 Header.capacity = RT_H2LE_U64(pExtent->cSectors);
2812 pExtent->cSectors = RT_LE2H_U32(Header.numSectors);
2836 pExtent->cGDEntries = (pExtent->cSectors + cSectorsPerGDE - 1) / cSectorsPerGDE;
3299 / pImage->PCHSGeometry.cSectors;
3751 pExtent->cSectors = VMDK_BYTE2SECTOR(RT_ALIGN_64(cbExtent, _64K));
3756 pExtent->cGDEntries = (pExtent->cSectors + cSectorsPerGDE - 1) / cSectorsPerGDE;
3896 pExtent->cSectors = VMDK_BYTE2SECTOR(RT_ALIGN_64(cbSize, _64K));
3901 pExtent->cGDEntries = (pExtent->cSectors + cSectorsPerGDE - 1) / cSectorsPerGDE;
4014 && pPCHSGeometry->cSectors != 0)
4022 && pLCHSGeometry->cSectors != 0)
6083 LogFlowFunc(("returns %Rrc (PCHS=%u/%u/%u)\n", rc, pPCHSGeometry->cCylinders, pPCHSGeometry->cHeads, pPCHSGeometry->cSectors));
6090 LogFlowFunc(("pBackendData=%#p pPCHSGeometry=%#p PCHS=%u/%u/%u\n", pBackendData, pPCHSGeometry, pPCHSGeometry->cCylinders, pPCHSGeometry->cHeads, pPCHSGeometry->cSectors));
6145 LogFlowFunc(("returns %Rrc (LCHS=%u/%u/%u)\n", rc, pLCHSGeometry->cCylinders, pLCHSGeometry->cHeads, pLCHSGeometry->cSectors));
6152 LogFlowFunc(("pBackendData=%#p pLCHSGeometry=%#p LCHS=%u/%u/%u\n", pBackendData, pLCHSGeometry, pLCHSGeometry->cCylinders, pLCHSGeometry->cHeads, pLCHSGeometry->cSectors));
6564 pImage->PCHSGeometry.cCylinders, pImage->PCHSGeometry.cHeads, pImage->PCHSGeometry.cSectors,
6565 pImage->LCHSGeometry.cCylinders, pImage->LCHSGeometry.cHeads, pImage->LCHSGeometry.cSectors,