Home
last modified time | relevance | path

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

/u-boot/disk/
A Dpart_efi.c108 memset(&gpt_h->header_crc32, 0, sizeof(gpt_h->header_crc32)); in validate_gpt_header()
181 gpt_h->my_lba = gpt_h->alternate_lba; in prepare_backup_gpt_header()
185 gpt_h->header_crc32 = 0; in prepare_backup_gpt_header()
408 gpt_h) != 1) in write_gpt_table()
441 gpt_h->num_partition_entries * gpt_h->sizeof_partition_entry / in gpt_fill_pte()
613 gpt_header *gpt_h; in gpt_restore() local
619 if (gpt_h == NULL) { in gpt_restore()
630 free(gpt_h); in gpt_restore()
650 free(gpt_h); in gpt_restore()
785 gpt_header *gpt_h; in is_valid_gpt_buf() local
[all …]
/u-boot/include/
A Dpart.h348 gpt_header *gpt_h, gpt_entry *gpt_e);
362 gpt_header *gpt_h, gpt_entry *gpt_e,
375 int gpt_fill_header(struct blk_desc *dev_desc, gpt_header *gpt_h,

Completed in 8 milliseconds