Home
last modified time | relevance | path

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

/hardware/qcom/bootctrl/
Dboot_control.cpp58 #define UPDATE_SLOT(pentry, guid, slot_state) ({ \ argument
59 memcpy(pentry, guid, TYPE_GUID_SIZE); \
61 *(pentry + AB_FLAG_OFFSET) = AB_SLOT_ACTIVE_VAL; \
63 *(pentry + AB_FLAG_OFFSET) = (*(pentry + AB_FLAG_OFFSET)& \
93 uint8_t *pentry = NULL; in get_partition_attribute() local
107 pentry = gpt_disk_get_pentry(disk, partname, PRIMARY_GPT); in get_partition_attribute()
108 if (!pentry) { in get_partition_attribute()
113 attr = pentry + AB_FLAG_OFFSET; in get_partition_attribute()
139 uint8_t *pentry = NULL; in update_slot_attribute() local
204 pentry = gpt_disk_get_pentry(disk, partName, PRIMARY_GPT); in update_slot_attribute()
[all …]