Searched refs:GPT (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/
H A Dvd.h155 * Auxiliary data structure for difference between GPT and MBR
161 GPT enumerator in enum:VBOXHDDPARTTYPE
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp123 /** partitioning type - MBR or GPT */
767 if (aBuffer[450] == 0xEE)/* check the sign of the GPT disk*/
769 partitioningType = GPT;
770 pPart->uPartitioningType = GPT;//partitioningType;
783 /** @todo check GPT Version */
1013 /* Fill out partitioning location info for MBR or GPT. */
1017 /* Fill out partitioning location info for backup GPT. */
1018 if (partitioningType == GPT)
1033 RTMsgError("Overlapping GPT partitions");
1707 /* Have a second go at MBR/EPT, GPT are
[all...]

Completed in 51 milliseconds