/openbmc/phosphor-state-manager/ |
H A D | host_state_manager.cpp | 65 if (stateActive(getTarget(server::Host::HostState::Running)) || in determineInitialState() 130 const std::string& Host::getTarget(HostState state) in getTarget() function in phosphor::state::manager::Host 135 const std::string& Host::getTarget(Transition tranReq) in getTarget() function in phosphor::state::manager::Host 142 const auto& sysdUnit = getTarget(tranReq); in executeTransition() 292 if ((newStateUnit == getTarget(server::Host::HostState::Off)) && in sysStateChangeJobRemoved() 294 (!stateActive(getTarget(server::Host::HostState::Running)))) in sysStateChangeJobRemoved() 301 else if ((newStateUnit == getTarget(server::Host::HostState::Running)) && in sysStateChangeJobRemoved() 303 (stateActive(getTarget(server::Host::HostState::Running)))) in sysStateChangeJobRemoved() 319 else if ((newStateUnit == getTarget(server::Host::HostState::Quiesced)) && in sysStateChangeJobRemoved() 321 (stateActive(getTarget(server::Host::HostState::Quiesced)))) in sysStateChangeJobRemoved() [all …]
|
H A D | host_state_manager.hpp | 324 const std::string& getTarget(HostState state); 333 const std::string& getTarget(Transition tranReq);
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | tach_sensor.cpp | 199 uint64_t TachSensor::getTarget() const in getTarget() function in phosphor::fan::monitor::TachSensor 212 uint64_t min = getTarget() * (100 - lowerDeviation) / 100; in getRange() 213 std::optional<uint64_t> max = getTarget() * (100 + upperDeviation) / 100; in getRange()
|
H A D | fan.cpp | 340 target = (*s)->getTarget(); in findTargetSpeed() 389 sensor.name(), sensor.functional(), sensor.getTarget(), in updateState()
|
H A D | tach_sensor.hpp | 149 uint64_t getTarget() const;
|
H A D | system.cpp | 516 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-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 | 194 (*fanItr)->setTarget(getTarget()); in unlockFanTarget()
|
/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/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/classes-recipe/ |
H A D | testexport.bbclass | 66 target = OERuntimeTestContextExecutor.getTarget(
|
H A D | testimage.bbclass | 335 target = OERuntimeTestContextExecutor.getTarget(
|