OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GptUpdateKernelWithEntry
(Results
1 - 2
of
2
) sorted by null
/external/vboot_reference/firmware/include/
gpt_misc.h
188
int
GptUpdateKernelWithEntry
(GptData *gpt, GptEntry *e, uint32_t update_type);
/external/vboot_reference/firmware/lib/cgptlib/
cgptlib.c
116
* Func:
GptUpdateKernelWithEntry
120
int
GptUpdateKernelWithEntry
(GptData *gpt, GptEntry *e, uint32_t update_type)
206
return
GptUpdateKernelWithEntry
(gpt, e, update_type);
Completed in 164 milliseconds