Searched refs:vecUuid (Results 1 – 2 of 2) sorted by relevance
265 void create_gpt_buffer(u8 *gpt, PARAM_ITEM_VECTOR &vecParts, CONFIG_ITEM_VECTOR &vecUuid, u64 diskS…
3550 void create_gpt_buffer(u8 *gpt, PARAM_ITEM_VECTOR &vecParts, CONFIG_ITEM_VECTOR &vecUuid, u64 diskS… in create_gpt_buffer() argument3610 if ((pos = find_uuid_item(vecUuid, vecParts[i].szItemName)) != -1) in create_gpt_buffer()3612 memcpy(gptEntry->unique_partition_guid.raw, vecUuid[pos].szItemValue, 16); in create_gpt_buffer()