Home
last modified time | relevance | path

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

/u-boot/include/
A Dpart_efi.h89 __le64 first_usable_lba; member
/u-boot/disk/
A Dpart_efi.c136 if (le64_to_cpu(gpt_h->first_usable_lba) > lastlba) { in validate_gpt_header()
138 le64_to_cpu(gpt_h->first_usable_lba), lastlba); in validate_gpt_header()
148 LBAF "\n", le64_to_cpu(gpt_h->first_usable_lba), in validate_gpt_header()
423 lbaint_t offset = (lbaint_t)le64_to_cpu(gpt_h->first_usable_lba); in gpt_fill_pte()
597 gpt_h->first_usable_lba = in gpt_fill_header()

Completed in 5 milliseconds