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.cpp623 std::string restartCauseStr; in ipmiGetSystemRestartCause() local
624 if (!getRestartCause(ctx, restartCauseStr)) in ipmiGetSystemRestartCause()
630 return ipmi::responseSuccess(getRestartCauseValue(restartCauseStr), in ipmiGetSystemRestartCause()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1397 std::string restartCauseStr; in ipmiGetSystemRestartCause()
1400 HostState::property_names::restart_cause, restartCauseStr);
1404 State::Host::convertRestartCauseFromString(restartCauseStr);
1363 std::string restartCauseStr; getRestartCause() local