gpt_entry
static gpt_entry *alloc_read_gpt_entries(struct parsed_partitions *state,
gpt_entry *pte;
gpt_header **gpt, gpt_entry **ptes)
if (le32_to_cpu((*gpt)->sizeof_partition_entry) != sizeof(gpt_entry)) {
is_pte_valid(const gpt_entry *pte, const u64 lastlba)
gpt_entry **ptes)
gpt_entry *pptes = NULL, *aptes = NULL;
gpt_entry *ptes = NULL;