Home
last modified time | relevance | path

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

/external/avb/libavb_ab/
Davb_ab_flow.c215 size_t slot_index_to_boot, n; in avb_ab_flow() local
302 slot_index_to_boot = 1; in avb_ab_flow()
304 slot_index_to_boot = 0; in avb_ab_flow()
307 slot_index_to_boot = 0; in avb_ab_flow()
309 slot_index_to_boot = 1; in avb_ab_flow()
362 avb_assert(slot_data[slot_index_to_boot] != NULL); in avb_ab_flow()
363 data = slot_data[slot_index_to_boot]; in avb_ab_flow()
364 slot_data[slot_index_to_boot] = NULL; in avb_ab_flow()
373 if (!ab_data.slots[slot_index_to_boot].successful_boot && in avb_ab_flow()
374 ab_data.slots[slot_index_to_boot].tries_remaining > 0) { in avb_ab_flow()
[all …]