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.cpp375 constexpr const char* restartCausePath = in getRestartCause() local
382 ipmi::getService(ctx, restartCauseIntf, restartCausePath, service); in getRestartCause()
386 ec = ipmi::getDbusProperty(ctx, service, restartCausePath, in getRestartCause()
394 entry("PATH=%s", restartCausePath), in getRestartCause()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1356 constexpr const char* restartCausePath = "/xyz/openbmc_project/state/host0"; in getRestartCause() local
1360 ipmi::getService(ctx, HostState::interface, restartCausePath, service); in getRestartCause()
1365 ctx, service, restartCausePath, HostState::interface, in getRestartCause()
1378 "ERROR", ec.message(), "PATH", restartCausePath, "INTERFACE", in getRestartCause()