Home
last modified time | relevance | path

Searched refs:RestartCause (Results 1 – 18 of 18) sorted by relevance

/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/watchdog/phosphor-watchdog/
H A Dphosphor-host-watchdog-reset.service8RestartCause /xyz/openbmc_project/control/host0/restart_cause xyz.openbmc_project.Control.Host.Res…
H A Dphosphor-host-watchdog-powercycle.service8RestartCause /xyz/openbmc_project/control/host0/restart_cause xyz.openbmc_project.Control.Host.Res…
/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/watchdog/phosphor-watchdog/
H A Dphosphor-watchdog-host-powercycle.service8RestartCause /xyz/openbmc_project/control/host0/restart_cause xyz.openbmc_project.Control.Host.Res…
H A Dphosphor-watchdog-host-reset.service8RestartCause /xyz/openbmc_project/control/host0/restart_cause xyz.openbmc_project.Control.Host.Res…
/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/watchdog/phosphor-watchdog/
H A Dphosphor-watchdog-host-cycle.service14 xyz.openbmc_project.Control.Host.RestartCause \
16 xyz.openbmc_project.Control.Host.RestartCause \
18 xyz.openbmc_project.State.Host.RestartCause.WatchdogTimer
H A Dphosphor-watchdog-host-reset.service14 xyz.openbmc_project.Control.Host.RestartCause \
16 xyz.openbmc_project.Control.Host.RestartCause \
18 xyz.openbmc_project.State.Host.RestartCause.WatchdogTimer
/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/watchdog/phosphor-watchdog/
H A Dphosphor-watchdog-host-reset.service9RestartCause /xyz/openbmc_project/control/host0/restart_cause xyz.openbmc_project.Control.Host.Res…
H A Dphosphor-watchdog-host-cycle.service9RestartCause /xyz/openbmc_project/control/host0/restart_cause xyz.openbmc_project.Control.Host.Res…
/openbmc/x86-power-control/src/
H A Dpower_control.cpp626 enum class RestartCause enum
641 case RestartCause::command: in getRestartCause()
644 case RestartCause::resetButton: in getRestartCause()
647 case RestartCause::powerButton: in getRestartCause()
650 case RestartCause::watchdog: in getRestartCause()
653 case RestartCause::powerPolicyOn: in getRestartCause()
656 case RestartCause::powerPolicyRestore: in getRestartCause()
659 case RestartCause::softReset: in getRestartCause()
667 static void addRestartCause(const RestartCause cause) in addRestartCause()
686 if ((causeSet.contains(RestartCause::command)) || in resetACBootProperty()
[all …]
/openbmc/openbmc/meta-facebook/recipes-phosphor/watchdog/phosphor-watchdog/
H A Dphosphor-watchdog-host-reset.service8 …ect/state/host0 xyz.openbmc_project.State.Host RestartCause s xyz.openbmc_project.State.Host.Resta…
H A Dphosphor-watchdog-host-cycle.service7 …ect/state/host0 xyz.openbmc_project.State.Host RestartCause s xyz.openbmc_project.State.Host.Resta…
/openbmc/phosphor-state-manager/service_files/
H A Dphosphor-reset-sensor-states@.service13 …ct/state/host%i xyz.openbmc_project.State.Host RestartCause s xyz.openbmc_project.State.Host.Resta…
/openbmc/openpower-proc-control/service_files/
H A Dop-enter-mpreboot@.service.in30 …ct/state/host%i xyz.openbmc_project.State.Host RestartCause s xyz.openbmc_project.State.Host.Rest…
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DHost.interface.yaml34 - name: RestartCause
35 type: enum[self.RestartCause]
101 - name: RestartCause
/openbmc/phosphor-state-manager/scripts/
H A Dhost-reboot23 xyz.openbmc_project.State.Host RestartCause \
/openbmc/phosphor-state-manager/
H A Ddiscover_system_state.cpp182 server::Host::RestartCause::PowerPolicyAlwaysOn)); in main()
234 server::Host::RestartCause::PowerPolicyPreviousState)); in main()
H A Dscheduled_host_transition.cpp117 convertForMessage(HostState::RestartCause::ScheduledPowerOn); in hostTransition()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1241 restartCauseToIpmiRestartCause(State::Host::RestartCause cause) in restartCauseToIpmiRestartCause()
1245 case State::Host::RestartCause::Unknown: in restartCauseToIpmiRestartCause()
1249 case State::Host::RestartCause::RemoteCommand: in restartCauseToIpmiRestartCause()
1253 case State::Host::RestartCause::ResetButton: in restartCauseToIpmiRestartCause()
1257 case State::Host::RestartCause::PowerButton: in restartCauseToIpmiRestartCause()
1261 case State::Host::RestartCause::WatchdogTimer: in restartCauseToIpmiRestartCause()
1265 case State::Host::RestartCause::PowerPolicyAlwaysOn: in restartCauseToIpmiRestartCause()
1269 case State::Host::RestartCause::PowerPolicyPreviousState: in restartCauseToIpmiRestartCause()
1273 case State::Host::RestartCause::SoftReset: in restartCauseToIpmiRestartCause()