Home
last modified time | relevance | path

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

/openbmc/u-boot/disk/
H A Dpart_efi.c95 memset(&gpt_h->header_crc32, 0, sizeof(gpt_h->header_crc32)); in validate_gpt_header()
168 gpt_h->my_lba = gpt_h->alternate_lba; in prepare_backup_gpt_header()
172 gpt_h->header_crc32 = 0; in prepare_backup_gpt_header()
425 gpt_h) != 1) in write_gpt_table()
458 gpt_h->num_partition_entries * gpt_h->sizeof_partition_entry / in gpt_fill_pte()
630 gpt_header *gpt_h; in gpt_restore() local
636 if (gpt_h == NULL) { in gpt_restore()
647 free(gpt_h); in gpt_restore()
667 free(gpt_h); in gpt_restore()
789 gpt_header *gpt_h; in is_valid_gpt_buf() local
[all …]
/openbmc/u-boot/include/
H A Dpart.h311 gpt_header *gpt_h, gpt_entry *gpt_e);
325 gpt_header *gpt_h, gpt_entry *gpt_e,
338 int gpt_fill_header(struct blk_desc *dev_desc, gpt_header *gpt_h,