Home
last modified time | relevance | path

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

/hardware/qcom/bootctrl/
Dboot_control.c333 uint8_t *pentryA_bak = NULL; in set_active_boot_slot() local
406 pentryA_bak = gpt_disk_get_pentry(disk, slotA, SECONDARY_GPT); in set_active_boot_slot()
411 if ( !pentryA || !pentryA_bak || !pentryB || !pentryB_bak) { in set_active_boot_slot()
452 memcpy(pentryA_bak, active_guid, TYPE_GUID_SIZE); in set_active_boot_slot()
453 slot_info = pentryA_bak + AB_FLAG_OFFSET; in set_active_boot_slot()
486 memcpy(pentryA_bak, inactive_guid, TYPE_GUID_SIZE); in set_active_boot_slot()
487 slot_info = pentryA_bak + AB_FLAG_OFFSET; in set_active_boot_slot()