| /openbmc/pldm/platform-mc/test/ |
| H A D | numeric_sensor_test.cpp | 97 double reading = 40.0; in TEST() local 99 convertedValue = sensor.conversionFormula(reading); in TEST() 201 double reading = 35; in TEST() local 202 highAlarm = sensor.checkThreshold(highAlarm, true, reading, highThreshold, in TEST() 205 lowAlarm = sensor.checkThreshold(lowAlarm, false, reading, lowThreshold, in TEST() 209 reading = 40; in TEST() 210 highAlarm = sensor.checkThreshold(highAlarm, true, reading, highThreshold, in TEST() 213 lowAlarm = sensor.checkThreshold(lowAlarm, false, reading, lowThreshold, in TEST() 217 reading = 45; in TEST() 218 highAlarm = sensor.checkThreshold(highAlarm, true, reading, highThreshold, in TEST() [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 251.out | 6 qemu-img: warning: error while reading block status at offset status_fail_offset_0: Input/output er… 7 qemu-img: warning: error while reading block status at offset status_fail_offset_1: Input/output er… 8 qemu-img: warning: error while reading block status at offset status_fail_offset_0: Input/output er… 9 qemu-img: warning: error while reading offset read_fail_offset_0: Input/output error 10 qemu-img: warning: error while reading block status at offset status_fail_offset_1: Input/output er… 11 qemu-img: warning: error while reading offset status_fail_offset_1: Input/output error 12 qemu-img: warning: error while reading offset read_fail_offset_2: Input/output error 13 qemu-img: warning: error while reading offset read_fail_offset_3: Input/output error 14 qemu-img: warning: error while reading offset read_fail_offset_4: Input/output error 15 qemu-img: warning: error while reading offset read_fail_offset_5: Input/output error [all …]
|
| H A D | 174.out | 4 == reading wrong format should fail == 6 == reading missing file should fail ==
|
| H A D | 074.out | 6 qemu-img: Error while reading offset 0 of blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT: Input/… 13 qemu-img: Error while reading offset 0 of blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT: Input/…
|
| /openbmc/phosphor-host-ipmid/include/dbus-sdr/ |
| H A D | sdrutils.hpp | 89 bool updateReading(double reading, int raw) in updateReading() argument 99 if (!(std::isfinite(reading))) in updateReading() 125 "NAME", sensorName, "VALUE", reading, "BYTE", raw, "GOOD", in updateReading() 134 "NAME", sensorName, "VALUE", reading, "BYTE", raw); in updateReading() 136 minValue = reading; in updateReading() 137 maxValue = reading; in updateReading() 145 if (reading < minValue) in updateReading() 149 "NAME", sensorName, "VALUE", reading, "BYTE", raw); in updateReading() 151 minValue = reading; in updateReading() 154 if (reading > maxValue) in updateReading() [all …]
|
| /openbmc/dbus-sensors/src/smbpbi/ |
| H A D | SmbpbiSensor.cpp | 160 int SmbpbiSensor::i2cReadDataBytesDouble(double& reading) in i2cReadDataBytesDouble() argument 165 static_assert(length == sizeof(reading), "Unsupported arch"); in i2cReadDataBytesDouble() 177 reading = std::numeric_limits<double>::quiet_NaN(); in i2cReadDataBytesDouble() 185 std::memcpy(&reading, &tempd, sizeof(reading)); in i2cReadDataBytesDouble() 190 int SmbpbiSensor::i2cReadDataBytesUI64(uint64_t& reading) in i2cReadDataBytesUI64() argument 195 static_assert(length == sizeof(reading), "Unsupported arch"); in i2cReadDataBytesUI64() 203 reading = 0; in i2cReadDataBytesUI64() 206 reading |= static_cast<uint64_t>(buf[byteI]) << (8 * byteI); in i2cReadDataBytesUI64() 212 int SmbpbiSensor::i2cReadDataBytes(uint8_t* reading, int length) in i2cReadDataBytes() argument 259 msgs[1].buf = reading; in i2cReadDataBytes() [all …]
|
| H A D | SmbpbiSensor.hpp | 63 int i2cReadDataBytes(uint8_t* reading, int length); 64 int i2cReadDataBytesDouble(double& reading); 65 int i2cReadDataBytesUI64(uint64_t& reading); 77 bool checkInvalidReading(uint8_t* reading, int length) in checkInvalidReading() argument 80 uint8_t* ptr = reading; in checkInvalidReading()
|
| /openbmc/telemetry/tests/src/params/ |
| H A D | metric_params.hpp | 60 MetricParams& expectedReading(Milliseconds delta, double reading) in expectedReading() argument 62 expectedReadingProperty = std::make_pair(delta, reading); in expectedReading() 100 for (auto [timestamp, reading] : mp.readings()) in operator <<() 102 os << reading << "(" << timestamp.count() << "ms), "; in operator <<() 105 auto [timestamp, reading] = mp.expectedReading(); in operator <<() 106 os << " }, expectedReading: " << reading << "(" << timestamp.count() in operator <<()
|
| /openbmc/phosphor-pid-control/test/ |
| H A D | pid_stepwisecontroller_unittest.cpp | 32 initial.reading[0] = 20.0; in TEST() 33 initial.reading[1] = 30.0; in TEST() 34 initial.reading[2] = std::numeric_limits<double>::quiet_NaN(); in TEST() 68 initial.reading[0] = 20.0; in TEST() 69 initial.reading[1] = 30.0; in TEST() 70 initial.reading[2] = std::numeric_limits<double>::quiet_NaN(); in TEST()
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_poh_counter.robot | 17 ... Script compares Minutes per count and Counter reading for the above scenarios. 24 ... Comparison between Initial POH Counter reading and reading after wait 66 [Documentation] Verify POH counter reading with wait time via IPMI. 69 # Get initial POH command counter reading. 79 # The counter reading should always be incremented by 1 for each hour. 85 [Documentation] Verify POH counter reading with wait time after host power off. 88 # Get initial POH command counter reading. 97 # Get POH counter reading after waiting for given time period. 101 # the poh counter reading should not increment. 109 # Get initial POH command counter reading. [all …]
|
| H A D | test_ipmi_sensor.robot | 24 [Documentation] Verify temperatures from IPMI sensor reading command using Redfish. 34 [Documentation] Verify temperatures from DCMI sensor reading command using Redfish. 85 [Documentation] Verify power reading via IPMI with host in off state 93 ... msg=Power reading not zero when power is off. 97 [Documentation] Test power reading via IPMI with host in booted state and 146 [Documentation] Test power reading via IPMI raw command and verify 214 [Documentation] Get IPMI or DCMI sensor reading and verify in Redfish. 219 # sensor_id Sensor id used to get reading in IPMI or DCMI. 240 # sensor_id Sensor id used to get reading in IPMI. 246 ${data}= Run IPMI Standard Command sensor reading ${ids} [all …]
|
| /openbmc/telemetry/src/metrics/ |
| H A D | collection_data.cpp | 23 double update(Milliseconds, double reading) override in update() argument 25 lastReading = reading; in update() 26 return reading; in update() 59 double update(Milliseconds timestamp, double reading) override in update() argument 61 readings.emplace_back(timestamp, reading); in update() 114 double update(Milliseconds timestamp, double reading) override in update() argument 116 readings.emplace_back(timestamp, reading); in update()
|
| /openbmc/dbus-sensors/src/exit-air/ |
| H A D | ExitAirTempSensor.cpp | 272 auto* const reading = std::get_if<double>(&(findValue->second)); in setupMatches() local 273 if (reading == nullptr) in setupMatches() 278 if (*reading < minSystemCfm && *reading != 0) in setupMatches() 283 uint64_t maxRpm = self->getMaxRpm(*reading); in setupMatches() 620 double reading = in setupMatches() local 623 cbPath, "VALUE", reading); in setupMatches() 624 self->powerReadings[cbPath] = reading; in setupMatches() 655 double reading = 0; in getTotalCFM() local 656 if (!sensor->calculate(reading)) in getTotalCFM() 660 sum += reading; in getTotalCFM() [all …]
|
| /openbmc/phosphor-pid-control/experiments/ |
| H A D | drive.cpp | 70 bool reading = true; in driveGoal() local 78 while (reading) in driveGoal() 108 reading = !valueClose(together, goal); in driveGoal() 110 if (!reading) in driveGoal() 120 reading = false; in driveGoal() 134 bool reading = true; in driveTime() local 145 while (reading) in driveTime() 160 reading = false; in driveTime()
|
| /openbmc/openbmc-tools/adcapp/src/ |
| H A D | adcapp.c | 66 unsigned short reading=0; in main() local 88 ret_val = get_adc_val(get_adc_value.channel_num, &reading); in main() 97 reading, get_adc_value.channel_num); in main()
|
| /openbmc/intel-ipmi-oem/include/ |
| H A D | sdrutils.hpp | 89 bool updateReading(double reading, int raw) in updateReading() argument 99 if (!(std::isfinite(reading))) in updateReading() 122 << ": Recovered reading, value=" << reading << " byte=" in updateReading() 132 << ": First reading, value=" << reading << " byte=" << raw in updateReading() 135 minValue = reading; in updateReading() 136 maxValue = reading; in updateReading() 144 if (reading < minValue) in updateReading() 147 << ": Lowest reading, value=" << reading in updateReading() 150 minValue = reading; in updateReading() 153 if (reading > maxValue) in updateReading() [all …]
|
| /openbmc/phosphor-pid-control/pid/ec/ |
| H A D | stepwise.cpp | 34 if (std::isnan(info.reading[ii])) in stepwise() 38 if (info.reading[ii] > input) in stepwise()
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
| H A D | 0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch | 7 Avoid confusing messages caused by EIO on reading 26 - bb_perror_msg("error reading key '%s'", outname); 32 + bb_perror_msg("error reading key '%s'", outname);
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/ |
| H A D | libio-compress-perl_2.213.bb | 1 SUMMARY = "Perl interface to allow reading and writing of compressed data." 2 DESCRIPTION = "This distribution provides a Perl interface to allow reading \ 5 IO-Compress supports reading and writing of the following compressed data \
|
| H A D | libio-compress-lzma-perl_2.213.bb | 1 SUMMARY = "Perl interface to allow reading and writing of lzma files/buffers." 2 DESCRIPTION = "This module provides a Perl interface to allow reading and \
|
| /openbmc/docs/designs/ |
| H A D | telemetry.md | 106 - SINGLE - current reading value 108 - MAX - max reading value during defined time period 109 - MIN - min reading value during defined time period 110 - SUM - sum of reading values over defined time period 280 for reading report management. The second one will be used for triggers 285 The reading report management D-Bus object: 308 structures containing reading with its metadata and timestamp of last update of 350 …reading is above normal range and requires immediate attention<br>"UpperWarning" - reading is abov… 352 …reading is changing from below to above the threshold's value<br> "Decreasing" - trigger action wh… 353 | ThresholdValue | variant | Value of reading that will trigger the threshold … [all …]
|
| /openbmc/qemu/qapi/ |
| H A D | vfio.json | 21 # available for reading. 29 # its internal state is available for reading. 33 # for reading.
|
| /openbmc/qemu/hw/nubus/ |
| H A D | trace-events | 4 nubus_slot_read(uint64_t addr, int size) "reading unassigned addr 0x%"PRIx64 " size %d" 6 nubus_super_slot_read(uint64_t addr, int size) "reading unassigned addr 0x%"PRIx64 " size %d"
|
| /openbmc/libpldm/docs/oem/meta/ |
| H A D | file-io.md | 12 | Variable | uint8 | ReadInfo | Portion of reading information. <br> There will be different readi… 19 | Variable | uint8 | ReadResponse | Portion of reading response. <br> There will be different rea…
|
| /openbmc/openbmc/poky/meta/recipes-graphics/cantarell-fonts/ |
| H A D | cantarell-fonts_0.303.1.bb | 5 on-screen reading; in particular, reading web pages on an \
|