Searched refs:gpt_entry (Results 1 – 2 of 2) sorted by relevance
207 static gpt_entry *alloc_read_gpt_entries(struct rt_blk_disk *disk, in alloc_read_gpt_entries()211 gpt_entry *pte; in alloc_read_gpt_entries()290 rt_uint64_t lba, gpt_header **gpt, gpt_entry **ptes) in is_gpt_valid()403 if (rt_le32_to_cpu((*gpt)->sizeof_partition_entry) != sizeof(gpt_entry)) in is_gpt_valid()450 rt_inline rt_bool_t is_pte_valid(const gpt_entry *pte, const rt_size_t lastlba) in is_pte_valid()603 gpt_header **gpt, gpt_entry **ptes) in find_valid_gpt()607 gpt_entry *pptes = RT_NULL, *aptes = RT_NULL; in find_valid_gpt()705 gpt_entry *ptes = RT_NULL; in efi_partition()
115 typedef struct _gpt_entry gpt_entry; typedef
Completed in 3 milliseconds