Home
last modified time | relevance | path

Searched refs:find_valid_gpt (Results 1 – 1 of 1) sorted by relevance

/u-boot/disk/
A Dpart_efi.c61 static int find_valid_gpt(struct blk_desc *dev_desc, gpt_header *gpt_head,
208 if (find_valid_gpt(dev_desc, gpt_head, &gpt_pte) != 1) in get_disk_guid()
228 if (find_valid_gpt(dev_desc, gpt_head, &gpt_pte) != 1) in part_print_efi()
279 if (find_valid_gpt(dev_desc, gpt_head, &gpt_pte) != 1) in part_get_info_efi()
998 static int find_valid_gpt(struct blk_desc *dev_desc, gpt_header *gpt_head, in find_valid_gpt() function

Completed in 4 milliseconds