| /openbmc/phosphor-state-manager/ |
| H A D | host_state_manager.cpp | 66 if (stateActive(getTarget(server::Host::HostState::Running)) || in determineInitialState() 132 const std::string& Host::getTarget(HostState state) in getTarget() function in phosphor::state::manager::Host 137 const std::string& Host::getTarget(Transition tranReq) in getTarget() function in phosphor::state::manager::Host 144 const auto& sysdUnit = getTarget(tranReq); in executeTransition() 294 if ((newStateUnit == getTarget(server::Host::HostState::Off)) && in sysStateChangeJobRemoved() 296 (!stateActive(getTarget(server::Host::HostState::Running)))) in sysStateChangeJobRemoved() 303 else if ((newStateUnit == getTarget(server::Host::HostState::Running)) && in sysStateChangeJobRemoved() 305 (stateActive(getTarget(server::Host::HostState::Running)))) in sysStateChangeJobRemoved() 321 else if ((newStateUnit == getTarget(server::Host::HostState::Quiesced)) && in sysStateChangeJobRemoved() 323 (stateActive(getTarget(server::Host::HostState::Quiesced)))) in sysStateChangeJobRemoved() [all …]
|
| H A D | host_state_manager.hpp | 328 const std::string& getTarget(HostState state); 337 const std::string& getTarget(Transition tranReq);
|
| /openbmc/openpower-hw-diags/attn/ |
| H A D | attention.cpp | 34 pdbg_target* Attention::getTarget() const in getTarget() function in attn::Attention
|
| H A D | attention.hpp | 56 pdbg_target* getTarget() const;
|
| H A D | vital_handler.cpp | 149 pdbg_target_index(i_attention->getTarget()); // get processor number in handleVital()
|
| H A D | attn_handler.cpp | 282 pdbg_target* attnProc = i_attention->getTarget(); // proc with attention in handleSpecial()
|
| /openbmc/phosphor-mrw-tools/ |
| H A D | print_targets.pl | 25 my $thash = $targetObj->getTarget($target);
|
| H A D | gen_path_callouts.pl | 877 if (defined($targets->getTarget($target)->
|
| /openbmc/phosphor-fan-presence/control/json/ |
| H A D | fan.hpp | 101 inline auto getTarget() const in getTarget() function in phosphor::fan::control::json::Fan
|
| H A D | manager.cpp | 179 if (itZone->second->getTarget() != fan.second->getTarget() && in load() 180 fan.second->getTarget() != 0) in load() 184 itZone->second->setTarget(fan.second->getTarget()); in load()
|
| H A D | zone.hpp | 157 inline const auto& getTarget() const in getTarget() function in phosphor::fan::control::json::Zone
|
| H A D | zone.cpp | 192 (*fanItr)->setTarget(getTarget()); in unlockFanTarget()
|
| /openbmc/phosphor-fan-presence/monitor/ |
| H A D | tach_sensor.cpp | 201 uint64_t TachSensor::getTarget() const in getTarget() function in phosphor::fan::monitor::TachSensor 214 uint64_t min = getTarget() * (100 - lowerDeviation) / 100; in getRange() 215 std::optional<uint64_t> max = getTarget() * (100 + upperDeviation) / 100; in getRange()
|
| H A D | fan.cpp | 341 target = (*s)->getTarget(); in findTargetSpeed() 390 sensor.name(), sensor.functional(), sensor.getTarget(), in updateState()
|
| H A D | tach_sensor.hpp | 148 uint64_t getTarget() const;
|
| H A D | system.cpp | 515 values["target"] = sensor->getTarget(); in captureSensorData()
|
| /openbmc/openpower-hw-diags/test/ |
| H A D | test-attention.cpp | 89 pdbg_target* target_tmp = pAttn->getTarget(); in TEST_F() 153 pdbg_target* target_tmp = pAttn->getTarget(); in TEST_F()
|
| /openbmc/openpower-proc-control/procedures/common/ |
| H A D | cfam_overrides.cpp | 55 const auto& target = targets.getTarget(pos); in CFAMOverride()
|
| /openbmc/openpower-proc-control/ |
| H A D | targeting.hpp | 127 std::unique_ptr<Target>& getTarget(size_t pos);
|
| H A D | targeting.cpp | 48 std::unique_ptr<Target>& Targeting::getTarget(size_t pos) in getTarget() function in openpower::targeting::Targeting
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/ |
| H A D | context.py | 93 def getTarget(target_type, logger, target_ip, server_ip, **kwargs): member in OERuntimeTestContextExecutor 220 OERuntimeTestContextExecutor.getTarget(args.target_type,
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | testexport.bbclass | 66 target = OERuntimeTestContextExecutor.getTarget(
|
| H A D | testimage.bbclass | 337 target = OERuntimeTestContextExecutor.getTarget(
|