/openbmc/docs/designs/ |
H A D | state-management-and-external-interfaces.md | 57 "PowerCycle" 70 "PowerCycle": "Power cycle the unit.", 100 - Map `PowerCycle` to a host or chassis operation depending on the current state 102 - If host is running, then a `PowerCycle` should cycle power to the chassis 104 - If host is not running, then a `PowerCycle` should only cycle power to the 115 - `PowerCycle` 124 - `PowerCycle` -> `xyz.openbmc_project.State.Chassis.Transition.PowerCycle` 133 The `PowerCycle` operation is dependent on the current state of the host. If 136 `xyz.openbmc_project.State.Chassis.Transition.PowerCycle` 143 - `PowerCycle`: [all …]
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | outlet_group.hpp | 14 PowerCycle, enumerator 27 {PowerState::PowerCycle, "PowerCycle"},
|
H A D | resolution_step.hpp | 16 PowerCycle, enumerator 28 {ResolutionType::PowerCycle, "PowerCycle"},
|
H A D | outlet.hpp | 14 PowerCycle, enumerator 45 {PowerState::PowerCycle, "PowerCycle"},
|
H A D | resource.hpp | 44 PowerCycle, enumerator 152 {ResetType::PowerCycle, "PowerCycle"},
|
H A D | circuit.hpp | 14 PowerCycle, enumerator 124 {PowerState::PowerCycle, "PowerCycle"},
|
H A D | computer_system.hpp | 110 PowerCycle, enumerator 317 {WatchdogTimeoutActions::PowerCycle, "PowerCycle"},
|
/openbmc/phosphor-host-ipmid/app/ |
H A D | watchdog.cpp | 95 PowerCycle = 0x3, enumerator 118 case IpmiAction::PowerCycle: in ipmiActionToWdAction() 120 return WatchdogService::Action::PowerCycle; in ipmiActionToWdAction() 295 case WatchdogService::Action::PowerCycle: in wdActionToIpmiAction() 297 return IpmiAction::PowerCycle; in wdActionToIpmiAction()
|
/openbmc/bmcweb/test/redfish-core/lib/ |
H A D | system_test.cpp | 53 allowed.emplace_back(resource::ResetType::PowerCycle); in TEST() 86 allowed.emplace_back(resource::ResetType::PowerCycle); in TEST() 119 allowed.emplace_back(resource::ResetType::PowerCycle); in TEST()
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/watchdog/phosphor-watchdog/ |
H A D | phosphor-watchdog-host-cycle.service | 7 ExecStart=echo "Watchdog PowerCycle Action happened (no ops)"
|
H A D | phosphor-watchdog.service | 9 …--action_target=xyz.openbmc_project.State.Watchdog.Action.PowerCycle=phosphor-watchdog-host-cycle.…
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/watchdog/phosphor-watchdog/obmc/watchdog/ |
H A D | host0 | 6 FALLBACK_ACTION=xyz.openbmc_project.State.Watchdog.Action.PowerCycle
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | set-button-sled.service | 6 ….State.Chassis RequestedPowerTransition s "xyz.openbmc_project.State.Chassis.Transition.PowerCycle"
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/watchdog/phosphor-watchdog/ |
H A D | phosphor-watchdog@.service | 11 --action_target=xyz.openbmc_project.State.Watchdog.Action.PowerCycle=${{UNIT_POWER_CYCLE}}
|
H A D | phosphor-host-watchdog-powercycle.service | 7 …ct.State.Chassis RequestedPowerTransition s xyz.openbmc_project.State.Chassis.Transition.PowerCycle
|
/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/watchdog/phosphor-watchdog/ |
H A D | phosphor-watchdog.service | 9 …--action_target=xyz.openbmc_project.State.Watchdog.Action.PowerCycle=phosphor-watchdog-host-cycle.…
|
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/watchdog/phosphor-watchdog/ |
H A D | phosphor-watchdog.service | 9 …--action_target=xyz.openbmc_project.State.Watchdog.Action.PowerCycle=phosphor-watchdog-host-cycle.…
|
/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/watchdog/phosphor-watchdog/ |
H A D | phosphor-watchdog.service | 9 …--action_target=xyz.openbmc_project.State.Watchdog.Action.PowerCycle=phosphor-watchdog-host-powerc…
|
H A D | phosphor-watchdog-host-powercycle.service | 7 …ct.State.Chassis RequestedPowerTransition s xyz.openbmc_project.State.Chassis.Transition.PowerCycle
|
/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/watchdog/phosphor-watchdog/ |
H A D | phosphor-watchdog.service | 10 …--action_target=xyz.openbmc_project.State.Watchdog.Action.PowerCycle=phosphor-watchdog-host-cycle.…
|
H A D | phosphor-watchdog-host-cycle.service | 11 xyz.openbmc_project.State.Chassis.Transition.PowerCycle
|
/openbmc/openbmc/meta-facebook/recipes-phosphor/watchdog/phosphor-watchdog/ |
H A D | phosphor-watchdog.service | 9 …--action_target=xyz.openbmc_project.State.Watchdog.Action.PowerCycle=phosphor-watchdog-host-cycle.…
|
/openbmc/phosphor-buttons/src/ |
H A D | button_handler.cpp | 28 {"chassis-cycle", Chassis::Transition::PowerCycle}}; 364 transition = Chassis::Transition::PowerCycle; in handlePowerEvent()
|
/openbmc/phosphor-watchdog/src/ |
H A D | mainapp.cpp | 157 actionTargetMap[Watchdog::Action::PowerCycle] = *target; in main()
|
/openbmc/phosphor-state-manager/ |
H A D | chassis_state_manager.cpp | 79 {Transition::PowerCycle, in createSystemdTargetTable()
|