Home
last modified time | relevance | path

Searched refs:units (Results 1 – 25 of 130) sorted by relevance

123456

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0002-binfmt-Don-t-install-dependency-links-at-install-tim.patch22 units/meson.build | 2 --
23 units/proc-sys-fs-binfmt_misc.automount | 3 +++
24 units/systemd-binfmt.service.in | 4 ++++
27 diff --git a/units/meson.build b/units/meson.build
29 --- a/units/meson.build
30 +++ b/units/meson.build
31 @@ -154,7 +154,6 @@ units = [
39 @@ -251,7 +250,6 @@ units = [
47 diff --git a/units/proc-sys-fs-binfmt_misc.automount b/units/proc-sys-fs-binfmt_misc.automount
49 --- a/units/proc-sys-fs-binfmt_misc.automount
[all …]
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch22 units/meson.build | 2 --
23 units/proc-sys-fs-binfmt_misc.automount | 3 +++
24 units/systemd-binfmt.service.in | 4 ++++
27 diff --git a/units/meson.build b/units/meson.build
29 --- a/units/meson.build
30 +++ b/units/meson.build
31 @@ -156,7 +156,6 @@ units = [
39 @@ -258,7 +257,6 @@ units = [
47 diff --git a/units/proc-sys-fs-binfmt_misc.automount b/units/proc-sys-fs-binfmt_misc.automount
49 --- a/units/proc-sys-fs-binfmt_misc.automount
[all …]
/openbmc/phosphor-virtual-sensor/src/
H A Dthresholds.hpp108 Unit units; member
124 Threshold(sdbusplus::bus_t& bus, const char* path, Unit units) : in Threshold()
126 units(units) in Threshold()
154 objPath, value, units, high()); in alarmHighSignalAsserted()
169 objPath, value, units, low()); in alarmLowSignalAsserted()
236 Unit units; member
258 Threshold(sdbusplus::bus_t& bus, const char* path, Unit units) : in Threshold()
260 units(units) in Threshold()
288 objPath, value, units, high()); in alarmHighSignalAsserted()
303 objPath, value, units, low()); in alarmLowSignalAsserted()
[all …]
H A DvirtualSensor.cpp241 units = unitMap.at(type); in initVirtualSensor()
246 createThresholds(threshold, objPath, units); in initVirtualSensor()
397 units = unitMap.at(sensorType); in initVirtualSensor()
413 createThresholds(thresholds, objPath, units); in initVirtualSensor()
503 "SENSOR_NAME", objPath, "READING_VALUE", val, "UNITS", units)); in updateVirtualSensor()
514 const Json& threshold, const std::string& objPath, ValueIface::Unit units) in createThresholds() argument
525 bus, objPath.c_str(), units); in createThresholds()
559 bus, objPath.c_str(), units); in createThresholds()
594 bus, objPath.c_str(), units); in createThresholds()
610 bus, objPath.c_str(), units); in createThresholds()
[all …]
/openbmc/dbus-sensors/src/
H A DSensorPaths.cpp13 std::string getPathForUnits(const std::string& units) in getPathForUnits() argument
17 if (unit.dbusUnitName == units || unit.dbusPathName == units) in getPathForUnits()
30 std::string convertToFullUnits(const std::string& units) in convertToFullUnits() argument
34 if (unit.dbusUnitName == units) in convertToFullUnits()
H A DSensorPaths.hpp54 std::string getPathForUnits(const std::string& units);
58 std::string convertToFullUnits(const std::string& units);
/openbmc/phosphor-mrw-tools/
H A DUtil.pm33 my @units;
39 push @units, $child;
43 return @units;
53 my @units;
57 push @units, $child;
60 my $size = @units;
H A Dhwmon.pl81 my ($units) = @_;
84 while ($i <= $#$units) {
86 my $hwmon = $g_targetObj->getAttributeField($$units[$i],
89 my $name = $g_targetObj->getAttributeField($$units[$i],
93 splice(@$units, $i, 1);
106 my ($units, $entry) = @_;
109 for my $unit (@$units) {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/
H A D0001-Make-full-path-to-systemd-tty-ask-password-agent-con.patch16 systemd-units/meson.build | 2 +-
48 diff --git a/systemd-units/meson.build b/systemd-units/meson.build
50 --- a/systemd-units/meson.build
51 +++ b/systemd-units/meson.build
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DSensorsStore.js80 units: response.data.ReadingUnits, property in AnonymousClass41fa655b0701
101 units: sensor.ReadingUnits, property in oneSensordata
126 units: sensor.ReadingUnits, property in AnonymousClass41fa655b0b01
138 units: '℃', property in AnonymousClass41fa655b0c01
158 units: 'V',
/openbmc/qemu/.gitlab-ci.d/
H A Dcheck-units.py66 units = extract_build_units(args.cc_path) variable
67 analyse_units(units, args.n)
/openbmc/docs/designs/
H A Dguard-on-bmc.md5 On systems with multiple processor units and other redundant vital resources,
19 units.
25 units. This operation is helpful in isolating a suspected component without
46 limited set of units during the early boot time, after a severe fault, which
70 - The guard records on the units which are owned by the host will be applied
73 and isolates the units.
137 hardware units. The application which implements the common guard entry
216 created, an isolation procedure is needed to isolate the units from service.
217 Some of the units like which are controlled by the host can be isolated only
218 after a reboot, but the units controlled by BMC can be immediately taken out of
[all …]
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensor.cpp70 const char* units = nullptr; in IntelCPUSensor() local
74 units = sensor_paths::unitWatts; in IntelCPUSensor()
82 units = sensor_paths::unitDegreesC; in IntelCPUSensor()
99 setInitialProperties(units); in IntelCPUSensor()
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/
H A DSensors.vue88 {{ data.value }} {{ data.item.units }}
91 {{ data.value }} {{ data.item.units }}
94 {{ data.value }} {{ data.item.units }}
97 {{ data.value }} {{ data.item.units }}
100 {{ data.value }} {{ data.item.units }}
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Dsystemd-machine-units_1.0.bb1 SUMMARY = "Machine specific systemd units"
/openbmc/phosphor-mrw-tools/docs/
H A Dmrw-xml-requirements.md14 contains all FRUs (field replaceable units), along with a few non-FRU entities,
83 UARTs are enabled by connecting the appropriate UART master units in the BMC
84 part to their corresponding uart slave units. No additional attributes are
100 I2C devices are enabled by connecting the I2C master units in the BMC to the I2C
101 slave units on the devices.
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dinit-manager-systemd.inc5 VIRTUAL-RUNTIME_initscripts ??= "systemd-compat-units"
/openbmc/phosphor-state-manager/target_files/
H A Dobmc-fan-watchdog-takeover.target2 #is no longer desired or possible. It should also add units to this target
/openbmc/openbmc/poky/meta/conf/machine/include/arm/
H A Dfeature-arm-simd.inc4 TUNEVALID[simd] = "Enable instructions for Advanced SIMD and floating-point units"
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_led_indicator_asserted.robot44 [Documentation] Verify the power supply units are asserted at standby to lit or off.
54 [Documentation] Verify the power supply units are asserted at runtime to lit or off.
125 [Documentation] Verify the indicator LED for the power supply units are asserted.
133 # power supplies units are initiated (e.g. "Lit")
138 # Put both power supply LEDs On/Off to check all units are asserted
161 …[Documentation] Verify the LEDs on the power supply units are set according to caller's expectati…
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/
H A Dentrypoint-build.sh50 VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"
/openbmc/bmcweb/docs/
H A DHEADERS.md14 files and almost no implementation compile units. A large amount of the compile
19 to separate compile units, making no other changes. This has been proposed and
31 To actually effect the result that we'd like to see from multiple compile units,
/openbmc/openbmc/poky/meta/classes-recipe/
H A Doverlayfs.bbclass7 # Class for generation of overlayfs mount units
27 # image, for instance via a wks script or the systemd-machine-units recipe.
115 # set up one unit, which depends on all mount units, so users can set
116 # only one dependency in their units to make sure software starts
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dinit-manager.rst33 In comparison, systemd treats components as units. Using units is a
95 - ``systemctl list-units``: list all available units
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dimage_types_sparse.bbclass4 # specified in units of this value. Setting this value smaller than the

123456