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.c88 char hexstring_buf[EFI_UINT64_HEX_STRING_LEN]; in cper_section_pci_bus_to_ir() local
93 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%016llX", in cper_section_pci_bus_to_ir()
95 add_string(section_ir, "busRequestorIDHex", hexstring_buf); in cper_section_pci_bus_to_ir()
100 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%016llX", in cper_section_pci_bus_to_ir()
102 add_string(section_ir, "busCompleterIDHex", hexstring_buf); in cper_section_pci_bus_to_ir()
H A Dcper-section-memory.c114 char hexstring_buf[EFI_UINT64_HEX_STRING_LEN]; in cper_section_platform_memory_to_ir() local
115 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%016llX", in cper_section_platform_memory_to_ir()
117 add_string(section_ir, "physicalAddressHex", hexstring_buf); in cper_section_platform_memory_to_ir()
318 char hexstring_buf[EFI_UINT64_HEX_STRING_LEN]; in cper_section_platform_memory2_to_ir() local
319 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%016llX", in cper_section_platform_memory2_to_ir()
321 add_string(section_ir, "physicalAddressHex", hexstring_buf); in cper_section_platform_memory2_to_ir()
/openbmc/libcper/
H A Dcper-utils.c575 char hexstring_buf[EFI_UINT64_HEX_STRING_LEN]; in add_int_hex_common() local
576 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%0*llX", len, in add_int_hex_common()
578 add_string(register_ir, field_name, hexstring_buf); in add_int_hex_common()