Lines Matching defs:PCHS

248     /** Cached PCHS geometry for this disk. */
5531 * internal: adjust PCHS geometry
5535 /* Fix broken PCHS geometry. Can happen for two reasons: either the backend
5536 * mixes up PCHS and LCHS, or the application used to create the source
5537 * image has put garbage in it. Additionally, if the PCHS geometry covers
5552 * internal: adjust PCHS geometry
5557 * mixes up PCHS and LCHS, or the application used to create the source
6463 /* Cache PCHS geometry. */
6474 /* Make sure the PCHS geometry is properly clipped. */
6852 LogFlowFunc(("pDisk=%#p pszBackend=\"%s\" pszFilename=\"%s\" cbSize=%llu uImageFlags=%#x pszComment=\"%s\" PCHS=%u/%u/%u LCHS=%u/%u/%u Uuid=%RTuuid uOpenFlags=%#x pVDIfsImage=%#p pVDIfsOperation=%#p\n",
6881 /* The PCHS geometry fields may be 0 to leave it for later. */
6885 ("pPCHSGeometry=%#p PCHS=%u/%u/%u\n", pPCHSGeometry,
7024 /* Cache PCHS geometry. */
8907 /* Cache PCHS geometry. */
8918 /* Make sure the PCHS geometry is properly clipped. */
9562 * Get virtual disk PCHS geometry stored in HDD container.
9569 * @param pPCHSGeometry Where to store PCHS geometry. Not NULL.
9617 LogFlowFunc(("%Rrc (PCHS=%u/%u/%u)\n", rc,
9624 * Store virtual disk PCHS geometry in HDD container.
9633 * @param pPCHSGeometry Where to load PCHS geometry from. Not NULL.
9642 LogFlowFunc(("pDisk=%#p nImage=%u pPCHSGeometry=%#p PCHS=%u/%u/%u\n",
9655 ("pPCHSGeometry=%#p PCHS=%u/%u/%u\n", pPCHSGeometry,
9700 VDGEOMETRY PCHS;
9702 &PCHS);
9704 || pPCHSGeometry->cCylinders != PCHS.cCylinders
9705 || pPCHSGeometry->cHeads != PCHS.cHeads
9706 || pPCHSGeometry->cSectors != PCHS.cSectors)