OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSuccessful
(Results
1 - 4
of
4
) sorted by null
/external/vboot_reference/cgpt/
cgpt.h
160
int
GetSuccessful
(struct drive *drive, int secondary, uint32_t entry_index);
cgpt_add.c
257
params->successful =
GetSuccessful
(&drive, PRIMARY, index);
cgpt_show.c
204
printf("%d\n",
GetSuccessful
(drive, ANY_VALID, index));
cgpt_common.c
765
int
GetSuccessful
(struct drive *drive, int secondary, uint32_t entry_index) {
[
all
...]
Completed in 52 milliseconds