Home
last modified time | relevance | path

Searched refs:guid_to_string (Results 1 – 5 of 5) sorted by relevance

/openbmc/libcper/
H A Dcper-parse.c149 guid_to_string(platform_string, &header->PlatformID); in cper_header_to_ir()
157 guid_to_string(partition_string, &header->PartitionID); in cper_header_to_ir()
165 guid_to_string(creator_string, &header->CreatorID); in cper_header_to_ir()
172 guid_to_string(notification_type_string, &header->NotificationType); in cper_header_to_ir()
274 guid_to_string(section_type_string, &section_descriptor->SectionType); in cper_section_descriptor_to_ir()
297 guid_to_string(fru_id_string, &section_descriptor->FruId); in cper_section_descriptor_to_ir()
H A Dcper-utils.h38 void guid_to_string(char *out, EFI_GUID *guid);
H A Dcper-utils.c277 void guid_to_string(char *out, EFI_GUID *guid) in guid_to_string() function
/openbmc/libcper/sections/
H A Dcper-section-firmware.c35 guid_to_string(record_id_guid, &firmware_error->RecordIdGuid); in cper_section_firmware_to_ir()
H A Dcper-section-ia32x64.c126 guid_to_string(error_type, &error_info->ErrorType); in cper_ia32x64_processor_error_info_to_ir()