| /openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/ |
| H A D | 0001-libacpi-Fix-build-witth-fno-commom.patch | 23 + * Array for existing batteries, loop until 28 + * Array for existing thermal zones, loop until 33 + * Array for existing fans, loop until 46 * Array for existing batteries, loop until 52 * Array for existing thermal zones, loop until 58 * Array for existing fans, loop until 64 * Finds existing batteries and fills the
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 155 | 93 if self.existing: 156 if self.existing: 184 if self.existing: 220 existing = False variable in TestDriveMirrorAbsolutePaths 224 existing = True variable in TestDriveMirrorExistingNoBacking 229 existing = True variable in TestDriveMirrorExistingBacking 234 existing = True variable in TestBlockdevMirrorNoBacking 239 existing = True variable in TestBlockdevMirrorBacking 244 existing = True variable in TestBlockdevMirrorForcedBacking 252 existing = True variable in TestBlockdevMirrorReopen [all …]
|
| H A D | 071.out | 39 === Testing blkdebug on existing block device === 52 === Testing blkverify on existing block device === 62 === Testing blkverify on existing raw block device ===
|
| /openbmc/bmcweb/test/redfish-core/lib/ |
| H A D | ethernet_test.cpp | 119 IPv4AddressData& existing = existingAddr.emplace_back(); in TEST() local 120 existing.id = "my_ip_id"; in TEST() 121 existing.origin = "Static"; in TEST() 122 existing.gateway = "192.168.1.1"; in TEST() 173 IPv4AddressData& existing = existingAddr.emplace_back(); in TEST() local 174 existing.id = "my_ip_id"; in TEST() 175 existing.origin = "Static"; in TEST() 195 IPv4AddressData& existing = existingAddr.emplace_back(); in TEST() local 196 existing.id = "my_ip_id"; in TEST() 197 existing.origin = "Static"; in TEST()
|
| /openbmc/telemetry/src/ |
| H A D | trigger_factory.cpp | 53 if (auto existing = std::find_if(oldThresholds.begin(), in updateDiscreteThresholds() local 55 existing != oldThresholds.end()) in updateDiscreteThresholds() 57 newThresholds.emplace_back(*existing); in updateDiscreteThresholds() 58 oldThresholds.erase(existing); in updateDiscreteThresholds() 109 if (auto existing = std::find_if(oldThresholds.begin(), in updateNumericThresholds() local 111 existing != oldThresholds.end()) in updateNumericThresholds() 113 newThresholds.emplace_back(*existing); in updateNumericThresholds() 114 oldThresholds.erase(existing); in updateNumericThresholds() 261 auto existing = std::find_if(oldSensors.begin(), oldSensors.end(), in updateSensors() local 267 if (existing != oldSensors.end()) in updateSensors() [all …]
|
| H A D | report_factory.cpp | 58 auto existing = std::find_if(oldMetrics.begin(), oldMetrics.end(), in updateMetrics() local 64 if (existing != oldMetrics.end()) in updateMetrics() 66 newMetrics.emplace_back(*existing); in updateMetrics() 67 oldMetrics.erase(existing); in updateMetrics()
|
| /openbmc/openbmc/poky/meta-selftest/recipes-test/packagenameconflict/ |
| H A D | packagenameconflict.bb | 1 SUMMARY = "Test case that tries to rename a package to an existing one and fails" 2 DESCRIPTION = "This generates a packaging error when a package is renamed to a pre-existing name"
|
| /openbmc/docs/designs/ |
| H A D | certificate-revocation-list.md | 47 3. other daemons, e.g., BMCWeb shall consume CRLs the same way as existing 65 existing three types of Manager. 71 existing behaviour which phosphor-certificate-manager uses to tell consumers 75 replace all existing CRLs with multiple new CRLs and notify consumers 78 delete all existing CRLs and notify consumers 90 the existing authorities list design.
|
| H A D | virtual-sensors.md | 20 specific manipulation/function of existing sensors. 29 them as per changes in existing sensors. This implementation should provide 98 it defines details about existing dbus sensors. 106 DbusParam: This is an existing/virtual sensor which is listed in dbus and 120 This application is monitoring existing sensors whenever they change values then
|
| H A D | external-sensor.md | 18 There are 10 existing sensor daemons in _dbus-sensors_. Why add another sensor 21 - Most of the existing sensor daemons are tied to one particular physical 26 - Essentially all of the existing sensor daemons obtain the sensor values they 34 - Even if the debugging functionality of an existing daemon were to be used, the 39 - For the same reason it is desirable for existing sensor daemons to detect and 43 into the architecture of any existing sensor daemon, thus a new daemon is the 55 the simplest existing sensor daemons, _HwmonTempSensor_[7], as references to 95 validity, which would break the existing schema[15]. 195 was that the existing _Sensor_ base class did not currently allow its existing 197 One limitation was that the existing _Sensor_ class, by design, dropped updates [all …]
|
| H A D | redfish-postcodes.md | 123 xyz.openbmc_project.State.Boot.PostCode service. The existing interface tracks 146 The existing DBus GetPostCodes method will remain for backward compatibility. A 186 Consideration was given to using the existing DBus method and not exposing 197 Backward compatibility remains with the existing DBUS interface method. Minimal
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
| H A D | 0002-start-stop-daemon-fix-tests.patch | 34 testing "start-stop-daemon -x with -d on existing directory" \ 40 testing "start-stop-daemon -x with -d on existing and check dir" \ 47 testing "start-stop-daemon -x with --chdir on existing and check dir" \ 55 @@ -48,6 +51,7 @@ testing "start-stop-daemon -x with -d on non-existing directory" \
|
| /openbmc/openbmc-test-automation/redfish/extended/ |
| H A D | redfish_bmc_code_update.robot | 66 # Check if the existing firmware is functional. 68 ... The existing ${image_version} firmware is already functional. 203 # If no software inventory record was found, there is no existing 207 # Check if the existing firmware is functional. 209 ... The existing ${image_version} firmware is already functional. 211 # If existing firmware is not functional, then set the priority to least. 212 Print Timen The existing ${image_version} firmware is not yet functional. 215 Pass Execution The existing ${image_version} firmware is now functional.
|
| /openbmc/u-boot/doc/driver-model/ |
| H A D | serial-howto.txt | 25 implementations can share most of the existing code 26 - If you convert all existing users of the driver, remove the pre-driver-model 32 - convert at least one existing board to use driver model serial
|
| H A D | i2c-howto.txt | 35 implementations can share most of the existing code 36 - If you convert all existing users of the driver, remove the pre-driver-model 42 - convert at least one existing board to use driver model serial
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-qht.c | 30 void *existing; in insert() local 38 inserted = qht_insert(&ht, &arr[i], hash, &existing); in insert() 40 g_assert_true(existing == &arr[i]); in insert()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/ |
| H A D | etcd_3.5.7.bb | 12 file://etcd-existing.conf \ 64 install -m 0644 ${UNPACKDIR}/etcd-existing.conf -D -t ${D}${sysconfdir}/etcd.d 71 FILES:${PN}:append = " ${sysconfdir}/etcd.d/etcd-existing.conf"
|
| /openbmc/qemu/util/ |
| H A D | qsp.c | 275 void *existing = NULL; in qsp_callsite_find() local 279 qht_insert(&qsp_callsite_ht, callsite, hash, &existing); in qsp_callsite_find() 280 if (unlikely(existing)) { in qsp_callsite_find() 282 callsite = existing; in qsp_callsite_find() 292 void *existing = NULL; in qsp_entry_create() local 298 qht_insert(ht, e, hash, &existing); in qsp_entry_create() 299 if (unlikely(existing)) { in qsp_entry_create() 301 e = existing; in qsp_entry_create()
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | union-base-any.json | 1 # we require the base to be an existing struct
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | README.md | 39 ### Open existing file 41 1. Select "Open an existing file"
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/ |
| H A D | README.md | 17 - RenameUser - To rename existing user to new name in the system. 42 User manager daemon, will create user objects for every user existing in the
|
| /openbmc/entity-manager/docs/ |
| H A D | address_size_detection_modes.md | 8 The existing upstream function isDevice16Bit() bases on sending 1-byte write 23 memory locations (0-7) the existing upstream function read, this device will 27 single byte address read --> therefore, existing function wrongly identifies 56 what the existing function is using now.
|
| /openbmc/docs/architecture/code-update/ |
| H A D | firmware-update-over-redfish.md | 15 OpenBMC's existing firmware update implementation over to Redfish. 19 The existing firmware update details for OpenBMC can be found in the 28 Some differences between the Redfish API and OpenBMC's existing API: 62 with what the existing OpenBMC REST api's provide. 69 - Support firmware update for all supported targets (BMC, BIOS) using existing 71 - Note that after further discussion with the DMTF, the existing UpdateService 73 implemented by OpenBMC once approved. The existing API will continue to be 173 TFTP, ...). The existing back end of OpenBMC only supports TFTP so initially 228 This will be using the existing D-Bus API's for firmware update internally so
|
| /openbmc/u-boot/fs/ext4/ |
| H A D | Kconfig | 13 existing ext4 filesystem partition.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/ |
| H A D | etcd.service | 10 EnvironmentFile=/etc/etcd.d/etcd-existing.conf
|