Searched refs:KERNEL_B (Results 1 – 2 of 2) sorted by relevance
/external/vboot_reference/tests/ |
D | cgptlib_test.c | 36 #define KERNEL_B 1 macro 1127 FreeEntry(e1 + KERNEL_B); in NoValidKernelEntryTest() 1144 FillEntry(e1 + KERNEL_B, 1, 2, 1, 0); in GetNextNormalTest() 1154 EXPECT(KERNEL_B == gpt->current_kernel); in GetNextNormalTest() 1179 FillEntry(e1 + KERNEL_B, 1, 4, 1, 0); in GetNextPrioTest() 1186 EXPECT(KERNEL_B == gpt->current_kernel); in GetNextPrioTest() 1206 FillEntry(e1 + KERNEL_B, 1, 3, 0, 0); in GetNextTriesTest() 1232 FillEntry(e + KERNEL_B, 1, 3, 0, 2); in GptUpdateTest() 1262 EXPECT(KERNEL_B == gpt->current_kernel); in GptUpdateTest() 1263 EXPECT(0 == GetEntrySuccessful(e + KERNEL_B)); in GptUpdateTest() [all …]
|
/external/autotest/utils/frozen_chromite/lib/ |
D | auto_updater.py | 143 KERNEL_B = {'name': 'KERN-B', 'kernel': 4, 'root': 5} variable in ChromiumOSUpdater 761 return self.KERNEL_A, self.KERNEL_B 762 elif active_root == self.KERNEL_B['root']: 763 return self.KERNEL_B, self.KERNEL_A
|