Home
last modified time | relevance | path

Searched refs:GetSuccessful (Results 1 – 4 of 4) sorted by relevance

/external/vboot_reference/cgpt/
Dcgpt.h160 int GetSuccessful(struct drive *drive, int secondary, uint32_t entry_index);
Dcgpt_add.c257 params->successful = GetSuccessful(&drive, PRIMARY, index); in CgptGetPartitionDetails()
Dcgpt_show.c204 printf("%d\n", GetSuccessful(drive, ANY_VALID, index)); in GptShow()
Dcgpt_common.c765 int GetSuccessful(struct drive *drive, int secondary, uint32_t entry_index) { in GetSuccessful() function