Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dchassiscommands.cpp620 std::string restartCauseStr; in ipmiGetSystemRestartCause() local
621 if (!getRestartCause(ctx, restartCauseStr)) in ipmiGetSystemRestartCause()
627 return ipmi::responseSuccess(getRestartCauseValue(restartCauseStr), in ipmiGetSystemRestartCause()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1299 std::string restartCauseStr; in getRestartCause() local
1302 restartCauseStr); in getRestartCause()
1306 State::Host::convertRestartCauseFromString(restartCauseStr); in getRestartCause()