Home
last modified time | relevance | path

Searched refs:ANY_VALID (Results 1 – 5 of 5) sorted by relevance

/external/vboot_reference/cgpt/
Dcgpt_show.c174 GptEntry *entry = GetEntry(&drive->gpt, ANY_VALID, index); in GptShow()
204 printf("%d\n", GetSuccessful(drive, ANY_VALID, index)); in GptShow()
207 printf("%d\n", GetTries(drive, ANY_VALID, index)); in GptShow()
210 printf("%d\n", GetPriority(drive, ANY_VALID, index)); in GptShow()
227 entry = GetEntry(&drive->gpt, ANY_VALID, i); in GptShow()
Dcgpt_boot.c46 GptEntry *entry = GetEntry(&drive.gpt, ANY_VALID, i); in CgptGetBootPartitionNumber()
120 GptEntry *entry = GetEntry(&drive.gpt, ANY_VALID, index); in CgptBoot()
Dcgpt_find.c122 entry = GetEntry(&drive->gpt, ANY_VALID, i); in gpt_search()
Dcgpt_common.c717 require(secondary == ANY_VALID); in GetEntry()
990 GptEntry *entry = GetEntry(&drive.gpt, ANY_VALID, i); in CgptGetNumNonEmptyPartitions()
/external/vboot_reference/firmware/lib/cgptlib/include/
Dcgptlib_internal.h69 ANY_VALID = 9999, /* accept any between primary and secondary */ enumerator