OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_usable_lba
(Results
1 - 7
of
7
) 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:__anon27258
/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);
Completed in 209 milliseconds