Searched defs:gpt_drive_sectors (Results 1 - 2 of 2) sorted by relevance

/external/vboot_reference/firmware/include/
H A Dgpt_misc.h69 * A note about stored_on_device and gpt_drive_sectors:
73 * gpt_drive_sectors, but it does do a memset(gpt, 0, sizeof(GptData)). And so,
76 * cgpt_common:GptLoad(), we need to have simple shims to set gpt_drive_sectors
96 uint64_t gpt_drive_sectors; member in struct:__anon23889
/external/vboot_reference/firmware/lib/cgptlib/
H A Dcgptlib_internal.c30 * gpt_drive_sectors should be reasonable. It cannot be unset, and it
34 if (gpt->gpt_drive_sectors == 0 ||
36 gpt->gpt_drive_sectors != gpt->streaming_drive_sectors)) {
45 if (gpt->gpt_drive_sectors <
68 uint64_t gpt_drive_sectors, uint32_t flags)
115 if (h->my_lba != gpt_drive_sectors - GPT_HEADER_SECTORS)
255 gpt->gpt_drive_sectors, gpt->flags)) {
260 gpt->gpt_drive_sectors, gpt->flags)) {
331 header2->my_lba = gpt->gpt_drive_sectors - GPT_HEADER_SECTORS;
66 CheckHeader(GptHeader *h, int is_secondary, uint64_t streaming_drive_sectors, uint64_t gpt_drive_sectors, uint32_t flags) argument

Completed in 131 milliseconds