Searched refs:type_guid (Results 1 – 3 of 3) sorted by relevance
39 struct efi_guid type_guid; member50 const struct efi_guid *type_guid);
64 guidcpy(&entry->type_guid, &gpt_entry->type_uuid); in parse_gpt_entry()
473 const struct efi_guid *type_guid) in get_partition_entry_by_type() argument478 if (guidcmp(type_guid, &list.list[i].type_guid) == 0) { in get_partition_entry_by_type()