Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 1068) sorted by relevance

12345678910>>...43

/openbmc/qemu/tests/qemu-iotests/
H A D15593 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 …]
/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/
H A D0001-libacpi-Fix-build-witth-fno-commom.patch23 + * 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 Dethernet_test.cpp119 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/linux/net/llc/
H A Dllc_if.c89 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/linux/fs/btrfs/
H A Ddelayed-ref.c639 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()
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()
670 existing->extent_op = update->extent_op; in update_existing_head_ref()
673 memcpy(&existing->extent_op->key, in update_existing_head_ref()
676 existing->extent_op->update_key = true; in update_existing_head_ref()
679 existing->extent_op->flags_to_set |= in update_existing_head_ref()
[all …]
H A Dextent_map.c551 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()
627 struct extent_map *existing; in btrfs_add_extent_mapping() local
631 existing = search_extent_mapping(em_tree, start, len); in btrfs_add_extent_mapping()
633 trace_btrfs_handle_em_exist(fs_info, existing, em, start, len); in btrfs_add_extent_mapping()
639 if (start >= existing->start && in btrfs_add_extent_mapping()
640 start < extent_map_end(existing)) { in btrfs_add_extent_mapping()
642 *em_in = existing; in btrfs_add_extent_mapping()
[all …]
/openbmc/telemetry/src/
H A Dtrigger_factory.cpp53 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 Dreport_factory.cpp58 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/linux/Documentation/block/
H A Dpr.rst64 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/linux/scripts/
H A DMakefile.headersinst53 existing-dirs := $(sort $(dir $(old-headers)))
55 new-dirs := $(filter-out $(existing-dirs), $(wanted-dirs))
77 existing-headers := $(filter $(old-headers), $(all-headers))
79 -include $(foreach f,$(existing-headers),$(dir $(f)).$(notdir $(f)).cmd)
H A DMakefile.vmlinux50 existing-targets := $(wildcard $(sort $(targets)))
52 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
/openbmc/docs/designs/
H A Dcertificate-revocation-list.md47 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 Dvirtual-sensors.md20 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 Dexternal-sensor.md18 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 …]
/openbmc/linux/include/kunit/
H A Dresource.h198 struct kunit_resource *existing; in kunit_add_named_resource() local
203 existing = kunit_find_named_resource(test, name); in kunit_add_named_resource()
204 if (existing) { in kunit_add_named_resource()
205 kunit_put_resource(existing); in kunit_add_named_resource()
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0002-start-stop-daemon-fix-tests.patch34 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/poky/meta-selftest/recipes-test/packagenameconflict/
H A Dpackagenameconflict.bb1 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/linux/Documentation/ABI/testing/
H A Dsysfs-class-stm_source7 is directed. Reads return an existing connection or "<none>" if
9 Write an existing (registered) stm device's name here to
/openbmc/openbmc-test-automation/redfish/extended/
H A Dredfish_bmc_code_update.robot66 # Check if the existing firmware is functional.
68 ... The existing ${image_version} firmware is already functional.
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/linux/net/ipv4/
H A Dtcp_cong.c147 struct tcp_congestion_ops *existing; in tcp_update_congestion_control() local
157 existing = tcp_ca_find_key(old_ca->key); in tcp_update_congestion_control()
158 if (ca->key == TCP_CA_UNSPEC || !existing || strcmp(existing->name, ca->name)) { in tcp_update_congestion_control()
162 } else if (existing != old_ca) { in tcp_update_congestion_control()
170 list_del_rcu(&existing->list); in tcp_update_congestion_control()
/openbmc/linux/tools/perf/Documentation/
H A Ddb-export.txt22 1. Because of the nature of SQL, existing tables and columns can continue to be
26 2. New tables and columns can be added, without affecting existing SQL queries,
33 4. The export scripts themselves maintain forward compatibility (i.e. an existing
/openbmc/qemu/util/
H A Dqsp.c275 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/linux/Documentation/sound/hd-audio/
H A Dintel-multi-link.rst13 HDaudio existing link mapping (2015 addition in SkyLake)
24 are only used in existing drivers when the SCF value needs to be
86 DMA control uses the existing LOSIDV register.
178 DMA control uses the existing LOSIDV register
249 DMA control uses the existing LOSIDV register
/openbmc/u-boot/doc/driver-model/
H A Dserial-howto.txt25 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 Di2c-howto.txt35 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

12345678910>>...43