| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0002-binfmt-Don-t-install-dependency-links-at-install-tim.patch | 22 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 D | 0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch | 22 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 D | thresholds.hpp | 108 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 D | virtualSensor.cpp | 241 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 D | SensorPaths.cpp | 13 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 D | SensorPaths.hpp | 54 std::string getPathForUnits(const std::string& units); 58 std::string convertToFullUnits(const std::string& units);
|
| /openbmc/phosphor-mrw-tools/ |
| H A D | Util.pm | 33 my @units; 39 push @units, $child; 43 return @units; 53 my @units; 57 push @units, $child; 60 my $size = @units;
|
| H A D | hwmon.pl | 81 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 D | 0001-Make-full-path-to-systemd-tty-ask-password-agent-con.patch | 16 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 D | SensorsStore.js | |
| /openbmc/qemu/.gitlab-ci.d/ |
| H A D | check-units.py | 66 units = extract_build_units(args.cc_path) variable 67 analyse_units(units, args.n)
|
| /openbmc/docs/designs/ |
| H A D | guard-on-bmc.md | 5 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 D | IntelCPUSensor.cpp | 70 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 D | Sensors.vue | |
| /openbmc/openbmc/poky/meta/recipes-core/systemd/ |
| H A D | systemd-machine-units_1.0.bb | 1 SUMMARY = "Machine specific systemd units"
|
| /openbmc/phosphor-mrw-tools/docs/ |
| H A D | mrw-xml-requirements.md | 14 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 D | init-manager-systemd.inc | 5 VIRTUAL-RUNTIME_initscripts ??= "systemd-compat-units"
|
| /openbmc/openbmc-test-automation/redfish/systems/ |
| H A D | test_led_indicator_asserted.robot | 44 [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/phosphor-state-manager/target_files/ |
| H A D | obmc-fan-watchdog-takeover.target | 2 #is no longer desired or possible. It should also add units to this target
|
| /openbmc/openbmc/poky/meta/conf/machine/include/arm/ |
| H A D | feature-arm-simd.inc | 4 TUNEVALID[simd] = "Enable instructions for Advanced SIMD and floating-point units"
|
| /openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/ |
| H A D | entrypoint-build.sh | 50 VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"
|
| /openbmc/bmcweb/docs/ |
| H A D | HEADERS.md | 14 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 D | overlayfs.bbclass | 7 # 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 D | init-manager.rst | 33 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 D | image_types_sparse.bbclass | 4 # specified in units of this value. Setting this value smaller than the
|