Home
last modified time | relevance | path

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

/openbmc/u-boot/disk/
H A Dpart_efi.c74 !memcmp(&(p->partition_type_guid), &system_guid, in is_bootable()
255 uuid_bin = (unsigned char *)gpt_pte[i].partition_type_guid.b; in part_print_efi()
323 uuid_bin_to_str(gpt_pte[part - 1].partition_type_guid.b, in part_get_info_efi()
498 bin_type_guid = gpt_e[i].partition_type_guid.b; in gpt_fill_pte()
513 memcpy(gpt_e[i].partition_type_guid.b, in gpt_fill_pte()
1056 if (memcmp(pte->partition_type_guid.b, unused_guid.b, in is_pte_valid()
/openbmc/linux/block/partitions/
H A Defi.h85 efi_guid_t partition_type_guid; member
H A Defi.c463 if ((!efi_guidcmp(pte->partition_type_guid, NULL_GUID)) || in is_pte_valid()
741 if (!efi_guidcmp(ptes[i].partition_type_guid, PARTITION_LINUX_RAID_GUID)) in efi_partition()
/openbmc/u-boot/include/
H A Dpart_efi.h106 efi_guid_t partition_type_guid; member