Searched refs:hexstring_buf (Results 1 – 3 of 3) sorted by relevance
| /openbmc/libcper/sections/ |
| H A D | cper-section-pci-bus.c | 90 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 D | cper-section-memory.c | 120 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 D | cper-utils.c | 504 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()
|