Home
last modified time | relevance | path

Searched refs:SetEntryPriority (Results 1 – 5 of 5) sorted by relevance

/external/vboot_reference/firmware/lib/cgptlib/
Dcgptlib.c156 SetEntryPriority(e, 0); in GptUpdateKernelWithEntry()
167 SetEntryPriority(e, 1); in GptUpdateKernelWithEntry()
178 SetEntryPriority(e, 0); in GptUpdateKernelWithEntry()
Dcgptlib_internal.c391 void SetEntryPriority(GptEntry *e, int priority) in SetEntryPriority() function
/external/vboot_reference/firmware/lib/cgptlib/include/
Dcgptlib_internal.h143 void SetEntryPriority(GptEntry *e, int priority);
/external/vboot_reference/tests/
Dcgptlib_test.c1059 SetEntryPriority(e, 15); in EntryAttributeGetSetTest()
1063 SetEntryPriority(e, 0); in EntryAttributeGetSetTest()
1111 SetEntryPriority(e, priority); in FillEntry()
1126 SetEntryPriority(e1 + KERNEL_A, 0); in NoValidKernelEntryTest()
/external/vboot_reference/cgpt/
Dcgpt_common.c734 SetEntryPriority(entry, priority); in SetPriority()