Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/lib/cgptlib/
Dcgptlib.c57 GetEntryPriority(e))); in GptNextKernelEntry()
60 if (GetEntryPriority(e) == gpt->current_priority) { in GptNextKernelEntry()
75 int current_prio = GetEntryPriority(e); in GptNextKernelEntry()
82 GetEntryPriority(e))); in GptNextKernelEntry()
Dcgptlib_internal.c371 int GetEntryPriority(const GptEntry *e) in GetEntryPriority() function
/external/vboot_reference/tests/
Dcgptlib_test.c1061 EXPECT(15 == GetEntryPriority(e)); in EntryAttributeGetSetTest()
1065 EXPECT(0 == GetEntryPriority(e)); in EntryAttributeGetSetTest()
1069 EXPECT(15 == GetEntryPriority(e)); in EntryAttributeGetSetTest()
1075 EXPECT(3 == GetEntryPriority(e)); in EntryAttributeGetSetTest()
1242 EXPECT(4 == GetEntryPriority(e + KERNEL_A)); in GptUpdateTest()
1245 EXPECT(4 == GetEntryPriority(e2 + KERNEL_A)); in GptUpdateTest()
1250 EXPECT(4 == GetEntryPriority(e + KERNEL_A)); in GptUpdateTest()
1256 EXPECT(4 == GetEntryPriority(e + KERNEL_A)); in GptUpdateTest()
1264 EXPECT(3 == GetEntryPriority(e + KERNEL_B)); in GptUpdateTest()
1269 EXPECT(0 == GetEntryPriority(e + KERNEL_B)); in GptUpdateTest()
[all …]
/external/vboot_reference/firmware/lib/cgptlib/include/
Dcgptlib_internal.h140 int GetEntryPriority(const GptEntry *e);
/external/vboot_reference/cgpt/
Dcgpt_common.c740 return GetEntryPriority(entry); in GetPriority()