Home
last modified time | relevance | path

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

/external/u-boot/disk/
Dpart_efi.c142 static int validate_gpt_entries(gpt_header *gpt_h, gpt_entry *gpt_e) in validate_gpt_entries() argument
147 calc_crc32 = efi_crc32((const unsigned char *)gpt_e, in validate_gpt_entries()
390 gpt_header *gpt_h, gpt_entry *gpt_e) in write_gpt_table() argument
402 calc_crc32 = efi_crc32((const unsigned char *)gpt_e, in write_gpt_table()
416 pte_blk_cnt, gpt_e) != pte_blk_cnt) in write_gpt_table()
422 + 1, pte_blk_cnt, gpt_e) != pte_blk_cnt) in write_gpt_table()
438 gpt_header *gpt_h, gpt_entry *gpt_e, in gpt_fill_pte() argument
484 gpt_e[i].starting_lba = cpu_to_le64(start); in gpt_fill_pte()
493 gpt_e[i].ending_lba = gpt_h->last_usable_lba; in gpt_fill_pte()
495 gpt_e[i].ending_lba = cpu_to_le64(offset - 1); in gpt_fill_pte()
[all …]
/external/u-boot/include/
Dpart.h311 gpt_header *gpt_h, gpt_entry *gpt_e);
325 gpt_header *gpt_h, gpt_entry *gpt_e,