HomeSort by relevance Sort by last modified time
    Searched refs:first_usable_lba (Results 1 - 10 of 10) sorted by null

  /external/vboot_reference/cgpt/
cgpt_create.c 84 h->first_usable_lba = h->entries_lba + CalculateEntriesSectors(h);
88 h->first_usable_lba = params->padding;
cgpt_common.c 852 * first_usable_lba
862 if ((a->first_usable_lba == b->first_usable_lba) &&
918 target->first_usable_lba = source->first_usable_lba;
    [all...]
cgpt_show.c 79 printf("%sFirst LBA: %lld\n", indent, (long long)header->first_usable_lba);
  /external/vboot_reference/firmware/lib/cgptlib/
cgptlib_internal.c 127 if (h->first_usable_lba > h->last_usable_lba)
143 if (h->first_usable_lba < 2 + CalculateEntriesSectors(h))
182 if ((entry->starting_lba < h->first_usable_lba) ||
221 if (h1->first_usable_lba != h2->first_usable_lba)
  /external/vboot_reference/firmware/include/
gpt.h 83 uint64_t first_usable_lba; member in struct:__anon48865
  /external/u-boot/include/
part_efi.h 84 __le64 first_usable_lba; member in struct:_gpt_header
  /external/u-boot/disk/
part_efi.c 121 * Check that the first_usable_lba and that the last_usable_lba are
124 if (le64_to_cpu(gpt_h->first_usable_lba) > lastlba) {
125 printf("GPT: first_usable_lba incorrect: %llX > " LBAF "\n",
126 le64_to_cpu(gpt_h->first_usable_lba), lastlba);
135 debug("GPT: first_usable_lba: %llX last_usable_lba: %llX last lba: "
136 LBAF "\n", le64_to_cpu(gpt_h->first_usable_lba),
441 lbaint_t offset = (lbaint_t)le64_to_cpu(gpt_h->first_usable_lba);
615 gpt_h->first_usable_lba =
  /external/vboot_reference/tests/
cgptlib_test.c 170 header->first_usable_lba = 34;
322 h3.first_usable_lba++;
657 h1->first_usable_lba = cases[i].primary_first_usable_lba;
660 h2->first_usable_lba = cases[i].secondary_first_usable_lba;
711 e1[0].starting_lba = h1->first_usable_lba - 1;
    [all...]
vboot_kernel_tests.c 97 h->first_usable_lba = 2 + CalculateEntriesSectors(h);
  /external/avb/examples/uefi/
uefi_avb_ops.c 54 uint64_t first_usable_lba; member in struct:__anon15321

Completed in 98 milliseconds