Searched refs:gpt_header (Results 1 – 2 of 2) sorted by relevance
208 gpt_header *gpt) in alloc_read_gpt_entries()255 static gpt_header *alloc_read_gpt_header(struct rt_blk_disk *disk, rt_uint64_t lba) in alloc_read_gpt_header()257 gpt_header *gpt; in alloc_read_gpt_header()290 rt_uint64_t lba, gpt_header **gpt, gpt_entry **ptes) in is_gpt_valid()331 if (rt_le32_to_cpu((*gpt)->header_size) < sizeof(gpt_header)) in is_gpt_valid()336 sizeof(gpt_header)); in is_gpt_valid()471 gpt_header *pgpt, gpt_header *agpt, rt_uint64_t lastlba) in compare_gpts()603 gpt_header **gpt, gpt_entry **ptes) in find_valid_gpt()606 gpt_header *pgpt = RT_NULL, *agpt = RT_NULL; in find_valid_gpt()704 gpt_header *gpt = RT_NULL; in efi_partition()
96 typedef struct _gpt_header gpt_header; typedef
Completed in 15 milliseconds