Home
last modified time | relevance | path

Searched refs:EFI_UINT64_HEX_STRING_LEN (Results 1 – 4 of 4) 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()
78 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%016llX", 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()
H A Dcper-section-pcie.c72 char hexstring_buf[EFI_UINT64_HEX_STRING_LEN]; in cper_section_pcie_to_ir()
85 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%0X", in cper_section_pcie_to_ir()
191 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, in cper_section_pcie_to_ir()
211 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, 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()
98 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%016llX", in cper_section_platform_memory_to_ir()
234 char hexstring_buf[EFI_UINT64_HEX_STRING_LEN]; in cper_section_platform_memory2_to_ir()
235 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%016llX", in cper_section_platform_memory2_to_ir()
/openbmc/libcper/include/libcper/
H A DCper.h58 #define EFI_UINT64_HEX_STRING_LEN 19 macro