Searched refs:gpt_header (Results 1 – 4 of 4) sorted by relevance
/u-boot/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() 613 gpt_header *gpt_h; in gpt_restore() 707 gpt_header *gpt_head, gpt_entry **gpt_pte) in gpt_verify_partitions() 785 gpt_header *gpt_h; in is_valid_gpt_buf() 806 gpt_header *gpt_h; in write_mbr_and_gpt_partitions() 930 gpt_header *pgpt_head, gpt_entry **pgpt_pte) in is_gpt_valid() [all …]
|
/u-boot/include/ |
A D | part.h | 348 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, 423 int gpt_verify_headers(struct blk_desc *dev_desc, gpt_header *gpt_head, 444 gpt_header *gpt_head, gpt_entry **gpt_pte);
|
A D | part_efi.h | 96 } __packed gpt_header; typedef
|
/u-boot/cmd/ |
A D | gpt.c | 590 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, in gpt_verify()
|
Completed in 12 milliseconds