Home
last modified time | relevance | path

Searched refs:outstr_len (Results 1 – 17 of 17) sorted by relevance

/openbmc/libcper/sections/
H A Dcper-section-memory.c19 int outstr_len = 0; in cper_section_platform_memory_to_ir() local
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()
85 if (outstr_len < 0) { in cper_section_platform_memory_to_ir()
88 } else if (outstr_len > SECTION_DESC_STRING_SIZE) { in cper_section_platform_memory_to_ir()
135 outstr_len = snprintf(physical_address_desc, in cper_section_platform_memory_to_ir()
139 if (outstr_len < 0) { in cper_section_platform_memory_to_ir()
142 } else if (outstr_len > EFI_ERROR_DESCRIPTION_STRING_LEN) { in cper_section_platform_memory_to_ir()
151 outstr_len); in cper_section_platform_memory_to_ir()
170 outstr_len in cper_section_platform_memory_to_ir()
242 int outstr_len = 0; cper_section_platform_memory2_to_ir() local
[all...]
H A Dcper-section-ampere.c13 int outstr_len = 0; in cper_section_ampere_to_ir() local
26 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_ampere_to_ir()
28 if (outstr_len < 0) { in cper_section_ampere_to_ir()
31 } else if (outstr_len > SECTION_DESC_STRING_SIZE) { in cper_section_ampere_to_ir()
H A Dcper-section-firmware.c19 int outstr_len = 0; in cper_section_firmware_to_ir() local
32 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_firmware_to_ir()
34 if (outstr_len < 0) { in cper_section_firmware_to_ir()
37 } else if (outstr_len > SECTION_DESC_STRING_SIZE) { in cper_section_firmware_to_ir()
H A Dcper-section-dmar-generic.c19 int outstr_len = 0; in cper_section_dmar_generic_to_ir() local
33 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_dmar_generic_to_ir()
35 if (outstr_len < 0) { in cper_section_dmar_generic_to_ir()
38 } else if (outstr_len > SECTION_DESC_STRING_SIZE) { in cper_section_dmar_generic_to_ir()
H A Dcper-section-nvidia.c153 int outstr_len = 0; in cper_section_nvidia_to_ir()
154 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_nvidia_to_ir()
157 if (outstr_len < 0) { in cper_section_nvidia_to_ir()
160 } else if (outstr_len > SECTION_DESC_STRING_SIZE) { in cper_section_nvidia_to_ir()
174 outstr_len = snprintf(property_desc, EFI_ERROR_DESCRIPTION_STRING_LEN, in cper_section_nvidia_to_ir()
176 if (outstr_len < 0) { in cper_section_nvidia_to_ir()
178 } else if (outstr_len > EFI_ERROR_DESCRIPTION_STRING_LEN) { in cper_section_nvidia_to_ir()
140 int outstr_len = 0; cper_section_nvidia_to_ir() local
H A Dcper-section-ccix-per.c21 int outstr_len = 0; in cper_section_ccix_per_to_ir() local
34 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_ccix_per_to_ir()
36 if (outstr_len < 0) { in cper_section_ccix_per_to_ir()
39 } else if (outstr_len > SECTION_DESC_STRING_SIZE) { in cper_section_ccix_per_to_ir()
H A Dcper-section-dmar-iommu.c21 int outstr_len = 0; in cper_section_dmar_iommu_to_ir() local
34 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_dmar_iommu_to_ir()
36 if (outstr_len < 0) { in cper_section_dmar_iommu_to_ir()
39 } else if (outstr_len > SECTION_DESC_STRING_SIZE) { in cper_section_dmar_iommu_to_ir()
H A Dcper-section-cxl-component.c20 int outstr_len = 0; in cper_section_cxl_component_to_ir() local
34 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_cxl_component_to_ir()
36 if (outstr_len < 0) { in cper_section_cxl_component_to_ir()
39 } else if (outstr_len > SECTION_DESC_STRING_SIZE) { in cper_section_cxl_component_to_ir()
H A Dcper-section-ipf.c23 int outstr_len = 0; in cper_section_ipf_to_ir() local
35 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_ipf_to_ir()
37 if (outstr_len < 0) { in cper_section_ipf_to_ir()
40 } else if (outstr_len > SECTION_DESC_STRING_SIZE) { in cper_section_ipf_to_ir()
H A Dcper-section-pci-dev.c19 int outstr_len = 0; in cper_section_pci_dev_to_ir() local
33 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_pci_dev_to_ir()
35 if (outstr_len < 0) { in cper_section_pci_dev_to_ir()
38 } else if (outstr_len > SECTION_DESC_STRING_SIZE) { in cper_section_pci_dev_to_ir()
H A Dcper-section-pci-bus.c20 int outstr_len = 0; in cper_section_pci_bus_to_ir() local
34 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_pci_bus_to_ir()
36 if (outstr_len < 0) { in cper_section_pci_bus_to_ir()
39 } else if (outstr_len > SECTION_DESC_STRING_SIZE) { in cper_section_pci_bus_to_ir()
H A Dcper-section-generic.c21 int outstr_len = 0; in cper_section_generic_to_ir() local
35 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_generic_to_ir()
37 if (outstr_len < 0) { in cper_section_generic_to_ir()
40 } else if (outstr_len > SECTION_DESC_STRING_SIZE) { in cper_section_generic_to_ir()
H A Dcper-section-arm.c65 int outstr_len = 0; in cper_section_arm_to_ir()
66 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_arm_to_ir()
68 if (outstr_len < 0) { in cper_section_arm_to_ir()
71 } else if (outstr_len > SECTION_DESC_STRING_SIZE) { in cper_section_arm_to_ir()
123 outstr_len = snprintf(node_desc_str, in cper_section_arm_to_ir()
126 if (outstr_len < 0) { in cper_section_arm_to_ir()
129 } else if (outstr_len > EFI_ERROR_DESCRIPTION_STRING_LEN) { in cper_section_arm_to_ir()
137 outstr_len); in cper_section_arm_to_ir()
328 int outstr_len = 0; in cper_arm_error_info_to_ir()
441 outstr_len in cper_arm_error_info_to_ir()
55 int outstr_len = 0; cper_section_arm_to_ir() local
312 int outstr_len = 0; cper_arm_error_info_to_ir() local
[all...]
H A Dcper-section-dmar-vtd.c21 int outstr_len = 0; in cper_section_dmar_vtd_to_ir() local
34 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_dmar_vtd_to_ir()
36 if (outstr_len < 0) { in cper_section_dmar_vtd_to_ir()
39 } else if (outstr_len > SECTION_DESC_STRING_SIZE) { in cper_section_dmar_vtd_to_ir()
H A Dcper-section-cxl-protocol.c20 int outstr_len = 0; in cper_section_cxl_protocol_to_ir() local
34 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_cxl_protocol_to_ir()
36 if (outstr_len < 0) { in cper_section_cxl_protocol_to_ir()
39 } else if (outstr_len > SECTION_DESC_STRING_SIZE) { in cper_section_cxl_protocol_to_ir()
H A Dcper-section-pcie.c300 int outstr_len = 0; in cper_section_pcie_to_ir() local
312 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_pcie_to_ir()
314 if (outstr_len < 0) { in cper_section_pcie_to_ir()
317 } else if (outstr_len > SECTION_DESC_STRING_SIZE) { in cper_section_pcie_to_ir()
H A Dcper-section-ia32x64.c52 int outstr_len = 0; in cper_section_ia32x64_to_ir() local
66 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_ia32x64_to_ir()
68 if (outstr_len < 0) { in cper_section_ia32x64_to_ir()
71 } else if (outstr_len > SECTION_DESC_STRING_SIZE) { in cper_section_ia32x64_to_ir()