Searched refs:type_guid (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/nvdimm/ |
H A D | label.c | 822 if (efi_namespace_label_has(ndd, type_guid)) in nsl_set_type_guid() 823 guid_copy(&nd_label->efi.type_guid, guid); in nsl_set_type_guid() 829 if (ndd->cxl || !efi_namespace_label_has(ndd, type_guid)) in nsl_validate_type_guid() 831 if (!guid_equal(&nd_label->efi.type_guid, guid)) { in nsl_validate_type_guid() 833 &nd_label->efi.type_guid); in nsl_validate_type_guid() 924 nsl_set_type_guid(ndd, nd_label, &nd_set->type_guid); in __pmem_label_update()
|
H A D | label.h | 137 guid_t type_guid; member
|
H A D | namespace_devs.c | 1582 &nd_set->type_guid)) in has_uuid_at_pos()
|
/openbmc/u-boot/disk/ |
H A D | part.c | 329 info->type_guid[0] = 0; in part_get_info() 364 info->type_guid[0] = 0; in part_get_info_whole_disk() 462 info->type_guid[0] = 0; in blk_get_device_part_str()
|
H A D | part_efi.c | 324 info->type_guid, UUID_STR_FORMAT_GUID); in part_get_info_efi() 497 str_type_guid = partitions[i].type_guid; in gpt_fill_pte()
|
/openbmc/u-boot/include/ |
H A D | part.h | 65 char type_guid[UUID_STR_LEN + 1]; /* type GUID as string, if exists */ member
|
/openbmc/u-boot/cmd/ |
H A D | gpt.c | 479 if (strnlen(p, max_str_part) >= sizeof(parts[i].type_guid)) { in set_gpt_info() 485 strncpy((char *)parts[i].type_guid, p, max_str_part); in set_gpt_info()
|
/openbmc/linux/include/linux/ |
H A D | libnvdimm.h | 114 guid_t type_guid; member
|
/openbmc/qemu/hw/acpi/ |
H A D | nvdimm.c | 66 uint8_t type_guid[16]; member 241 memcpy(nfit_spa->type_guid, nvdimm_nfit_spa_uuid, in nvdimm_build_structure_spa()
|
/openbmc/linux/drivers/acpi/nfit/ |
H A D | core.c | 2275 import_guid(&nd_set->type_guid, spa->range_guid); in acpi_nfit_init_interleave_set()
|