Searched defs:uStartSector (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp103 unsigned uStartSector; member in struct:HOSTPARTITION
846 pCP->uStartSector = 0;
888 pCP->uStartSector = p[2] & 0x3f;
944 pCP->uStartSector = p[2] & 0x3f;
1110 partitions.aPartitions[i].uStartSector,
/vbox/src/VBox/Storage/
H A DVMDK.cpp1250 uint64_t uStartSector, bool fPreAlloc)
1262 cbOverhead = VMDK_SECTOR2BYTE(uStartSector) + cbGDRounded
1268 if (uStartSector == VMDK_GD_AT_END)
1269 uStartSector = 1;
1271 cbOverhead = VMDK_SECTOR2BYTE(uStartSector) + cbGDRounded;
1296 pExtent->uSectorGD = uStartSector;
1300 pExtent->uSectorRGD = uStartSector;
1301 pExtent->uSectorGD = uStartSector + VMDK_BYTE2SECTOR(cbGDRounded + cbGTRounded);
1249 vmdkCreateGrainDirectory(PVMDKIMAGE pImage, PVMDKEXTENT pExtent, uint64_t uStartSector, bool fPreAlloc) argument

Completed in 64 milliseconds