Searched refs:gpt_header (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/disk/ |
| H A D | part_efi.c | 50 gpt_header *pgpt_head, gpt_entry **pgpt_pte); 52 gpt_header *pgpt_head); 78 static int validate_gpt_header(gpt_header *gpt_h, lbaint_t lba, in validate_gpt_header() 141 static int validate_gpt_entries(gpt_header *gpt_h, gpt_entry *gpt_e) in validate_gpt_entries() 161 static void prepare_backup_gpt_header(gpt_header *gpt_h) in prepare_backup_gpt_header() 190 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->blksz); in get_disk_guid() 217 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->blksz); in part_print_efi() 275 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->blksz); in part_get_info_efi() 389 gpt_header *gpt_h, gpt_entry *gpt_e) in write_gpt_table() 437 gpt_header *gpt_h, gpt_entry *gpt_e, in gpt_fill_pte() [all …]
|
| /openbmc/u-boot/include/ |
| H A D | part.h | 311 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, 386 int gpt_verify_headers(struct blk_desc *dev_desc, gpt_header *gpt_head, 407 gpt_header *gpt_head, gpt_entry **gpt_pte);
|
| H A D | part_efi.h | 91 } __packed gpt_header; typedef
|
| /openbmc/u-boot/cmd/ |
| H A D | gpt.c | 582 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, in gpt_verify()
|