Searched refs:LCHS (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Storage/testcase/ |
H A D | tstVDShareable.cpp | 68 VDGEOMETRY LCHS = { 0, 0, 0 }; local 97 uFlags, "Test image", &PCHS, &LCHS, NULL,
|
H A D | tstVD.cpp | 68 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,
|
H A D | tstVDSnap.cpp | 219 VDGEOMETRY LCHS = { 0, 0, 0 }; local 309 &PCHS, &LCHS, NULL, VD_OPEN_FLAGS_NORMAL,
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageDisk.cpp | 1034 VDGEOMETRY PCHS, LCHS; local 1038 LCHS.cCylinders = 0; 1039 LCHS.cHeads = 0; 1040 LCHS.cSectors = 0; 1042 uImageFlags, pszComment, &PCHS, &LCHS, pUuid,
|
H A D | VBoxInternalManage.cpp | 1772 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 D | VD.cpp | 250 /** 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...] |
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | VBoxBiosAlternative.asm | 873 db 'ata%d-%d: PCHS=%u/%u/%u LCHS=%u/%u/%u', 00ah, 000h 970 db 'SCSI %d-ID#%d: LCHS=%u/%u/%u %lu sectors', 00ah, 000h 977 db 'AHCI %d-P#%d: PCHS=%u/%u/%u LCHS=%u/%u/%u %lu sectors', 00ah, 000h, 000h
|
Completed in 211 milliseconds