Home
last modified time | relevance | path

Searched refs:asserted (Results 1 – 25 of 213) sorted by relevance

123456789

/openbmc/phosphor-modbus/common/
H A Devents.cpp27 SensorValueIntf::Unit unit, bool asserted) -> sdbusplus::async::task<> in generateSensorReadingEvent() argument
38 if (asserted) in generateSensorReadingEvent()
77 eventName, "STATUS", (asserted ? "asserted" : "deasserted")); in generateSensorReadingEvent()
81 sdbusplus::message::object_path objectPath, bool asserted) in generateSensorFailureEvent() argument
90 if (asserted) in generateSensorFailureEvent()
112 eventName, "STATUS", (asserted ? "asserted" : "deasserted")); in generateSensorFailureEvent()
117 bool asserted) -> sdbusplus::async::task<> in generateControllerFailureEvent() argument
125 if (asserted) in generateControllerFailureEvent()
149 eventName, "STATUS", (asserted ? "asserted" : "deasserted")); in generateControllerFailureEvent()
153 std::string additionalInfo, bool asserted) in generatePowerFaultEvent() argument
[all …]
H A Devents.hpp27 SensorValueIntf::Unit unit, bool asserted)
31 bool asserted) -> sdbusplus::async::task<>;
35 bool asserted) -> sdbusplus::async::task<>;
38 std::string additionalInfo, bool asserted)
42 bool asserted) -> sdbusplus::async::task<>;
45 bool asserted) -> sdbusplus::async::task<>;
48 bool asserted) -> sdbusplus::async::task<>;
51 EventLevel level, bool asserted)
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_led_indicator_asserted.robot24 [Documentation] Verify the LED asserted at standby is set to off or blinking.
28 # pre_req_state asserted expected_indicator_led
34 [Documentation] Verify the LED asserted at runtime is set to off or blinking.
38 # pre_req_state asserted expected_indicator_led
44 [Documentation] Verify the power supply units are asserted at standby to lit or off.
48 # pre_req_state asserted expected_indicator_led
54 [Documentation] Verify the power supply units are asserted at runtime to lit or off.
58 # pre_req_state asserted expected_indicator_led
64 [Documentation] Verify the fans are asserted at standby to lit or off.
68 # pre_req_state asserted expected_indicator_led
[all …]
/openbmc/phosphor-led-manager/manager/
H A Dgroup.cpp14 bool Group::asserted(bool value) in asserted() function in phosphor::led::Group
25 asserted(value); in asserted()
30 return sdbusplus::xyz::openbmc_project::Led::server::Group::asserted(); in asserted()
35 sdbusplus::xyz::openbmc_project::Led::server::Group::asserted()) in asserted()
61 return sdbusplus::xyz::openbmc_project::Led::server::Group::asserted( in asserted()
H A Dserialize.cpp28 void Serialize::storeGroups(const std::string& group, bool asserted) in storeGroups() argument
35 if (iter != savedGroups.end() && !asserted) in storeGroups()
40 if (iter == savedGroups.end() && asserted) in storeGroups()
H A Dgroup.hpp52 asserted(true); in Group()
64 bool asserted(bool value) override;
/openbmc/pldm/oem/ibm/test/
H A Dhost_bmc_lamp_test.cpp37 lampTest.asserted(false); in TEST()
38 EXPECT_EQ(lampTest.asserted(), false); in TEST()
46 ASSERT_THROW(lampTest.asserted(true), sdbusplus::exception::SdBusError); in TEST()
48 lampTest.asserted(true); in TEST()
49 EXPECT_EQ(lampTest.asserted(), true); in TEST()
/openbmc/pldm/oem/ibm/host-bmc/
H A Dhost_lamp_test.cpp18 bool HostLampTest::asserted() const in asserted() function in pldm::led::HostLampTest
20 return sdbusplus::xyz::openbmc_project::Led::server::Group::asserted(); in asserted()
23 bool HostLampTest::asserted(bool value) in asserted() function in pldm::led::HostLampTest
34 sdbusplus::xyz::openbmc_project::Led::server::Group::asserted()) in asserted()
61 asserted(value); in asserted()
72 return sdbusplus::xyz::openbmc_project::Led::server::Group::asserted(value); in asserted()
H A Dhost_lamp_test.hpp66 bool asserted(bool value) override;
72 bool asserted() const override;
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassive.cpp445 bool asserted = false; in handleSensorValue() local
448 asserted = std::get<bool>(criticalAlarmLow->second); in handleSensorValue()
453 if (!asserted && criticalAlarmHigh != msgData.end()) in handleSensorValue()
455 asserted = std::get<bool>(criticalAlarmHigh->second); in handleSensorValue()
457 owner->setFailed(asserted); in handleSensorValue()
469 bool asserted = false; in handleSensorValue() local
472 asserted = std::get<bool>(warningAlarmHigh->second); in handleSensorValue()
474 owner->setFailed(asserted); in handleSensorValue()
485 bool asserted = std::get<bool>(available->second); in handleSensorValue() local
486 owner->setAvailable(asserted); in handleSensorValue()
[all …]
H A Ddbushelper.cpp174 bool asserted = false; in thresholdsAsserted() local
177 asserted = std::get<bool>(findCriticalLow->second); in thresholdsAsserted()
182 if (!asserted && findCriticalHigh != criticalMap.end()) in thresholdsAsserted()
184 asserted = std::get<bool>(findCriticalHigh->second); in thresholdsAsserted()
187 if (!asserted) in thresholdsAsserted()
209 asserted = std::get<bool>(findWarningHigh->second); in thresholdsAsserted()
213 return asserted; in thresholdsAsserted()
/openbmc/u-boot/drivers/reset/
H A Dsandbox-reset.c15 bool asserted; member
45 sbr->signals[reset_ctl->id].asserted = true; in sandbox_reset_assert()
56 sbr->signals[reset_ctl->id].asserted = false; in sandbox_reset_deassert()
106 return sbr->signals[id].asserted; in sandbox_reset_query()
/openbmc/phosphor-health-monitor/
H A Dbmc_health_config_json.md61 asserted.
62 - For lower bound, the threshold gets asserted if metric value falls
64 - For upper bound, the threshold gets asserted if metric value goes
67 shall be logged when threshold gets asserted.
70 threshold gets asserted.
/openbmc/phosphor-led-manager/
H A Dmeson.options25 'persistent-led-asserted',
28 description: 'Persistent the asserted status of ledgroup',
H A DREADME.md18 When multiple LED groups are asserted and contain the same LED, "Priority"
31 are asserted, the one with highest `Priority` will be represented consistently.
39 So independent of the order that these groups are asserted, if both are
40 asserted, "sys_id" should be in "Blink" state.
/openbmc/qemu/hw/intc/
H A Dsh_intc.c34 source->asserted += assert_adj; in sh_intc_toggle_source()
37 source->pending = source->asserted && in sh_intc_toggle_source()
58 trace_sh_intc_sources(source->parent->pending, source->asserted, in sh_intc_toggle_source()
60 source->vect, source->asserted ? "asserted " : in sh_intc_toggle_source()
73 if (level && !source->asserted) { in sh_intc_set_irq()
75 } else if (!level && source->asserted) { in sh_intc_set_irq()
444 s->asserted ? 0 : 1); in sh_intc_set_irl()
445 } else if (s->asserted) { in sh_intc_set_irl()
/openbmc/dbus-sensors/src/
H A DThresholds.cpp245 threshold(whichThreshold), asserted(status), assertValue(value) in ChangeParam()
249 bool asserted; member
399 change.threshold.direction, change.asserted); in checkThresholds()
401 change.asserted) in checkThresholds()
436 if (change.asserted || thresholdTimer.hasActiveTimer( in checkThresholdsPowerDelay()
437 change.threshold, !change.asserted)) in checkThresholdsPowerDelay()
440 change.asserted, change.assertValue); in checkThresholdsPowerDelay()
445 change.threshold.direction, change.asserted); in checkThresholdsPowerDelay()
/openbmc/phosphor-led-sysfs/test/
H A Dphysical.cpp160 constexpr unsigned long asserted = 127; in TEST() local
164 ON_CALL(*led, getMaxBrightness()).WillByDefault(Return(asserted)); in TEST()
167 EXPECT_CALL(*led, setBrightness(asserted)); in TEST()
199 constexpr unsigned long asserted = 127; in TEST() local
203 ON_CALL(*led, getMaxBrightness()).WillByDefault(Return(asserted)); in TEST()
207 EXPECT_CALL(*led, setBrightness(asserted)); in TEST()
/openbmc/bmcweb/redfish-core/lib/
H A Dled.hpp309 const std::function<void(bool asserted)>& callback, in afterGetLedState()
327 const std::function<void(bool asserted)>& callback, in getLedState()
366 const std::string& objPath, std::function<void(bool asserted)>&& callback) in getLocationIndicatorActive()
382 getLocationIndicatorActive(asyncResp, objPath, [asyncResp](bool asserted) { in getLocationIndicatorActive() argument
383 asyncResp->res.jsonValue["LocationIndicatorActive"] = asserted; in getLocationIndicatorActive()
/openbmc/u-boot/board/Marvell/openrd/
H A Dkwbimage.cfg134 # bit3-0: 0010, (read) M_ODT[0] is asserted during read from DRAM CS1
135 # bit7-4: 0001, (read) M_ODT[1] is asserted during read from DRAM CS0
136 # bit19-16: 0010, (write) M_ODT[0] is asserted during write to DRAM CS1.
137 # bit23-20: 0001, (write) M_ODT[1] is asserted during write to DRAM CS0.
141 # bit3-0: 1111, internal ODT is asserted during read from DRAM bank 0-3
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.hpp310 double value, bool asserted);
322 double value, bool asserted);
334 double value, bool asserted);
348 bool asserted);
/openbmc/u-boot/board/buffalo/lsxl/
H A Dkwbimage-lschl.cfg179 # bit3-0: 0b0000, (read) M_ODT[0] is not asserted during read from DRAM
180 # bit7-4: 0b0000, (read) M_ODT[1] is not asserted during read from DRAM
182 # bit19-16: 0b1100, (write) M_ODT[0] is asserted during write to DRAM CS2, CS3
183 # bit23-20: 0b0011, (write) M_ODT[1] is asserted during write to DRAM CS0, CS1
194 # bit3-0: 0b1111, internal ODT is asserted during read from DRAM bank 0-3
195 # bit7-4: 0b0000, internal ODT is not asserted during write to DRAM bank 0-3
H A Dkwbimage-lsxhl.cfg179 # bit3-0: 0b0000, (read) M_ODT[0] is not asserted during read from DRAM
180 # bit7-4: 0b0000, (read) M_ODT[1] is not asserted during read from DRAM
182 # bit19-16: 0b0001, (write) M_ODT[0] is asserted during write to DRAM CS0
183 # bit23-20: 0b0000, (write) M_ODT[1] is not asserted during write to DRAM
194 # bit3-0: 0b1111, internal ODT is asserted during read from DRAM bank 0-3
195 # bit7-4: 0b0000, internal ODT is not asserted during write to DRAM bank 0-3
/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/leds/phosphor-led-manager/
H A DLED-GroupManager-override.conf2 ExecStop=/usr/bin/led-set-all-groups-asserted.sh false
/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dampere_hightemp_start@.service7 ExecStart=/usr/sbin/ampere_hightemp.sh %i asserted

123456789