Home
last modified time | relevance | path

Searched refs:current_priority (Results 1 – 2 of 2) sorted by relevance

/external/vboot_reference/firmware/lib/cgptlib/
Dcgptlib.c21 gpt->current_priority = 999; in GptInit()
60 if (GetEntryPriority(e) == gpt->current_priority) { in GptNextKernelEntry()
85 if (current_prio >= gpt->current_priority) { in GptNextKernelEntry()
101 gpt->current_priority = new_prio; in GptNextKernelEntry()
/external/vboot_reference/firmware/include/
Dgpt_misc.h112 int current_priority; member