Searched refs:dumpHex (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | json_utils.hpp | 37 std::unique_ptr<char[]> dumpHex(const void* data, size_t size,
|
H A D | json_utils.cpp | 76 std::unique_ptr<char[]> dumpHex(const void* data, size_t size, in dumpHex() function
|
H A D | pel.cpp | 406 dumpHex(std::data(data) + SectionHeader::flattenedSize(), in printSectionInJSON()
|
/openbmc/phosphor-logging/extensions/openpower-pels/tools/ |
H A D | peltool.cpp | 362 << dumpHex(std::data(pel.data()), pel.size(), 0, false).get() in genPELJSON() 685 dumpHex(std::data(pel.data()), pel.size(), 0, false).get(); in displayPEL() 892 dumpHex(std::data(pel.data()), pel.size(), 0, false).get(); in main()
|