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.c90 char hexstring_buf[EFI_UINT64_HEX_STRING_LEN]; in cper_section_pci_bus_to_ir() local
97 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%016llX", in cper_section_pci_bus_to_ir()
100 json_object_new_string(hexstring_buf)); in cper_section_pci_bus_to_ir()
107 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%016llX", in cper_section_pci_bus_to_ir()
110 json_object_new_string(hexstring_buf)); in cper_section_pci_bus_to_ir()
H A Dcper-section-memory.c120 char hexstring_buf[EFI_UINT64_HEX_STRING_LEN]; in cper_section_platform_memory_to_ir() local
121 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%016llX", in cper_section_platform_memory_to_ir()
124 json_object_new_string(hexstring_buf)); in cper_section_platform_memory_to_ir()
354 char hexstring_buf[EFI_UINT64_HEX_STRING_LEN]; in cper_section_platform_memory2_to_ir() local
355 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%016llX", in cper_section_platform_memory2_to_ir()
358 json_object_new_string(hexstring_buf)); in cper_section_platform_memory2_to_ir()
/openbmc/libcper/
H A Dcper-utils.c504 char hexstring_buf[EFI_UINT64_HEX_STRING_LEN]; in add_int_hex_common() local
505 snprintf(hexstring_buf, EFI_UINT64_HEX_STRING_LEN, "0x%0*llX", len, in add_int_hex_common()
508 json_object_new_string(hexstring_buf)); in add_int_hex_common()