Lines Matching defs:pPCHSGeometry

1915                                    PCVDGEOMETRY pPCHSGeometry)
1919 pPCHSGeometry->cCylinders);
1924 pPCHSGeometry->cHeads);
1929 pPCHSGeometry->cSectors);
3940 PCVDGEOMETRY pPCHSGeometry,
4012 if ( pPCHSGeometry->cCylinders != 0
4013 && pPCHSGeometry->cHeads != 0
4014 && pPCHSGeometry->cSectors != 0)
4016 rc = vmdkDescSetPCHSGeometry(pImage, pPCHSGeometry);
4030 pImage->PCHSGeometry = *pPCHSGeometry;
5317 PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry,
5324 LogFlowFunc(("pszFilename=\"%s\" cbSize=%llu uImageFlags=%#x pszComment=\"%s\" pPCHSGeometry=%#p pLCHSGeometry=%#p Uuid=%RTuuid uOpenFlags=%#x uPercentStart=%u uPercentSpan=%u pVDIfsDisk=%#p pVDIfsImage=%#p pVDIfsOperation=%#p enmType=%u ppBackendData=%#p\n",
5325 pszFilename, cbSize, uImageFlags, pszComment, pPCHSGeometry, pLCHSGeometry, pUuid, uOpenFlags, uPercentStart, uPercentSpan, pVDIfsDisk, pVDIfsImage, pVDIfsOperation, enmType, ppBackendData));
5371 || !VALID_PTR(pPCHSGeometry)
5414 pPCHSGeometry, pLCHSGeometry, pUuid,
6062 static int vmdkGetPCHSGeometry(void *pBackendData, PVDGEOMETRY pPCHSGeometry)
6064 LogFlowFunc(("pBackendData=%#p pPCHSGeometry=%#p\n", pBackendData, pPCHSGeometry));
6074 *pPCHSGeometry = pImage->PCHSGeometry;
6083 LogFlowFunc(("returns %Rrc (PCHS=%u/%u/%u)\n", rc, pPCHSGeometry->cCylinders, pPCHSGeometry->cHeads, pPCHSGeometry->cSectors));
6088 static int vmdkSetPCHSGeometry(void *pBackendData, PCVDGEOMETRY pPCHSGeometry)
6090 LogFlowFunc(("pBackendData=%#p pPCHSGeometry=%#p PCHS=%u/%u/%u\n", pBackendData, pPCHSGeometry, pPCHSGeometry->cCylinders, pPCHSGeometry->cHeads, pPCHSGeometry->cSectors));
6108 rc = vmdkDescSetPCHSGeometry(pImage, pPCHSGeometry);
6112 pImage->PCHSGeometry = *pPCHSGeometry;