| /openbmc/libcper/sections/ |
| H A D | cper-section-nvidia.c | 115 char **desc_string) in cper_section_nvidia_to_ir() argument 117 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_nvidia_to_ir() 122 *desc_string = NULL; in cper_section_nvidia_to_ir() 141 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_nvidia_to_ir() 149 *desc_string); in cper_section_nvidia_to_ir() 171 strncat(*desc_string, property_desc, in cper_section_nvidia_to_ir() 172 SECTION_DESC_STRING_SIZE - strlen(*desc_string) - 1); in cper_section_nvidia_to_ir() 174 if (property_desc_len + strlen(*desc_string) >= in cper_section_nvidia_to_ir() 177 *desc_string); in cper_section_nvidia_to_ir()
|
| H A D | cper-section-memory.c | 17 UINT32 size, char **desc_string) in cper_section_platform_memory_to_ir() argument 20 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_platform_memory_to_ir() 69 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_platform_memory_to_ir() 73 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_platform_memory_to_ir() 82 *desc_string); in cper_section_platform_memory_to_ir() 139 strlen(*desc_string) < in cper_section_platform_memory_to_ir() 141 strncat(*desc_string, physical_address_desc, in cper_section_platform_memory_to_ir() 172 if (strlen(node_desc) + strlen(*desc_string) < in cper_section_platform_memory_to_ir() 174 strncat(*desc_string, node_desc, outstr_len); in cper_section_platform_memory_to_ir() 240 char **desc_string) in cper_section_platform_memory2_to_ir() argument [all …]
|
| H A D | cper-section-ampere.c | 11 char **desc_string) in cper_section_ampere_to_ir() argument 14 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_ampere_to_ir() 15 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_ampere_to_ir()
|
| H A D | cper-section-firmware.c | 17 char **desc_string) in cper_section_firmware_to_ir() argument 20 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_firmware_to_ir() 21 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_firmware_to_ir()
|
| H A D | cper-section-dmar-generic.c | 17 char **desc_string) in cper_section_dmar_generic_to_ir() argument 20 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_dmar_generic_to_ir() 21 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_dmar_generic_to_ir()
|
| H A D | cper-section-ccix-per.c | 19 char **desc_string) in cper_section_ccix_per_to_ir() argument 22 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_ccix_per_to_ir() 23 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_ccix_per_to_ir()
|
| H A D | cper-section-dmar-iommu.c | 19 char **desc_string) in cper_section_dmar_iommu_to_ir() argument 22 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_dmar_iommu_to_ir() 23 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_dmar_iommu_to_ir()
|
| H A D | cper-section-arm.c | 52 char **desc_string) in cper_section_arm_to_ir() argument 54 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_arm_to_ir() 56 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_arm_to_ir() 63 *desc_string); in cper_section_arm_to_ir() 128 if (strlen(node_desc_str) + strlen(*desc_string) < in cper_section_arm_to_ir() 130 strncat(*desc_string, node_desc_str, in cper_section_arm_to_ir() 171 strncat(*desc_string, "; Error Type(s): {", in cper_section_arm_to_ir() 182 strlen(*desc_string) + err_info_desc_i_len < in cper_section_arm_to_ir() 184 strncat(*desc_string, err_info_desc_i, in cper_section_arm_to_ir() 186 strlen(*desc_string) - 1); in cper_section_arm_to_ir() [all …]
|
| H A D | cper-section-cxl-component.c | 18 char **desc_string) in cper_section_cxl_component_to_ir() argument 21 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_cxl_component_to_ir() 22 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_cxl_component_to_ir()
|
| H A D | cper-section-ipf.c | 21 char **desc_string) in cper_section_ipf_to_ir() argument 24 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_ipf_to_ir() 25 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_ipf_to_ir()
|
| H A D | cper-section-pci-dev.c | 17 char **desc_string) in cper_section_pci_dev_to_ir() argument 20 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_pci_dev_to_ir() 21 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_pci_dev_to_ir()
|
| H A D | cper-section-pci-bus.c | 18 char **desc_string) in cper_section_pci_bus_to_ir() argument 21 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_pci_bus_to_ir() 22 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_pci_bus_to_ir()
|
| H A D | cper-section-generic.c | 19 char **desc_string) in cper_section_generic_to_ir() argument 22 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_generic_to_ir() 23 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_generic_to_ir()
|
| H A D | cper-section-dmar-vtd.c | 19 char **desc_string) in cper_section_dmar_vtd_to_ir() argument 22 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_dmar_vtd_to_ir() 23 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_dmar_vtd_to_ir()
|
| /openbmc/libcper/include/libcper/sections/ |
| H A D | cper-section-memory.h | 80 char **desc_string); 83 char **desc_string);
|
| H A D | cper-section-ampere.h | 9 char **desc_string);
|
| H A D | cper-section-dmar-iommu.h | 13 char **desc_string);
|
| H A D | cper-section-firmware.h | 19 char **desc_string);
|
| H A D | cper-section-pci-bus.h | 30 char **desc_string);
|
| H A D | cper-section-nvidia.h | 24 char **desc_string);
|
| H A D | cper-section-dmar-generic.h | 47 char **desc_string);
|
| H A D | cper-section-generic.h | 43 char **desc_string);
|
| H A D | cper-section-ccix-per.h | 28 char **desc_string);
|
| H A D | cper-section-dmar-vtd.h | 32 char **desc_string);
|
| H A D | cper-section-ia32x64.h | 81 char **desc_string);
|