Home
last modified time | relevance | path

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

/openbmc/u-boot/disk/
H A Dpart_efi.c196 gpt_head, &gpt_pte) != 1) { in get_disk_guid()
199 gpt_head, &gpt_pte) != 1) { in get_disk_guid()
209 guid_bin = gpt_head->disk_guid.b; in get_disk_guid()
225 gpt_head, &gpt_pte) != 1) { in part_print_efi()
228 gpt_head, &gpt_pte) != 1) { in part_print_efi()
286 gpt_head, &gpt_pte) != 1) { in part_get_info_efi()
289 gpt_head, &gpt_pte) != 1) { in part_get_info_efi()
694 gpt_head, gpt_pte) != 1) { in gpt_verify_headers()
700 gpt_head, gpt_pte) != 1) { in gpt_verify_headers()
711 gpt_header *gpt_head, gpt_entry **gpt_pte) in gpt_verify_partitions() argument
[all …]
/openbmc/u-boot/include/
H A Dpart.h386 int gpt_verify_headers(struct blk_desc *dev_desc, gpt_header *gpt_head,
407 gpt_header *gpt_head, gpt_entry **gpt_pte);
/openbmc/u-boot/cmd/
H A Dgpt.c582 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, in gpt_verify()
596 ret = gpt_verify_headers(blk_dev_desc, gpt_head, in gpt_verify()
609 gpt_head, &gpt_pte); in gpt_verify()