Home
last modified time | relevance | path

Searched refs:hexstring_buf (Results 1 – 3 of 3) sorted by relevance

/openbmc/libcper/sections/
H A Dcper-section-pci-bus.c71 char hexstring_buf[EFI_UINT64_HEX_STRING_LEN]; in cper_section_pci_bus_to_ir() local
78 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%016llX", in cper_section_pci_bus_to_ir()
81 json_object_new_string(hexstring_buf)); in cper_section_pci_bus_to_ir()
88 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%016llX", in cper_section_pci_bus_to_ir()
91 json_object_new_string(hexstring_buf)); in cper_section_pci_bus_to_ir()
H A Dcper-section-pcie.c72 char hexstring_buf[EFI_UINT64_HEX_STRING_LEN]; in cper_section_pcie_to_ir() local
85 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%0X", in cper_section_pcie_to_ir()
88 json_object_new_string(hexstring_buf)); in cper_section_pcie_to_ir()
191 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, in cper_section_pcie_to_ir()
196 json_object_new_string(hexstring_buf)); in cper_section_pcie_to_ir()
211 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, in cper_section_pcie_to_ir()
215 json_object_new_string(hexstring_buf)); in cper_section_pcie_to_ir()
H A Dcper-section-memory.c97 char hexstring_buf[EFI_UINT64_HEX_STRING_LEN]; in cper_section_platform_memory_to_ir() local
98 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%016llX", in cper_section_platform_memory_to_ir()
101 json_object_new_string(hexstring_buf)); in cper_section_platform_memory_to_ir()
234 char hexstring_buf[EFI_UINT64_HEX_STRING_LEN]; in cper_section_platform_memory2_to_ir() local
235 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%016llX", in cper_section_platform_memory2_to_ir()
238 json_object_new_string(hexstring_buf)); in cper_section_platform_memory2_to_ir()