| /openbmc/libcper/sections/ |
| H A D | cper-section-ccix-per.c | 19 char **desc_string) in cper_section_ccix_per_to_ir() argument 22 *desc_string = NULL; in cper_section_ccix_per_to_ir() 28 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_ccix_per_to_ir() 29 if (*desc_string == NULL) { in cper_section_ccix_per_to_ir() 34 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_ccix_per_to_ir() 47 free(*desc_string); in cper_section_ccix_per_to_ir() 48 *desc_string = NULL; in cper_section_ccix_per_to_ir()
|
| H A D | cper-section-ampere.c | 11 char **desc_string) in cper_section_ampere_to_ir() argument 14 *desc_string = NULL; in cper_section_ampere_to_ir() 20 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_ampere_to_ir() 21 if (*desc_string == NULL) { in cper_section_ampere_to_ir() 26 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_ampere_to_ir()
|
| H A D | cper-section-cxl-component.c | 18 char **desc_string) in cper_section_cxl_component_to_ir() argument 22 *desc_string = NULL; in cper_section_cxl_component_to_ir() 28 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_cxl_component_to_ir() 29 if (*desc_string == NULL) { in cper_section_cxl_component_to_ir() 34 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_cxl_component_to_ir() 47 free(*desc_string); in cper_section_cxl_component_to_ir() 48 *desc_string = NULL; in cper_section_cxl_component_to_ir() 52 free(*desc_string); in cper_section_cxl_component_to_ir() 53 *desc_string = NULL; in cper_section_cxl_component_to_ir()
|
| H A D | cper-section-firmware.c | 17 char **desc_string) in cper_section_firmware_to_ir() argument 20 *desc_string = NULL; in cper_section_firmware_to_ir() 26 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_firmware_to_ir() 27 if (*desc_string == NULL) { in cper_section_firmware_to_ir() 32 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_firmware_to_ir()
|
| H A D | cper-section-nvidia.c | 137 char **desc_string) in cper_section_nvidia_to_ir() argument 139 *desc_string = NULL; in cper_section_nvidia_to_ir() 145 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_nvidia_to_ir() 146 if (*desc_string == NULL) { in cper_section_nvidia_to_ir() 154 free(*desc_string); in cper_section_nvidia_to_ir() 155 *desc_string = NULL; in cper_section_nvidia_to_ir() 181 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_nvidia_to_ir() 189 *desc_string); in cper_section_nvidia_to_ir() 207 strncat(*desc_string, property_desc, in cper_section_nvidia_to_ir() 208 SECTION_DESC_STRING_SIZE - strlen(*desc_string) - 1); in cper_section_nvidia_to_ir() [all …]
|
| H A D | cper-section-memory.c | 17 UINT32 size, char **desc_string) in cper_section_platform_memory_to_ir() argument 21 *desc_string = NULL; in cper_section_platform_memory_to_ir() 27 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_platform_memory_to_ir() 28 if (*desc_string == NULL) { in cper_section_platform_memory_to_ir() 72 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_platform_memory_to_ir() 76 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_platform_memory_to_ir() 85 *desc_string); in cper_section_platform_memory_to_ir() 132 strlen(*desc_string) < in cper_section_platform_memory_to_ir() 134 strncat(*desc_string, physical_address_desc, in cper_section_platform_memory_to_ir() 161 if (strlen(node_desc) + strlen(*desc_string) < in cper_section_platform_memory_to_ir() [all …]
|
| H A D | cper-section-dmar-generic.c | 17 char **desc_string) in cper_section_dmar_generic_to_ir() argument 21 *desc_string = NULL; in cper_section_dmar_generic_to_ir() 27 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_dmar_generic_to_ir() 28 if (*desc_string == NULL) { in cper_section_dmar_generic_to_ir() 33 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_dmar_generic_to_ir()
|
| H A D | cper-section-pci-dev.c | 17 char **desc_string) in cper_section_pci_dev_to_ir() argument 21 *desc_string = NULL; in cper_section_pci_dev_to_ir() 27 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_pci_dev_to_ir() 28 if (*desc_string == NULL) { in cper_section_pci_dev_to_ir() 33 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_pci_dev_to_ir() 49 free(*desc_string); in cper_section_pci_dev_to_ir() 50 *desc_string = NULL; in cper_section_pci_dev_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 = NULL; in cper_section_dmar_iommu_to_ir() 28 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_dmar_iommu_to_ir() 29 if (*desc_string == NULL) { in cper_section_dmar_iommu_to_ir() 34 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 = NULL; in cper_section_arm_to_ir() 60 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_arm_to_ir() 61 if (*desc_string == NULL) { in cper_section_arm_to_ir() 66 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_arm_to_ir() 73 *desc_string); in cper_section_arm_to_ir() 129 if (strlen(node_desc_str) + strlen(*desc_string) < in cper_section_arm_to_ir() 131 strncat(*desc_string, node_desc_str, in cper_section_arm_to_ir() 163 free(*desc_string); in cper_section_arm_to_ir() 164 *desc_string = NULL; in cper_section_arm_to_ir() [all …]
|
| H A D | cper-section-pci-bus.c | 18 char **desc_string) in cper_section_pci_bus_to_ir() argument 22 *desc_string = NULL; in cper_section_pci_bus_to_ir() 28 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_pci_bus_to_ir() 29 if (*desc_string == NULL) { in cper_section_pci_bus_to_ir() 34 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_pci_bus_to_ir()
|
| H A D | cper-section-cxl-protocol.c | 18 char **desc_string) in cper_section_cxl_protocol_to_ir() argument 22 *desc_string = NULL; in cper_section_cxl_protocol_to_ir() 28 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_cxl_protocol_to_ir() 29 if (*desc_string == NULL) { in cper_section_cxl_protocol_to_ir() 34 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_cxl_protocol_to_ir() 50 free(*desc_string); in cper_section_cxl_protocol_to_ir() 51 *desc_string = NULL; in cper_section_cxl_protocol_to_ir()
|
| H A D | cper-section-ipf.c | 21 char **desc_string) in cper_section_ipf_to_ir() argument 24 *desc_string = NULL; in cper_section_ipf_to_ir() 30 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_ipf_to_ir() 31 if (*desc_string == NULL) { in cper_section_ipf_to_ir() 35 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_ipf_to_ir()
|
| H A D | cper-section-arm-ras.c | 23 static void arm_ras_set_desc_string_valid(char **desc_string) in arm_ras_set_desc_string_valid() argument 25 if (desc_string) { in arm_ras_set_desc_string_valid() 26 *desc_string = malloc(SECTION_DESC_STRING_SIZE); in arm_ras_set_desc_string_valid() 27 if (*desc_string) { in arm_ras_set_desc_string_valid() 28 snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in arm_ras_set_desc_string_valid() 35 char **desc_string) in arm_ras_set_desc_string_invalid() argument 37 if (desc_string) { in arm_ras_set_desc_string_invalid() 38 *desc_string = malloc(SECTION_DESC_STRING_SIZE); in arm_ras_set_desc_string_invalid() 39 if (*desc_string) { in arm_ras_set_desc_string_invalid() 40 snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in arm_ras_set_desc_string_invalid() [all …]
|
| H A D | cper-section-generic.c | 19 char **desc_string) in cper_section_generic_to_ir() argument 23 *desc_string = NULL; in cper_section_generic_to_ir() 29 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_generic_to_ir() 30 if (*desc_string == NULL) { in cper_section_generic_to_ir() 35 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 = NULL; in cper_section_dmar_vtd_to_ir() 28 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_dmar_vtd_to_ir() 29 if (*desc_string == NULL) { in cper_section_dmar_vtd_to_ir() 34 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-arm-ras.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);
|