Searched refs:journalMsg (Results 1 – 6 of 6) sorted by relevance
/openbmc/intel-ipmi-oem/include/ |
H A D | me_to_redfish_hooks.hpp | 166 std::string journalMsg = "ME Event: " + ipmiRaw; in storeRedfishEvent() local 170 journalMsg.c_str(), in storeRedfishEvent() 178 journalMsg.c_str(), in storeRedfishEvent()
|
H A D | ipmi_to_redfish_hooks.hpp | 92 std::string journalMsg = "SEL Entry Added: " + ipmiRaw; in defaultMessageHook() local 95 journalMsg.c_str(), in defaultMessageHook()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | ipmi_to_redfish_hooks.cpp | 289 std::string journalMsg = "BIOS POST IPMI event: " + ipmiRaw; in biosMessageHook() local 293 journalMsg.c_str(), in biosMessageHook() 302 journalMsg.c_str(), in biosMessageHook() 826 std::string journalMsg = "BIOS SMI IPMI event: " + ipmiRaw; in biosSMIMessageHook() local 829 journalMsg.c_str(), in biosSMIMessageHook()
|
/openbmc/phosphor-net-ipmid/command/ |
H A D | rakp12.hpp | 85 const std::string& journalMsg,
|
H A D | rakp12.cpp | 28 void logInvalidLoginRedfishEvent(const std::string& journalMsg, in logInvalidLoginRedfishEvent() argument 37 "MSG", journalMsg, "REDFISH_MESSAGE_ID", messageID, in logInvalidLoginRedfishEvent()
|
/openbmc/fb-ipmi-oem/src/ |
H A D | selcommands.cpp | 1632 const std::string& journalMsg, const std::string& messageID, in logWithRetry() argument 1640 "IPMI_RAW", journalMsg, "MESSAGE_ID", messageID, "LOG_ERR", logErr); in logWithRetry() 1696 std::string journalMsg = "SEL Entry Added: " + ipmiRaw; in ipmiStorageAddSELEntry() local 1705 logWithRetry(journalMsg, messageID, logErr, severity, ad); in ipmiStorageAddSELEntry()
|