Home
last modified time | relevance | path

Searched refs:reading (Results 1 – 25 of 923) sorted by relevance

12345678910>>...37

/openbmc/qemu/tests/qemu-iotests/
H A D251.out6 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
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
16 qemu-img: warning: error while reading offset read_fail_offset_6: Input/output error
17 qemu-img: warning: error while reading offset read_fail_offset_7: Input/output error
18 qemu-img: warning: error while reading offset read_fail_offset_8: Input/output error
[all …]
H A D174.out4 == reading wrong format should fail ==
6 == reading missing file should fail ==
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsdrutils.hpp90 bool updateReading(double reading, int raw) in updateReading() argument
100 if (!(std::isfinite(reading))) in updateReading()
137 minValue = reading; in updateReading()
138 maxValue = reading; in updateReading()
146 if (reading < minValue) in updateReading()
149 << ": Lowest reading, value=" << reading in updateReading()
152 minValue = reading; in updateReading()
155 if (reading > maxValue) in updateReading()
161 maxValue = reading; in updateReading()
208 bool updateReading(size_t index, double reading, int raw) in updateReading() argument
[all …]
/openbmc/linux/drivers/accessibility/speakup/
H A DDefaultKeyAssignments12 InsKeyPad-8 say from top of screen to reading cursor.
18 InsKeyPad-4 say from left edge of line to reading cursor.
20 InsKeyPad-6 Say from reading cursor to right edge of line.
26 InsKeyPad-plus Say from reading cursor line to bottom of screen.
27 KeyPad-Minus Park reading cursor (toggle)
31 InsKeyPad-9 Move reading cursor to top of screen (insert pgup)
32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn)
33 InsKeyPad-7 Move reading cursor to left edge of screen (insert home)
34 InsKeyPad-1 Move reading cursor to right edge of screen (insert end)
35 ControlKeyPad-1 Move reading cursor to last character on current line.
[all …]
/openbmc/phosphor-pid-control/test/
H A Dpid_stepwisecontroller_unittest.cpp30 initial.reading[0] = 20.0; in TEST()
31 initial.reading[1] = 30.0; in TEST()
32 initial.reading[2] = std::numeric_limits<double>::quiet_NaN(); in TEST()
66 initial.reading[0] = 20.0; in TEST()
67 initial.reading[1] = 30.0; in TEST()
68 initial.reading[2] = std::numeric_limits<double>::quiet_NaN(); in TEST()
/openbmc/telemetry/tests/src/params/
H A Dmetric_params.hpp60 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/openbmc-test-automation/ipmi/
H A Dtest_ipmi_poh_counter.robot24 ... 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.
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.
118 # Get POH Counter reading after waiting for given time period.
122 # the pon counter reading should increment by 1.
[all …]
H A Dtest_ipmi_sensor.robot94 ... msg=Power reading not zero when power is off.
233 # sensor_id Sensor id used to get reading in IPMI.
241 # Example reading:
257 # sensor_id Sensor id used to get reading in DCMI.
263 # Example reading:
282 [Documentation] Get temperature reading from Redfish.
309 ${reading}= Set Variable ${data}[Reading]
320 # Example of power reading command output via IPMI.
321 # Instantaneous power reading: 235 Watts
324 # Average power reading over sample period: 235 Watts
[all …]
/openbmc/telemetry/src/metrics/
H A Dcollection_data.cpp23 double update(Milliseconds, double reading) override in update() argument
25 lastReading = reading; in update()
26 return reading; in update()
60 double update(Milliseconds timestamp, double reading) override in update() argument
62 readings.emplace_back(timestamp, reading); in update()
115 double update(Milliseconds timestamp, double reading) override in update() argument
117 readings.emplace_back(timestamp, reading); in update()
/openbmc/linux/drivers/hwmon/
H A Dpowr1220.c110 int reading; in powr1220_read_adc() local
145 reading = result >> 4; in powr1220_read_adc()
152 reading |= result << 4; in powr1220_read_adc()
155 reading *= ADC_STEP_MV; in powr1220_read_adc()
156 data->adc_values[ch_num] = reading; in powr1220_read_adc()
159 result = reading; in powr1220_read_adc()
161 if (reading > data->adc_maxes[ch_num]) in powr1220_read_adc()
162 data->adc_maxes[ch_num] = reading; in powr1220_read_adc()
/openbmc/dbus-sensors/src/
H A DExitAirTempSensor.cpp273 if (reading == nullptr) in setupMatches()
278 if (*reading < minSystemCfm && *reading != 0) in setupMatches()
666 double reading = 0; in getTotalCFM() local
671 sum += reading; in getTotalCFM()
733 totalPower += reading; in calculate()
777 reading /= cfm; in calculate()
778 reading += inletTemp; in calculate()
808 lastReading = reading; in calculate()
826 reading = ((reading * alphaDT) + (lastReading * (1.0 - alphaDT))); in calculate()
833 val = reading; in calculate()
[all …]
/openbmc/intel-ipmi-oem/include/
H A Dsdrutils.hpp89 bool updateReading(double reading, int raw) in updateReading() argument
99 if (!(std::isfinite(reading))) in updateReading()
136 minValue = reading; in updateReading()
137 maxValue = reading; in updateReading()
145 if (reading < minValue) in updateReading()
148 << ": Lowest reading, value=" << reading in updateReading()
151 minValue = reading; in updateReading()
154 if (reading > maxValue) in updateReading()
160 maxValue = reading; in updateReading()
207 bool updateReading(size_t index, double reading, int raw) in updateReading() argument
[all …]
/openbmc/phosphor-pid-control/experiments/
H A Ddrive.cpp76 bool reading = true; in driveGoal() local
84 while (reading) in driveGoal()
114 reading = !valueClose(together, goal); in driveGoal()
116 if (!reading) in driveGoal()
126 reading = false; in driveGoal()
140 bool reading = true; in driveTime() local
151 while (reading) in driveTime()
166 reading = false; in driveTime()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dbpf_prog_profiler.bpf.c79 struct bpf_perf_event_value reading; in BPF_PROG() local
84 err = bpf_perf_event_read_value(&events, cpu, &reading, sizeof(reading)); in BPF_PROG()
88 fexit_update_maps(&reading); in BPF_PROG()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DReport.interface.yaml35 and array of metric Id, metadata, reading value and timestamp of
36 single reading update in milliseconds. Metric Id and metadata are
65 Defines the name of reading report to be exposed over D-Bus.
86 Store maximal reading during defined time period.
89 Store minimal reading during defined time period.
102 On sensor reading change.
115 Last sensor reading is written to Readings overwriting the
120 Append sensor reading to Readings up to limit specify in
124 Append sensor reading to Readings up to limit specify in
132 The corresponding metric apply to a point in time. The reading
[all …]
/openbmc/openbmc-tools/adcapp/src/
H A Dadcapp.c66 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/linux/drivers/media/usb/gspca/
H A Dsn9c2028.c100 static int sn9c2028_read4(struct gspca_dev *gspca_dev, u8 *reading) in sn9c2028_read4() argument
112 memcpy(reading, gspca_dev->usb_buf, 4); in sn9c2028_read4()
114 reading[0], reading[1], reading[2], reading[3]); in sn9c2028_read4()
121 __u8 reading[4]; in sn9c2028_long_command() local
135 memset(reading, 0, 4); in sn9c2028_long_command()
136 status = sn9c2028_read4(gspca_dev, reading); in sn9c2028_long_command()
/openbmc/linux/tools/bpf/bpftool/skeleton/
H A Dprofiler.bpf.c62 struct bpf_perf_event_value___local reading; in BPF_PROG() local
65 err = bpf_perf_event_read_value(&events, key, (void *)&reading, in BPF_PROG()
66 sizeof(reading)); in BPF_PROG()
69 *(ptrs[i]) = reading; in BPF_PROG()
/openbmc/docs/designs/
H A Dtelemetry.md104 - SINGLE - current reading value
106 - MAX - max reading value during defined time period
107 - MIN - min reading value during defined time period
108 - SUM - sum of reading values over defined time period
278 for reading report management. The second one will be used for triggers
283 The reading report management D-Bus object:
409 The trigger object also contains information about reading, for which trigger
528 Telemetry is gathering D-Bus sensors readings and exposing them in reading
668 statistics are shown in the table below. The reading report is mapped into
693 reading reports to obtain the desired amount of 30 or 50 reading reports.
[all …]
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dadc128d818.txt7 1 temperature reading (internal)
12 1 temperature reading (internal)
16 1 temperature reading (internal)
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-damon132 Description: Writing to and reading from this file sets and gets the start
138 Description: Writing to and reading from this file sets and gets the end
193 Description: Writing to and reading from this file sets and gets the time
199 Description: Writing to and reading from this file sets and gets the size
211 Description: Writing to and reading from this file sets and gets the
218 Description: Writing to and reading from this file sets and gets the
225 Description: Writing to and reading from this file sets and gets the
254 Description: Writing to and reading from this file sets and gets the mid
260 Description: Writing to and reading from this file sets and gets the low
283 reading from this file sets and gets the path to the memory
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Sensor/Aggregation/History/
H A DAverage.interface.yaml10 The reading scaling factor N, where the actual reading is value *
16 The unit of the reading. Immutable once set for a sensor. For objects
35 A sensor reading unit.
H A DMaximum.interface.yaml10 The reading scaling factor N, where the actual reading is value *
16 The unit of the reading. Immutable once set for a sensor. For objects
35 A sensor reading unit.
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/
H A Dlibio-compress-perl_2.206.bb1 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 \
/openbmc/phosphor-pid-control/pid/ec/
H A Dstepwise.cpp35 if (std::isnan(info.reading[ii])) in stepwise()
39 if (info.reading[ii] > input) in stepwise()

12345678910>>...37