Home
last modified time | relevance | path

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

/openbmc/u-boot/disk/
H A Dpart_efi.c141 static int validate_gpt_entries(gpt_header *gpt_h, gpt_entry *gpt_e) in validate_gpt_entries() argument
146 calc_crc32 = efi_crc32((const unsigned char *)gpt_e, in validate_gpt_entries()
389 gpt_header *gpt_h, gpt_entry *gpt_e) in write_gpt_table() argument
401 calc_crc32 = efi_crc32((const unsigned char *)gpt_e, in write_gpt_table()
415 pte_blk_cnt, gpt_e) != pte_blk_cnt) in write_gpt_table()
421 + 1, pte_blk_cnt, gpt_e) != pte_blk_cnt) in write_gpt_table()
437 gpt_header *gpt_h, gpt_entry *gpt_e, in gpt_fill_pte() argument
483 gpt_e[i].starting_lba = cpu_to_le64(start); in gpt_fill_pte()
492 gpt_e[i].ending_lba = gpt_h->last_usable_lba; in gpt_fill_pte()
494 gpt_e[i].ending_lba = cpu_to_le64(offset - 1); in gpt_fill_pte()
[all …]
/openbmc/u-boot/include/
H A Dpart.h311 gpt_header *gpt_h, gpt_entry *gpt_e);
325 gpt_header *gpt_h, gpt_entry *gpt_e,