Searched refs:gpt_header (Results 1 – 6 of 6) sorted by relevance
/u-boot-v2022.01-rc1/disk/ |
A D | part_efi.c | 57 gpt_header *pgpt_head, gpt_entry **pgpt_pte); 59 gpt_header *pgpt_head); 174 static void prepare_backup_gpt_header(gpt_header *gpt_h) in prepare_backup_gpt_header() 372 gpt_header *gpt_h, gpt_entry *gpt_e) in write_gpt_table() 420 gpt_header *gpt_h, gpt_entry *gpt_e, in gpt_fill_pte() 612 gpt_header *gpt_h; in gpt_restore() 715 gpt_header *gpt_head, gpt_entry **gpt_pte) in gpt_verify_partitions() 793 gpt_header *gpt_h; in is_valid_gpt_buf() 814 gpt_header *gpt_h; in write_mbr_and_gpt_partitions() 938 gpt_header *pgpt_head, gpt_entry **pgpt_pte) in is_gpt_valid() [all …]
|
/u-boot-v2022.01-rc1/include/ |
A D | part.h | 358 gpt_header *gpt_h, gpt_entry *gpt_e); 372 gpt_header *gpt_h, gpt_entry *gpt_e, 385 int gpt_fill_header(struct blk_desc *dev_desc, gpt_header *gpt_h, 433 int gpt_verify_headers(struct blk_desc *dev_desc, gpt_header *gpt_head, 454 gpt_header *gpt_head, gpt_entry **gpt_pte);
|
A D | part_efi.h | 96 } __packed gpt_header; typedef
|
A D | efi_tcg2.h | 235 gpt_header uefi_partition_header;
|
/u-boot-v2022.01-rc1/lib/efi_loader/ |
A D | efi_tcg2.c | 1562 gpt_header *gpt_h; in tcg2_measure_gpt_data() 1648 memcpy(event, gpt_h, sizeof(gpt_header)); in tcg2_measure_gpt_data()
|
/u-boot-v2022.01-rc1/cmd/ |
A D | gpt.c | 619 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, in gpt_verify()
|
Completed in 21 milliseconds