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

/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmbsdlabel.cpp138 BsdLabelPartition aPartitions[RTDVM_BSDLBL_MAX_PARTITIONS]; member in struct:BsdLabel
194 uint16_t *pEnd = (uint16_t *)&pBsdLabel->aPartitions[pBsdLabel->cPartitions];
262 for (unsigned i = 0; i < RT_ELEMENTS(pBsdLabel->aPartitions); i++)
263 rtDvmFmtBsdLblDiskLabelDecodePartition(&pBsdLabel->aPartitions[i]);
312 if (pThis->DiskLabel.aPartitions[i].cSectors)
414 if (pThis->DiskLabel.aPartitions[i].cSectors)
416 rc = rtDvmFmtBsdLblVolumeCreate(pThis, &pThis->DiskLabel.aPartitions[i],
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp126 HOSTPARTITION aPartitions[HOSTPARTITION_MAX]; member in struct:HOSTPARTITIONS
760 memset(pPart->aPartitions, '\0', sizeof(pPart->aPartitions));
841 PHOSTPARTITION pCP = &pPart->aPartitions[pPart->cPartitions++];
883 PHOSTPARTITION pCP = &pPart->aPartitions[pPart->cPartitions++];
900 uExtended = (unsigned)(pCP - pPart->aPartitions);
912 uint64_t uStart = pPart->aPartitions[uExtended].uStart;
939 PHOSTPARTITION pCP = &pPart->aPartitions[pPart->cPartitions++];
982 uint64_t uMinVal = pPart->aPartitions[i].uStart;
985 if (pPart->aPartitions[
[all...]

Completed in 36 milliseconds