Home
last modified time | relevance | path

Searched refs:Unit (Results 1 – 25 of 1194) sorted by relevance

12345678910>>...48

/openbmc/phosphor-power/phosphor-regulators/src/
H A Ddbus_sensor.cpp77 Unit unit;
175 void DBusSensor::getTypeBasedProperties(std::string& objectPath, Unit& unit, in getTypeBasedProperties()
183 unit = Unit::Amperes; in getTypeBasedProperties()
192 unit = Unit::Amperes; in getTypeBasedProperties()
200 unit = Unit::Amperes; in getTypeBasedProperties()
208 unit = Unit::Watts; in getTypeBasedProperties()
217 unit = Unit::DegreesC; in getTypeBasedProperties()
226 unit = Unit::DegreesC; in getTypeBasedProperties()
234 unit = Unit::Volts; in getTypeBasedProperties()
243 unit = Unit::Volts; in getTypeBasedProperties()
[all …]
H A Ddbus_sensor.hpp75 using Unit = sdbusplus::xyz::openbmc_project::Sensor::server::Value::Unit; typedef
288 void getTypeBasedProperties(std::string& objectPath, Unit& unit,
/openbmc/phosphor-hwmon/
H A Dhwmon.hpp53 std::make_tuple(hwmon::type::ctemp, ValueInterface::Unit::DegreesC, -3,
55 std::make_tuple(hwmon::type::cfan, ValueInterface::Unit::RPMS, 0,
57 std::make_tuple(hwmon::type::cvolt, ValueInterface::Unit::Volts, -3,
59 std::make_tuple(hwmon::type::ccurr, ValueInterface::Unit::Amperes, -3,
61 std::make_tuple(hwmon::type::cenergy, ValueInterface::Unit::Joules, -6,
63 std::make_tuple(hwmon::type::cpower, ValueInterface::Unit::Watts, -6,
/openbmc/qemu/libdecnumber/
H A DdecNumber.c201 static Unit uarrone[1]={1}; /* Unit array of 1, used for incrementing */
240 static Int decGetDigits(Unit *, Int);
252 static void decReverse(Unit *, Unit *);
253 static void decSetCoeff(decNumber *, decContext *, const Unit *,
258 static Int decShiftToLeast(Unit *, Int, Int);
259 static Int decShiftToMost(Unit *, Int, Int);
263 static Int decUnitAddSub(const Unit *, Int, const Unit *, Int, Int,
264 Unit *, Int);
265 static Int decUnitCompare(const Unit *, Int, const Unit *, Int, Int);
321 static void decDumpAr(char, const Unit *, Int);
[all …]
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal64.c624 const Unit *inu=dn->lsu; /* -> current input unit */ in decDigitsToDPD()
625 Unit uar[DECMAXUNITS]; /* working copy of units, iff shifted */ in decDigitsToDPD()
627 Unit in; /* current unit */ in decDigitsToDPD()
634 const Unit *source; /* .. */ in decDigitsToDPD()
635 Unit *target, *first; /* .. */ in decDigitsToDPD()
656 if (target<=first) *target=(Unit)next; /* write to target iff valid */ in decDigitsToDPD()
662 *target=(Unit)next; in decDigitsToDPD()
684 Unit dig; /* current digit */ in decDigitsToDPD()
688 Unit temp=(Unit)((uInt)(in*6554)>>16); in decDigitsToDPD()
689 dig=(Unit)(in-X10(temp)); in decDigitsToDPD()
[all …]
/openbmc/u-boot/test/
H A DKconfig2 bool "Unit tests"
10 bool "Unit tests for library functions"
18 bool "Unit tests for time functions"
27 bool "Unit tests for Unicode functions"
/openbmc/phosphor-virtual-sensor/src/
H A Dthresholds.hpp24 using Unit = sdbusplus::xyz::openbmc_project::Sensor::server::Value::Unit; typedef
60 auto tryCommit(const std::string& objPath, double value, Unit unit, in tryCommit()
108 Unit units;
124 Threshold(sdbusplus::bus_t& bus, const char* path, Unit units) : in Threshold()
236 Unit units;
258 Threshold(sdbusplus::bus_t& bus, const char* path, Unit units) : in Threshold()
371 Unit units;
388 Threshold(sdbusplus::bus_t& bus, const char* path, Unit units) : in Threshold()
455 Unit units;
472 Threshold(sdbusplus::bus_t& bus, const char* path, Unit units) : in Threshold()
[all …]
H A DvirtualSensor.cpp22 std::map<std::string, ValueIface::Unit> unitMap = {
23 {"temperature", ValueIface::Unit::DegreesC},
24 {"fan_tach", ValueIface::Unit::RPMS},
25 {"fan_pwm", ValueIface::Unit::Percent},
26 {"voltage", ValueIface::Unit::Volts},
27 {"altitude", ValueIface::Unit::Meters},
28 {"current", ValueIface::Unit::Amperes},
29 {"power", ValueIface::Unit::Watts},
30 {"energy", ValueIface::Unit::Joules},
31 {"utilization", ValueIface::Unit::Percent},
[all …]
/openbmc/openbmc-tools/expectedJsonChecker/
H A DREADME.md106 "Unit": "xyz.openbmc_project.Sensor.Value.Unit.RPMS",
126 "Unit": "xyz.openbmc_project.Sensor.Value.Unit.RPMS",
147 "Unit": "xyz.openbmc_project.Sensor.Value.Unit.RPMS",
167 "Unit": "xyz.openbmc_project.Sensor.Value.Unit.RPMS",
187 "Unit": "xyz.openbmc_project.Sensor.Value.Unit.Watts",
211 "Unit": "xyz.openbmc_project.Sensor.Value.Unit.Watts",
235 "Unit": "xyz.openbmc_project.Sensor.Value.Unit.DegreesC",
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dsmc-assert-log@.timer1 [Unit] section
5 Unit=smc-assert-log@%i.service key
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/
H A Detcd-new.path1 [Unit] section
6 Unit=etcd-new.service argument
/openbmc/hiomapd/Documentation/
H A Dprotocol.md423 | Parameter | Unit | Size | M | I | D |
429 | Parameter | Unit | Size | M | I | D |
445 | Parameter | Unit | Size | M | I | D |
451 | Parameter | Unit | Size | M | I | D |
467 | Parameter | Unit | Size | M | I | D |
473 | Parameter | Unit | Size | M | I | D |
500 | Parameter | Unit | Size | M | I | D |
507 | Parameter | Unit | Size | M | I | D |
526 | Parameter | Unit | Size | M | I | D |
533 | Parameter | Unit | Size | M | I | D |
[all …]
/openbmc/u-boot/arch/x86/cpu/quark/
H A DKconfig26 bool "Add a Remote Management Unit (RMU) binary"
28 Select this option to add a Remote Management Unit (RMU) binary
35 string "Remote Management Unit (RMU) binary filename"
39 The filename of the file to use as Remote Management Unit (RMU)
43 hex "Remote Management Unit (RMU) binary location"
/openbmc/obmc-console/conf/
H A Dobmc-console-ssh@.service.in1 [Unit] section
7 # Unit defaults to a templated service argument
/openbmc/phosphor-modbus/rtu/device/
H A Dbase_config.cpp97 std::string_view, std::pair<std::string_view, SensorValueIntf::Unit>>{
99 {SensorValueIntf::namespace_path::fan_tach, SensorValueIntf::Unit::RPMS}},
101 {SensorValueIntf::namespace_path::liquidflow, SensorValueIntf::Unit::LPM}},
103 {SensorValueIntf::namespace_path::power, SensorValueIntf::Unit::Watts}},
106 SensorValueIntf::Unit::Pascals}},
109 SensorValueIntf::Unit::DegreesC}},
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dcompare_presence.md6 component must be a Field-Replaceable Unit (FRU).
16 | fru | yes | string | Field-Replaceable Unit. Specify the relative D-Bus i…
/openbmc/openbmc/meta-google/recipes-google/systemd/files/
H A D10-reboot-timeout.conf1 [Unit]
H A Dfirmware-updates-pre.target1 [Unit] section
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/files/
H A D0001-change-sysconfig-path-to-etc-default.patch24 [Unit]
39 [Unit]
/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/libmctp/files/
H A Dservice-override.conf1 [Unit]
/openbmc/openbmc/meta-ibm/recipes-phosphor/libmctp/files/p10bmc/
H A Dservice-override.conf1 [Unit]
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/state/phosphor-state-manager/
H A Dresetreason.conf1 [Unit]
/openbmc/phosphor-state-manager/target_files/
H A Dobmc-fans-ready.target1 [Unit] section
H A Dobmc-fan-control.target1 [Unit] section
/openbmc/google-ipmi-sys/
H A Dgbmc-host-poweroff.target1 [Unit] section

12345678910>>...48