Searched defs:PCHS (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Storage/testcase/
H A DtstVDShareable.cpp67 VDGEOMETRY PCHS = { 0, 0, 0 }; local
97 uFlags, "Test image", &PCHS, &LCHS, NULL,
H A DtstVDSnap.cpp218 VDGEOMETRY PCHS = { 0, 0, 0 }; local
309 &PCHS, &LCHS, NULL, VD_OPEN_FLAGS_NORMAL,
H A DtstVD.cpp67 VDGEOMETRY PCHS = { 0, 0, 0 }; local
95 uFlags, "Test image", &PCHS, &LCHS, NULL,
122 VDGEOMETRY PCHS = { 0, 0, 0 }; local
503 VDGEOMETRY PCHS = { 0, 0, 0 }; local
561 &PCHS, &LCHS, NULL, VD_OPEN_FLAGS_NORMAL,
625 VDGEOMETRY PCHS = { 0, 0, 0 }; local
668 &PCHS, &LCHS, NULL, VD_OPEN_FLAGS_NORMAL,
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDisk.cpp1034 VDGEOMETRY PCHS, LCHS; local
1035 PCHS.cCylinders = (unsigned int)RT_MIN(cbFile / 512 / 16 / 63, 16383);
1036 PCHS.cHeads = 16;
1037 PCHS.cSectors = 63;
1042 uImageFlags, pszComment, &PCHS, &LCHS, pUuid,
H A DVBoxInternalManage.cpp1772 VDGEOMETRY PCHS, LCHS; local
1773 PCHS.cCylinders = (unsigned int)RT_MIN(cbSize / 512 / 16 / 63, 16383);
1774 PCHS.cHeads = 16;
1775 PCHS.cSectors = 63;
1781 (char *)&RawDescriptor, &PCHS, &LCHS, NULL,
/vbox/src/VBox/Storage/
H A DVD.cpp248 /** 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
9700 VDGEOMETRY PCHS; local
[all...]

Completed in 89 milliseconds