Searched refs:restartCausePath (Results 1 – 2 of 2) sorted by relevance
/openbmc/intel-ipmi-oem/src/ |
H A D | chassiscommands.cpp | 374 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 D | chassishandler.cpp | 1291 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()
|