Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/partition/
H A Dpartition.h39 struct efi_guid type_guid; member
50 const struct efi_guid *type_guid);
/rk3399_ARM-atf/drivers/partition/
H A Dgpt.c64 guidcpy(&entry->type_guid, &gpt_entry->type_uuid); in parse_gpt_entry()
H A Dpartition.c473 const struct efi_guid *type_guid) in get_partition_entry_by_type() argument
478 if (guidcmp(type_guid, &list.list[i].type_guid) == 0) { in get_partition_entry_by_type()