Searched refs:toHexStr (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-networkd/src/ |
H A D | ncsi_cmd.cpp | 321 static stdplus::StrBuf toHexStr(std::span<const uint8_t> c) noexcept 353 toHexStr(payload)); in main() 362 resp->full_payload.size(), "DATA", toHexStr(resp->full_payload)); in main() 239 static stdplus::StrBuf toHexStr(std::span<const uint8_t> c) noexcept toHexStr() function
|
/openbmc/fb-ipmi-oem/src/ |
H A D | selcommands.cpp | 72 static void toHexStr(std::vector<uint8_t>& bytes, std::string& hexStr) in toHexStr() function 1402 toHexStr(oemData, oemDataStr); in parseOemUnifiedSel() 1454 toHexStr(evtData, eventData); in parseSelData() 1471 toHexStr(mfrIdData, mfrIdStr); in parseSelData() 1476 toHexStr(oemData, oemDataStr); in parseSelData() 1500 toHexStr(oemData, oemDataStr); in parseSelData() 1509 toHexStr(reqData, errLog); in parseSelData() 1686 toHexStr(data, ipmiRaw); in ipmiStorageAddSELEntry()
|
/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/phosphor-host-ipmid/ |
H A D | selutility.hpp | 180 std::string toHexStr(const T& data) in toHexStr() function
|
H A D | storagehandler.cpp | 698 auto selDataStr = ipmi::sel::toHexStr(eventData); in ipmiStorageAddSEL()
|