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.c59 char hexstring_buf[EFI_UINT64_HEX_STRING_LEN]; in cper_section_pci_bus_to_ir()
60 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%016llX", in cper_section_pci_bus_to_ir()
67 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%016llX", in cper_section_pci_bus_to_ir()
H A Dcper-section-pcie.c75 char hexstring_buf[EFI_UINT64_HEX_STRING_LEN]; in cper_section_pcie_to_ir()
76 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%0X", in cper_section_pcie_to_ir()
165 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%08" PRIX32, in cper_section_pcie_to_ir()
182 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%08" PRIX32, in cper_section_pcie_to_ir()
H A Dcper-section-memory.c74 char hexstring_buf[EFI_UINT64_HEX_STRING_LEN]; in cper_section_platform_memory_to_ir()
75 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%016llX", in cper_section_platform_memory_to_ir()
178 char hexstring_buf[EFI_UINT64_HEX_STRING_LEN]; in cper_section_platform_memory2_to_ir()
179 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