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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp841 PHOSTPARTITION pCP = &pPart->aPartitions[pPart->cPartitions++]; local
842 pCP->uIndex = currentEntry + 1;
843 pCP->uType = 0;
844 pCP->uStartCylinder = 0;
845 pCP->uStartHead = 0;
846 pCP->uStartSector = 0;
847 pCP->uEndCylinder = 0;
848 pCP->uEndHead = 0;
849 pCP->uEndSector = 0;
850 pCP
883 PHOSTPARTITION pCP = &pPart->aPartitions[pPart->cPartitions++]; local
939 PHOSTPARTITION pCP = &pPart->aPartitions[pPart->cPartitions++]; local
[all...]

Completed in 47 milliseconds