Searched refs:gpt_header (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | part.h | 314 gpt_header *gpt_h, gpt_entry *gpt_e); 328 gpt_header *gpt_h, gpt_entry *gpt_e, 341 int gpt_fill_header(struct blk_desc *dev_desc, gpt_header *gpt_h, 389 int gpt_verify_headers(struct blk_desc *dev_desc, gpt_header *gpt_head, 410 gpt_header *gpt_head, gpt_entry **gpt_pte);
|
| H A D | part_efi.h | 91 } __packed gpt_header; typedef
|
| /rk3399_rockchip-uboot/disk/ |
| H A D | part_efi.c | 47 gpt_header *pgpt_head, gpt_entry **pgpt_pte); 49 gpt_header *pgpt_head); 76 static int validate_gpt_header(gpt_header *gpt_h, lbaint_t lba, in validate_gpt_header() 150 static int validate_gpt_entries(gpt_header *gpt_h, gpt_entry *gpt_e) in validate_gpt_entries() 170 static void prepare_backup_gpt_header(gpt_header *gpt_h) in prepare_backup_gpt_header() 199 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->rawblksz); in get_disk_guid() 226 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->rawblksz); in part_print_efi() 287 static gpt_header *gpt_head = NULL; in part_get_info_efi() 378 gpt_header *gpt_head) in gpt_entry_modify() 404 gpt_header *gpt_head, int head_gpt_valid, in part_efi_repair() [all …]
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | gpt.c | 583 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, blk_dev_desc->rawblksz); in gpt_verify()
|