Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/lib/cgptlib/
Dcgptlib.c152 SetEntryPriority(e, 0); in GptUpdateKernelWithEntry()
163 SetEntryPriority(e, 2); in GptUpdateKernelWithEntry()
174 SetEntryPriority(e, 0); in GptUpdateKernelWithEntry()
Dcgptlib_internal.c432 void SetEntryPriority(GptEntry *e, int priority) in SetEntryPriority() function
/external/vboot_reference/firmware/include/
Dgpt_misc.h213 void SetEntryPriority(GptEntry *e, int priority);
/external/vboot_reference/tests/
Dcgptlib_test.c1169 SetEntryPriority(e, 15); in EntryAttributeGetSetTest()
1173 SetEntryPriority(e, 0); in EntryAttributeGetSetTest()
1236 SetEntryPriority(e, priority); in FillEntry()
1251 SetEntryPriority(e1 + KERNEL_A, 0); in NoValidKernelEntryTest()
/external/vboot_reference/cgpt/
Dcgpt_common.c815 SetEntryPriority(entry, priority); in SetPriority()