Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ampere/event/
H A Doem_event_manager.cpp51 std::array<std::string, 3> bootStatMsg = {" booting", " completed", " failed"}; variable
342 if (byte0 >= bootStatMsg.size()) in handleBootOverallEvent()
349 description += bootStatMsg[byte0]; in handleBootOverallEvent()