/openbmc/qemu/tests/qemu-iotests/ |
H A D | 155 | 5 # mirror block job; in "existing" modes (drive-mirror with 6 # mode=existing and blockdev-mirror) the backing chain should not be 38 # existing: If True, explicitly create the target image and blockdev-add it 39 # target_backing: If existing is True: Use this filename as the backing file 42 # target_blockdev_backing: If existing is True: Pass this dict as "backing" 45 # target_real_backing: If existing is True: The real filename of the backing 93 if self.existing: 156 if self.existing: 184 if self.existing: 185 mode = 'existing' [all …]
|
/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/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() 166 // With one existing address, and a null, it should request deletion 173 IPv4AddressData& existing = existingAddr.emplace_back(); in TEST() local 174 existing.id = "my_ip_id"; in TEST() 175 existing.origin = "Static"; in TEST() 191 // With one existing address, and an input of len(0) it should request in TEST() 195 IPv4AddressData& existing = existingAddr.emplace_back(); in TEST() local [all …]
|
/openbmc/bios-bmc-smm-error-logger/src/rde/ |
H A D | rde_dictionary_manager.cpp | 26 // Since we are creating a new dictionary on an existing entry, invalidate in startDictionaryEntry() 27 // the existing entry. in startDictionaryEntry() 30 // Flush the existing data. in startDictionaryEntry() 57 // Since we are modifying an existing entry, invalidate the existing entry. in addDictionaryData() 97 // We won't flush the existing data. The data will be flushed if a new entry in invalidateDictionaries() 98 // is added for an existing resource ID. in invalidateDictionaries()
|
/openbmc/linux/fs/btrfs/ |
H A D | delayed-ref.c | 584 * Return true if the ref was merged into an existing one (and therefore can be 627 /* remove existing tail if its ref_mod is zero */ in insert_delayed_ref() 636 * existing and update must have the same bytenr 639 struct btrfs_delayed_ref_head *existing, in update_existing_head_ref() argument 647 BUG_ON(existing->is_data != update->is_data); in update_existing_head_ref() 649 spin_lock(&existing->lock); in update_existing_head_ref() 654 * with an existing head ref without in update_existing_head_ref() 658 existing->must_insert_reserved = update->must_insert_reserved; in update_existing_head_ref() 664 existing->num_bytes = update->num_bytes; in update_existing_head_ref() 669 if (!existing->extent_op) { in update_existing_head_ref() [all …]
|
H A D | extent_map.c | 399 * existing mappings. The extent_map struct passed in will be inserted 545 * Helper for btrfs_get_extent. Given an existing extent in the tree, 546 * the existing extent is the nearest extent to map_start, 551 struct extent_map *existing, in merge_extent_mapping() argument 563 if (existing->start > map_start) { in merge_extent_mapping() 564 next = existing; in merge_extent_mapping() 567 prev = existing; in merge_extent_mapping() 600 * a) Returning the existing extent in @em_in if @start is within the 601 * existing em. 602 * b) Merge the existing extent with @em_in passed in. [all …]
|
/openbmc/linux/Documentation/block/ |
H A D | pr.rst | 64 is non-null. If no existing reservation exists old_key must be zero, 65 if an existing reservation should be replaced old_key must contain 68 If the new_key argument is 0 it unregisters the existing reservation passed 76 devices based on the type argument. The key argument must be the existing 91 This ioctl command releases the existing reservation referred to by 106 registered with the device and drops any existing reservation. 115 Ignore the existing reservation key. This is commonly supported for
|
/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 266 if (existing != oldSensors.end()) in updateSensors() [all …]
|
/openbmc/qemu/include/qemu/ |
H A D | qht.h | 75 * @existing: address where the pointer to an existing entry can be copied to 84 * Returns false if there is an existing entry in the table that is equivalent 85 * (i.e. ht->cmp matches and the hash is the same) to @p-@h. If @existing 86 * is !NULL, a pointer to this existing entry is copied to it. 88 bool qht_insert(struct qht *ht, void *p, uint32_t hash, void **existing); 95 * @func: function to compare existing pointers against @userp 145 * must remain valid for the existing RCU grace period -- see qht_remove(). 159 * must remain valid for the existing RCU grace period -- see qht_remove().
|
/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 | 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 96 validity, which would break the existing schema[^15]. 196 was that the existing _Sensor_ base class did not currently allow its existing 198 add[^23]. One limitation was that the existing _Sensor_ class, by design, [all …]
|
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
|
/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 [here][2]. It uses 27 Some differences between the Redfish API and OpenBMC's existing API: 45 Existing OpenBMC only has support for TFTP. 47 (Immediate, OnReset, AtMaintenanceWindowStart...). Existing OpenBMC firmware 61 with what the existing OpenBMC REST api's provide. 68 - Support firmware update for all supported targets (BMC, BIOS) using existing 70 - Note that after further discussion with the DMTF, the existing UpdateService 72 implemented by OpenBMC once approved. The existing API will continue to be 172 TFTP, ...). The existing back end of OpenBMC only supports TFTP so initially [all …]
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/dynevent/ |
H A D | test_duplicates.tc | 20 # Test eprobe for same eprobe, existing kprobe and existing event 28 # Test kprobe for same kprobe, existing eprobe and existing event
|
/openbmc/linux/net/llc/ |
H A D | llc_if.c | 89 struct sock *existing; in llc_establish_connection() local 95 existing = llc_lookup_established(llc->sap, &daddr, &laddr, sock_net(sk)); in llc_establish_connection() 96 if (existing) { in llc_establish_connection() 97 if (existing->sk_state == TCP_ESTABLISHED) { in llc_establish_connection() 98 sk = existing; in llc_establish_connection() 101 sock_put(existing); in llc_establish_connection()
|
/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. 185 Activate Existing Firmware 198 # If no software inventory record was found, there is no existing 202 # Check if the existing firmware is functional. 204 ... The existing ${image_version} firmware is already functional. 206 # If existing firmware is not functional, then set the priority to least. 207 Print Timen The existing ${image_version} firmware is not yet functional. 210 Pass Execution The existing ${image_version} firmware is now functional.
|
/openbmc/u-boot/include/dm/ |
H A D | util.h | 58 * Existing platforms only use it to indicate nodes needed in 60 * existing platforms. 84 * Existing platforms only use it to indicate nodes needed in 86 * existing platforms.
|
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | devlink_trap.sh | 137 check_fail $? "Did not get an error for non-existing trap" 139 log_test "Non-existing trap" 154 check_fail $? "Did not get an error for non-existing trap action" 156 log_test "Non-existing trap action" 258 check_fail $? "Did not get an error for non-existing trap group" 260 log_test "Non-existing trap group" 299 check_fail $? "Did not get an error for setting a non-existing policer" 301 check_fail $? "Did not get an error for getting a non-existing policer" 368 check_fail $? "Did not get an error for binding a non-existing policer"
|
/openbmc/linux/Documentation/driver-api/mei/ |
H A D | mei-client-bus.rst | 13 However, for some of the ME functionalities it makes sense to leverage existing software 14 stack and expose them through existing kernel subsystems. 19 Existing device drivers can even potentially be re-used by adding an MEI CL bus layer to 20 the existing code. 26 A driver implementation for an MEI Client is very similar to any other existing bus
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/ |
H A D | etcd-existing.conf | 2 # existing cluster configuration in the data directory. 4 # Initial cluster state ('new' or 'existing'). 5 ETCD_INITIAL_CLUSTER_STATE='existing'
|
/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/linux/tools/perf/pmu-events/arch/x86/amdzen2/ |
H A D | branch.json | 5 "BriefDescription": "L1 Branch Prediction Overrides Existing Prediction (speculative)." 10 "BriefDescription": "L2 Branch Prediction Overrides Existing Prediction (speculative)." 21 "BriefDescription": "Decoder Overrides Existing Branch Prediction (speculative)."
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | booting.rst | 30 Existing boot loaders: 46 Existing boot loaders: 66 Existing boot loaders: 80 necessary, but assures that it will not match any existing types. 85 Existing boot loaders: 147 Existing boot loaders: 164 Existing boot loaders:
|
/openbmc/openbmc/poky/bitbake/lib/prserv/ |
H A D | tests.py | 159 # Checks on non existing configuration 162 self.assertIsNone(result, "test_pr should return 'None' for a non existing PR") 165 self.assertFalse(result, "test_package should return 'False' for a non existing PR") 168 self.assertIsNone(result, "max_package_pr should return 'None' for a non existing PR") 179 self.assertTrue(result, "test_package should return 'True' for an existing PR") 236 self.assertIsNone(result, "test_pr should return 'None' for a non existing PR") 239 self.assertFalse(result, "test_package should return 'False' for a non existing PR") 242 self.assertIsNone(result, "max_package_pr should return 'None' for a non existing PR") 253 self.assertTrue(result, "test_package should return 'True' for an existing PR") 351 # Checks on non existing configurations [all …]
|
/openbmc/u-boot/common/eeprom/ |
H A D | eeprom_layout.c | 34 * @layout: A pointer to an existing struct layout. 48 * @layout: A pointer to an existing struct layout. 61 * @layout: A pointer to an existing struct layout. 99 * @layout: A pointer to an existing struct layout.
|