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.hpp33 std::unique_ptr<char[]> dumpHex(const void* data, size_t size,
H A Djson_utils.cpp64 std::unique_ptr<char[]> dumpHex(const void* data, size_t size, in dumpHex() function
H A Dpel.cpp394 dumpHex(std::data(data) + SectionHeader::flattenedSize(), in printSectionInJSON()
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp334 << dumpHex(std::data(pel.data()), pel.size(), 0, false).get() in genPELJSON()
657 dumpHex(std::data(pel.data()), pel.size(), 0, false).get(); in displayPEL()
864 dumpHex(std::data(pel.data()), pel.size(), 0, false).get(); in main()