Home
last modified time | relevance | path

Searched full:existing (Results 1 – 25 of 1116) sorted by relevance

12345678910>>...45

/openbmc/qemu/tests/qemu-iotests/
H A D1555 # 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 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()
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 Drde_dictionary_manager.cpp26 // 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/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
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 Dhw-fault-monitor.md32 The following are a few related existing OpenBMC modules:
98 - On CATERR, the Host Error Monitor requests a crash dump (this is an existing
123 consist of components incorporated into the existing repositories
126 In the existing Host Error Monitor module, new monitors will be created to add
147 added into the existing Phosphor Debug Collector repository with an associated
151 existing Phosphor Debug Collector daemon (specifically the one whose main()
173 (/redfish/v1/Systems/system/LogServices/EventLog) or other logs already existing
H A Dpsu-firmware-update.md18 In OpenBMC, there is an existing interface for [software update][1].
82 - Re-use the existing `ExtendedVersion` as an additional string for
84 2. Re-use the existing functions implemented by [phosphor-bmc-code-mgmt][2] for
93 - On start, the service will check the PSU's existing firmware and create the
163 provided by OpenBMC's existing [software update interface][1], and thus it will
189 service that implements existing [Activation][5] interface. There will be new
196 So the impacts are minimal to existing systems.
/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 …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/
H A Detcd-existing.conf2 # existing cluster configuration in the data directory.
4 # Initial cluster state ('new' or 'existing').
5 ETCD_INITIAL_CLUSTER_STATE='existing'
/openbmc/qemu/include/qemu/
H A Dqht.h75 * @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/architecture/code-update/
H A Dfirmware-update-over-redfish.md15 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:
46 Existing OpenBMC only has support for TFTP.
48 (Immediate, OnReset, AtMaintenanceWindowStart...). Existing OpenBMC firmware
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
[all …]
/openbmc/u-boot/include/dm/
H A Dutil.h58 * 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/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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/
H A DManagedHost.interface.yaml9 existing designs use an index-based design for representing the
11 existing association is not defined.
/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.
190 Activate Existing Firmware
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/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/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
/openbmc/u-boot/common/eeprom/
H A Deeprom_layout.c34 * @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.
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dweston.py49 wl_processes = self.get_processes_of('weston-desktop-shell', 'existing and new')
67 existing_wl_processes = self.get_processes_of('weston-desktop-shell', 'existing')
68 existing_weston_processes = self.get_processes_of('weston', 'existing')
73 existing_and_new_weston_processes = self.get_processes_of('weston', 'existing and new')
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DREADME.md5 Certificate management allows to replace the existing certificate and private
33 new certificate is uploaded or change in the existing certificates.
153 - CertificateService.ReplaceCertificate Allows the user to replace an existing
169 - certificate manager should provide interface to delete the existing
225 for replacing existing certificate.
242 - During boot up certificate objects created for the existing certificates.
247 already existing. At present only one certificate per server and client
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dtests.py159 # 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/phosphor-webui/app/access-control/directives/
H A Dusername-validator.js9 * existing usernames
11 * <input username-validator existing-usernames="[]"/>

12345678910>>...45