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

/vbox/src/VBox/Storage/testcase/
H A DtstVDShareable.cpp68 VDGEOMETRY LCHS = { 0, 0, 0 }; local
97 uFlags, "Test image", &PCHS, &LCHS, NULL,
H A DtstVDSnap.cpp219 VDGEOMETRY LCHS = { 0, 0, 0 }; local
309 &PCHS, &LCHS, NULL, VD_OPEN_FLAGS_NORMAL,
H A DtstVD.cpp68 VDGEOMETRY LCHS = { 0, 0, 0 }; local
95 uFlags, "Test image", &PCHS, &LCHS, NULL,
123 VDGEOMETRY LCHS = { 0, 0, 0 }; local
504 VDGEOMETRY LCHS = { 0, 0, 0 }; local
561 &PCHS, &LCHS, NULL, VD_OPEN_FLAGS_NORMAL,
626 VDGEOMETRY LCHS = { 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
1038 LCHS.cCylinders = 0;
1039 LCHS.cHeads = 0;
1040 LCHS.cSectors = 0;
1042 uImageFlags, pszComment, &PCHS, &LCHS, pUuid,
H A DVBoxInternalManage.cpp1772 VDGEOMETRY PCHS, LCHS; local
1776 LCHS.cCylinders = 0;
1777 LCHS.cHeads = 0;
1778 LCHS.cSectors = 0;
1781 (char *)&RawDescriptor, &PCHS, &LCHS, NULL,
/vbox/src/VBox/Storage/
H A DVD.cpp250 /** Cached LCHS geometry for this disk. */
5536 * mixes up PCHS and LCHS, or the application used to create the source
5556 /* Fix broken LCHS geometry. Can happen for two reasons: either the backend
5557 * mixes up PCHS and LCHS, or the application used to create the source
5558 * image has put garbage in it. The fix in this case is to clear the LCHS
5571 /* Always recompute the number of cylinders stored in the LCHS
6480 /* Cache LCHS geometry. */
6491 /* Make sure the LCHS 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",
6889 /* The LCHS geometr
9868 VDGEOMETRY LCHS; local
[all...]

Completed in 83 milliseconds