Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/disk/
H A Dpart_efi.c150 static int validate_gpt_entries(gpt_header *gpt_h, gpt_entry *gpt_e) in validate_gpt_entries() argument
155 calc_crc32 = efi_crc32((const unsigned char *)gpt_e, in validate_gpt_entries()
549 gpt_header *gpt_h, gpt_entry *gpt_e) in write_gpt_table() argument
561 calc_crc32 = efi_crc32((const unsigned char *)gpt_e, in write_gpt_table()
575 pte_blk_cnt, gpt_e) != pte_blk_cnt) in write_gpt_table()
581 + 1, pte_blk_cnt, gpt_e) != pte_blk_cnt) in write_gpt_table()
597 gpt_header *gpt_h, gpt_entry *gpt_e, in gpt_fill_pte() argument
643 gpt_e[i].starting_lba = cpu_to_le64(start); in gpt_fill_pte()
652 gpt_e[i].ending_lba = gpt_h->last_usable_lba; in gpt_fill_pte()
654 gpt_e[i].ending_lba = cpu_to_le64(offset - 1); in gpt_fill_pte()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dpart.h314 gpt_header *gpt_h, gpt_entry *gpt_e);
328 gpt_header *gpt_h, gpt_entry *gpt_e,