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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp84 #define PARTTYPE_IS_EXTENDED(x) ((x) == 0x05 || (x) == 0x0f || (x) == 0x85) macro
897 if (PARTTYPE_IS_EXTENDED(p[4]))
962 else if (PARTTYPE_IS_EXTENDED(p[4]))
1052 if (!PARTTYPE_IS_EXTENDED(pPart->aPartitions[i].uType))
1102 if (PARTTYPE_IS_EXTENDED(partitions.aPartitions[i].uType))
1532 && PARTTYPE_IS_EXTENDED(partitions.aPartitions[i].uType))
1606 if (PARTTYPE_IS_EXTENDED(partitions.aPartitions[i].uType))

Completed in 49 milliseconds