Searched refs:pentry (Results 1 – 1 of 1) sorted by relevance
58 #define UPDATE_SLOT(pentry, guid, slot_state) ({ \ argument59 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() local107 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() local204 pentry = gpt_disk_get_pentry(disk, partName, PRIMARY_GPT); in update_slot_attribute()[all …]