Searched refs:toHexStr (Results 1 – 5 of 5) sorted by relevance
| /openbmc/intel-ipmi-oem/src/ |
| H A D | ipmi_to_redfish_hooks.cpp | 31 static void toHexStr(const boost::beast::span<uint8_t> bytes, in toHexStr() function 148 toHexStr(boost::beast::span<uint8_t>(post), postStr); in biosMessageHook() 889 redfish_hooks::toHexStr(boost::beast::span<uint8_t>(selBytes), ipmiRaw); in checkRedfishHooks() 927 redfish_hooks::toHexStr(boost::beast::span<uint8_t>(selBytes), ipmiRaw); in checkRedfishHooks()
|
| /openbmc/fb-ipmi-oem/src/ |
| H A D | selcommands.cpp | 74 static void toHexStr(std::vector<uint8_t>& bytes, std::string& hexStr) in toHexStr() function 1404 toHexStr(oemData, oemDataStr); in parseOemUnifiedSel() 1456 toHexStr(evtData, eventData); in parseSelData() 1473 toHexStr(mfrIdData, mfrIdStr); in parseSelData() 1478 toHexStr(oemData, oemDataStr); in parseSelData() 1502 toHexStr(oemData, oemDataStr); in parseSelData() 1511 toHexStr(reqData, errLog); in parseSelData() 1647 toHexStr(data, ipmiRaw); in ipmiStorageAddSELEntry()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | selutility.hpp | 164 std::string toHexStr(const T& data) in toHexStr() function
|
| H A D | storagehandler.cpp | 686 auto selDataStr = ipmi::sel::toHexStr(eventData); in ipmiStorageAddSEL()
|
| /openbmc/phosphor-networkd/src/ |
| H A D | ncsi_cmd.cpp | 343 static stdplus::StrBuf toHexStr(std::span<const uint8_t> c) noexcept in toHexStr() function 380 << " bytes: " << toHexStr(payload).data() << std::endl; in ncsiCommand() 391 << toHexStr(resp->full_payload).data() << std::endl; in ncsiCommand()
|