Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dchassiscommands.cpp374 constexpr const char* restartCausePath = in getRestartCause() local
381 ipmi::getService(ctx, restartCauseIntf, restartCausePath, service); in getRestartCause()
385 ec = ipmi::getDbusProperty(ctx, service, restartCausePath, in getRestartCause()
393 entry("PATH=%s", restartCausePath), in getRestartCause()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1291 constexpr const char* restartCausePath = "/xyz/openbmc_project/state/host0"; in getRestartCause() local
1296 ipmi::getService(ctx, restartCauseIntf, restartCausePath, service); in getRestartCause()
1301 ctx, service, restartCausePath, restartCauseIntf, "RestartCause", in getRestartCause()
1314 "ERROR", ec.message(), "PATH", restartCausePath, "INTERFACE", in getRestartCause()