Home
last modified time | relevance | path

Searched refs:dumpHex (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Djson_utils.hpp37 std::unique_ptr<char[]> dumpHex(const void* data, size_t size,
H A Djson_utils.cpp76 std::unique_ptr<char[]> dumpHex(const void* data, size_t size, in dumpHex() function
H A Dpel.cpp397 dumpHex(std::data(data) + SectionHeader::flattenedSize(), in printSectionInJSON()
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp363 << dumpHex(std::data(pel.data()), pel.size(), 0, false).get() in genPELJSON()
686 dumpHex(std::data(pel.data()), pel.size(), 0, false).get(); in displayPEL()
893 dumpHex(std::data(pel.data()), pel.size(), 0, false).get(); in main()