Searched refs:guid_to_string (Results 1 – 5 of 5) sorted by relevance
/openbmc/libcper/ |
H A D | cper-parse.c | 146 guid_to_string(platform_string, &header->PlatformID); in cper_header_to_ir() 154 guid_to_string(partition_string, &header->PartitionID); in cper_header_to_ir() 162 guid_to_string(creator_string, &header->CreatorID); in cper_header_to_ir() 169 guid_to_string(notification_type_string, &header->NotificationType); in cper_header_to_ir() 264 guid_to_string(section_type_string, §ion_descriptor->SectionType); in cper_section_descriptor_to_ir() 287 guid_to_string(fru_id_string, §ion_descriptor->FruId); in cper_section_descriptor_to_ir()
|
H A D | cper-utils.c | 362 void guid_to_string(char *out, EFI_GUID *guid) in guid_to_string() function
|
/openbmc/libcper/sections/ |
H A D | cper-section-firmware.c | 35 guid_to_string(record_id_guid, &firmware_error->RecordIdGuid); in cper_section_firmware_to_ir()
|
H A D | cper-section-ia32x64.c | 128 guid_to_string(error_type, &error_info->ErrorType); in cper_ia32x64_processor_error_info_to_ir()
|
/openbmc/libcper/include/libcper/ |
H A D | cper-utils.h | 60 void guid_to_string(char *out, EFI_GUID *guid);
|