Searched refs:ANY_VALID (Results 1 – 5 of 5) sorted by relevance
/external/vboot_reference/cgpt/ |
D | cgpt_show.c | 174 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()
|
D | cgpt_boot.c | 46 GptEntry *entry = GetEntry(&drive.gpt, ANY_VALID, i); in CgptGetBootPartitionNumber() 120 GptEntry *entry = GetEntry(&drive.gpt, ANY_VALID, index); in CgptBoot()
|
D | cgpt_find.c | 122 entry = GetEntry(&drive->gpt, ANY_VALID, i); in gpt_search()
|
D | cgpt_common.c | 717 require(secondary == ANY_VALID); in GetEntry() 990 GptEntry *entry = GetEntry(&drive.gpt, ANY_VALID, i); in CgptGetNumNonEmptyPartitions()
|
/external/vboot_reference/firmware/lib/cgptlib/include/ |
D | cgptlib_internal.h | 69 ANY_VALID = 9999, /* accept any between primary and secondary */ enumerator
|