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

/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmgpt.cpp105 typedef struct GptEntry struct
119 } GptEntry; typedef in typeref:struct:GptEntry
121 typedef struct GptEntry *PGptEntry;
123 AssertCompileSize(GptEntry, 128);
280 if (pThis->HdrRev1.cbPartitionEntry == sizeof(GptEntry))

Completed in 381 milliseconds