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