Home
last modified time | relevance | path

Searched refs:desc_string (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/libcper/sections/
H A Dcper-section-cxl-component.c18 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()
115 free(*desc_string); in cper_section_cxl_component_to_ir()
[all …]
H A Dcper-section-dmar-iommu.c19 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()
67 free(*desc_string); in cper_section_dmar_iommu_to_ir()
68 *desc_string = NULL; in cper_section_dmar_iommu_to_ir()
84 free(*desc_string); in cper_section_dmar_iommu_to_ir()
85 *desc_string = NULL; in cper_section_dmar_iommu_to_ir()
H A Dcper-section-ampere.c11 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 Dcper-section-nvidia.c141 char **desc_string) in cper_section_nvidia_to_ir()
143 *desc_string = NULL; in cper_section_nvidia_to_ir()
149 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_nvidia_to_ir()
150 if (*desc_string == NULL) { in cper_section_nvidia_to_ir()
158 free(*desc_string); in cper_section_nvidia_to_ir()
159 *desc_string = NULL; in cper_section_nvidia_to_ir()
187 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_nvidia_to_ir()
195 *desc_string); in cper_section_nvidia_to_ir()
217 strncat(*desc_string, property_desc, in ir_section_nvidia_to_cper()
218 SECTION_DESC_STRING_SIZE - strlen(*desc_string) in ir_section_nvidia_to_cper()
115 cper_section_nvidia_to_ir(const UINT8 * section,UINT32 size,char ** desc_string) cper_section_nvidia_to_ir() argument
[all...]
H A Dcper-section-ccix-per.c19 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 Dcper-section-firmware.c17 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 Dcper-section-cxl-protocol.c18 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()
167 free(*desc_string); in cper_section_cxl_protocol_to_ir()
168 *desc_string = NULL; in cper_section_cxl_protocol_to_ir()
195 free(*desc_string); in cper_section_cxl_protocol_to_ir()
[all …]
H A Dcper-section-memory.c17 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()
78 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_platform_memory_to_ir()
82 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_platform_memory_to_ir()
91 *desc_string); in cper_section_platform_memory_to_ir()
148 strlen(*desc_string) < in cper_section_platform_memory_to_ir()
150 strncat(*desc_string, physical_address_desc, in cper_section_platform_memory_to_ir()
181 if (strlen(node_desc) + strlen(*desc_string) < in cper_section_platform_memory_to_ir()
[all …]
H A Dcper-section-dmar-generic.c17 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 Dcper-section-pci-dev.c17 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 Dcper-section-arm.c52 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()
134 if (strlen(node_desc_str) + strlen(*desc_string) < in cper_section_arm_to_ir()
136 strncat(*desc_string, node_desc_str, in cper_section_arm_to_ir()
173 free(*desc_string); in cper_section_arm_to_ir()
174 *desc_string = NULL; in cper_section_arm_to_ir()
[all …]
H A Dcper-section-ipf.c21 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 Dcper-section-pci-bus.c18 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 Dcper-section-generic.c19 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 Dcper-section-dmar-vtd.c19 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 Dcper-section-memory.h80 char **desc_string);
83 char **desc_string);
H A Dcper-section-ampere.h9 char **desc_string);
H A Dcper-section-dmar-iommu.h13 char **desc_string);
H A Dcper-section-firmware.h19 char **desc_string);
H A Dcper-section-pci-bus.h30 char **desc_string);
H A Dcper-section-nvidia.h24 char **desc_string);
H A Dcper-section-dmar-generic.h47 char **desc_string);
H A Dcper-section-generic.h43 char **desc_string);
H A Dcper-section-ccix-per.h28 char **desc_string);
H A Dcper-section-dmar-vtd.h32 char **desc_string);

12