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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp749 static int partRead(RTFILE File, PHOSTPARTITIONS pPart) argument
759 pPart->cPartitions = 0;
760 memset(pPart->aPartitions, '\0', sizeof(pPart->aPartitions));
770 pPart->uPartitioningType = GPT;//partitioningType;
841 PHOSTPARTITION pCP = &pPart->aPartitions[pPart->cPartitions++];
855 --pPart->cPartitions;
871 pPart->uPartitioningType = MBR;//partitioningType;
883 PHOSTPARTITION pCP = &pPart
[all...]
/vbox/src/VBox/Storage/
H A DVMDK.cpp3416 PVBOXHDDRAWPARTDESC pPart = &pRaw->pPartDescs[i]; local
3417 if (uStart > pPart->uStart)
3420 if (uStart < pPart->uStart)
3422 uStart = pPart->uStart + pPart->cbData;
3461 PVBOXHDDRAWPARTDESC pPart = &pRaw->pPartDescs[i]; local
3464 if (uStart < pPart->uStart)
3469 pExtent->cNominalSectors = VMDK_BYTE2SECTOR(pPart->uStart - uStart);
3476 uStart = pPart->uStart + pPart
[all...]

Completed in 195 milliseconds