/openbmc/telemetry/tests/src/ |
H A D | test_numeric_threshold.cpp | 114 NumericParams& Updates(std::vector<UpdateParams> val) in Updates() function 116 updates = std::move(val); in Updates() 156 *os << " ], Updates: [ "; in PrintTo() 157 for (const auto& [index, value, sleepAfter] : o.updates) in PrintTo() 174 std::vector<UpdateParams> updates; member 223 for (const auto& [index, value, sleepAfter] : GetParam().updates) in testBodySensorIsUpdatedMultipleTimes() 262 .Updates({{0, 89.0}}) 268 .Updates({{0, 91.0}}) 274 .Updates({{0, 99.0}, {0, 80.0}, {0, 98.0}}) 280 .Updates({{0, 99.0}, {1, 98.0}}) [all …]
|
H A D | test_on_change_threshold.cpp | 85 OnChangeParams& Updates(std::vector<UpdateParams> val) in Updates() function 87 updates = std::move(val); in Updates() 99 *os << "{ Updates: [ "; in PrintTo() 100 for (const auto& [index, value] : o.updates) in PrintTo() 112 std::vector<UpdateParams> updates; member 123 Values(OnChangeParams().Updates({{0, 80.0}}).Expected({{0, 80.0}}), 125 .Updates({{0, 80.0}, {1, 81.0}}) 128 .Updates({{0, 80.0}, {0, 90.0}}) 131 .Updates({{0, 80.0}, {1, 90.0}, {0, 90.0}}) 134 .Updates({{0, 80.0}, {1, 80.0}, {1, 90.0}, {0, 90.0}}) [all …]
|
H A D | test_discrete_threshold.cpp | 154 DiscreteParams& Updates(std::vector<UpdateParams> val) in Updates() function 156 updates = std::move(val); in Updates() 182 *os << ", Updates: [ "; in PrintTo() 183 for (const auto& [index, value, sleepAfter] : o.updates) in PrintTo() 197 std::vector<UpdateParams> updates; member 241 for (const auto& [index, value, sleepAfter] : GetParam().updates) in testBodySensorIsUpdatedMultipleTimes() 274 .Updates({{0, 80.0}, {0, 89.0}}) 278 .Updates({{0, 80.0}, {0, 90.0}, {0, 80.0}, {0, 90.0}}) 282 .Updates({{0, 90.0}, {0, 99.0}, {1, 100.0}, {1, 90.0}}) 310 .Updates({{0, 90.0, 100ms}, {0, 91.0}, {0, 90.0}}) [all …]
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | microcode.h | 16 * microcode_update_intel() - Apply microcode updates 18 * Applies any microcode updates in the device tree. 20 * @return 0 if OK, -EEXIST if the updates were already applied, -ENOENT if 21 * not updates were found, -EINVAL if an update was invalid
|
/openbmc/qemu/tests/ |
H A D | test-qht-par.c | 48 g_test_add_func("/qht/parallel/2threads-0%updates-1s", test_2th0u1s); in main() 49 g_test_add_func("/qht/parallel/2threads-20%updates-1s", test_2th20u1s); in main() 51 g_test_add_func("/qht/parallel/2threads-0%updates-5s", test_2th0u5s); in main() 52 g_test_add_func("/qht/parallel/2threads-20%updates-5s", test_2th20u5s); in main()
|
/openbmc/openbmc/meta-google/recipes-google/systemd/files/ |
H A D | firmware-updates.target | 2 Description=Firmware Updates and Configuration 3 Wants=firmware-updates-pre.target
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/files/fvp-base/ |
H A D | 0001-check-sr-results-Change-the-expected-SR-result-confi.patch | 18 Capsule updates are not supported. 26 a. capsuleapp-esrt: Capsule updates are not supported. 30 c. must-contain "FwClass": Capsule updates are not supported. 31 d. error-if-contains "ESRT - Not Found": Capsule updates are not 34 a. warn-if-contains "Aborted test": Capsule updates are not supported. 38 a. Remove whole directory because capsule updates are not supported. 48 b. must-contain "FirmwareManagement": Capsule updates are not supported. 52 a. Make optional because capsule updates are not supported.
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_tpm2.py | 23 updates = 0 variable 192 # Save the number of PCR updates 193 str = re.findall(r'\d+ known updates', read_pcr)[0] 194 global updates 195 updates = int(re.findall(r'\d+', str)[0]) 225 str = re.findall(r'\d+ known updates', read_pcr)[0] 227 assert (updates + 1) == new_updates
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | distro_check.py | 81 …letter("http://archive.fedoraproject.org/pub/fedora/linux/updates/%s/SRPMS/" % latest, "updates", … 89 …ackage_list_from_url("http://download.opensuse.org/update/leap/%s/oss/src/" % latest, "updates", d) 125 url = "http://ftp.debian.org/debian/dists/stable-proposed-updates/main/source/Sources.gz" 126 package_names |= get_debian_style_source_package_list(url, "updates", d) 134 updates, so the resulting distro could be any supported release. 138 if "-updates" in link: 139 distro = link.replace("-updates", "") 148 url = "http://archive.ubuntu.com/ubuntu/dists/%s-updates/main/source/Sources.gz" % latest 149 package_names |= get_debian_style_source_package_list(url, "updates", d)
|
/openbmc/openbmc/meta-google/recipes-google/systemd/ |
H A D | gbmc-systemd-config.bb | 12 file://firmware-updates.target \ 13 file://firmware-updates-pre.target \ 41 firmware-updates.target \ 42 firmware-updates-pre.target \ 60 install -m 0644 ${UNPACKDIR}/firmware-updates.target ${D}${systemd_system_unitdir}/ 61 install -m 0644 ${UNPACKDIR}/firmware-updates-pre.target ${D}${systemd_system_unitdir}/
|
/openbmc/docs/designs/ |
H A D | external-sensor.md | 41 _ExternalSensor_ to detect and properly indicate loss of timely sensor updates 73 from other sensor daemons. Once an external source starts providing updates, the 74 external source is expected to continue to provide timely updates. Each update 102 Periodic things like sensors, which send out regular updates, could easily lead 140 timeout value, in seconds. If this amount of time elapses with no new updates 184 IPMI sensors, however, expected usage of almost all external sensor updates is a 189 _ExternalSensor_ are expected to receive continuous periodic updates from an 192 not dependent on IPMI as the only source of external updates. 197 One limitation was that the existing _Sensor_ class, by design, dropped updates 199 want to recognize all updates received, even duplicates, as they are important
|
/openbmc/openbmc/poky/bitbake/lib/progressbar/ |
H A D | widgets.py | 59 """Updates the widget. 75 """Updates the widget providing the total width the widget must fill. 99 """Updates the widget to show the elapsed time.""" 110 """Updates the widget to show the ETA or total time when finished.""" 149 """Updates the widget to show the ETA or total time when finished.""" 178 """Updates the widget with the current SI prefixed speed.""" 202 """Updates the widget to show the next marker or the first marker when 300 """Updates the progress bar and its subcomponents.""" 340 """Updates the progress bar and its subcomponents."""
|
/openbmc/pldm/docs/ |
H A D | pdr_implementation.md | 13 JSON updates. New PDR type support would require JSON updates as well as PDR
|
/openbmc/u-boot/doc/ |
H A D | README.update | 7 This feature allows to automatically store software updates present on a TFTP 11 updates. Each update in the update file has an address in NOR Flash where it 12 should be placed, updates are also protected with a SHA-1 checksum. If the 93 An example containing three updates. It can be used to update Linux kernel,
|
/openbmc/docs/designs/oem/ibm/ |
H A D | system-power-mode.md | 33 the OCC state changes to ACTIVE or the customer updates these new parameters at 66 - Customer updates system power mode user interface or Redfish interface 67 - Customer updates idle power save setting or Redfish interface 87 will be retained across power cycles, AC loss, code updates, etc.
|
/openbmc/qemu/tests/functional/ |
H A D | test_aarch64_xlnx_versal.py | 12 ('http://ports.ubuntu.com/ubuntu-ports/dists/bionic-updates/main/' 18 ('http://ports.ubuntu.com/ubuntu-ports/dists/bionic-updates/main/'
|
/openbmc/phosphor-fan-presence/control/ |
H A D | handlers.hpp | 19 * @details Sets or updates a zone property to the given value using the 46 * @details Sets or updates a property's value determined by a combination of 66 * @details Sets or updates service name owner state used by a group where
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 082.out | 69 lazy_refcounts=<bool (on/off)> - Postpone refcount updates 95 lazy_refcounts=<bool (on/off)> - Postpone refcount updates 121 lazy_refcounts=<bool (on/off)> - Postpone refcount updates 147 lazy_refcounts=<bool (on/off)> - Postpone refcount updates 173 lazy_refcounts=<bool (on/off)> - Postpone refcount updates 199 lazy_refcounts=<bool (on/off)> - Postpone refcount updates 225 lazy_refcounts=<bool (on/off)> - Postpone refcount updates 251 lazy_refcounts=<bool (on/off)> - Postpone refcount updates 291 lazy_refcounts=<bool (on/off)> - Postpone refcount updates 379 lazy_refcounts=<bool (on/off)> - Postpone refcount updates [all …]
|
H A D | 107 | 4 # Tests updates of the qcow2 L1 table 47 echo '=== Updates should not write random data ==='
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | backup_restore.hpp | 80 * Updates the keyword's value based on the following, 82 * config JSON, then API updates VPD on the backup(destination) path. 83 * 2. If i_fruPath is backup path, then API updates the VPD on the
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | UpdateService.v1_16_0.json | 221 "description": "The settings for `HttpPushUri`-provided software updates.", 222 …all contain settings and requirements of the service for `HttpPushUri`-provided software updates.", 310 "description": "This action updates software components.", 612 …ted in favor of the update parameters used with `MultipartHttpPushUri`-provided software updates.", 613 "description": "The options for `HttpPushUri`-provided software updates.", 614 …hall contain options and requirements of the service for `HttpPushUri`-provided software updates.", 619 … "This property has been deprecated in favor of `MultipartHttpPushUri`-provided software updates.", 620 …cation of whether a client has reserved the `HttpPushUriOptions` properties for software updates.", 621 …updates. When a client uses any `HttpPushUriOptions` properties for software updates, it should s… 631 …ted in favor of the update parameters used with `MultipartHttpPushUri`-provided software updates.", [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | UpdateService.v1_16_0.json | 221 "description": "The settings for `HttpPushUri`-provided software updates.", 222 …all contain settings and requirements of the service for `HttpPushUri`-provided software updates.", 310 "description": "This action updates software components.", 612 …ted in favor of the update parameters used with `MultipartHttpPushUri`-provided software updates.", 613 "description": "The options for `HttpPushUri`-provided software updates.", 614 …hall contain options and requirements of the service for `HttpPushUri`-provided software updates.", 619 … "This property has been deprecated in favor of `MultipartHttpPushUri`-provided software updates.", 620 …cation of whether a client has reserved the `HttpPushUriOptions` properties for software updates.", 621 …updates. When a client uses any `HttpPushUriOptions` properties for software updates, it should s… 631 …ted in favor of the update parameters used with `MultipartHttpPushUri`-provided software updates.", [all …]
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_sha.h | 52 /* Updates the SHA-256 context with |len| bytes from |data|. */ 61 /* Updates the SHA-512 context with |len| bytes from |data|. */
|
/openbmc/qemu/include/ui/ |
H A D | clipboard.h | 14 * and get notifications for clipboard updates. 64 * @notifier: notifier for clipboard updates. 149 * (set+grab clipboard) and passive (watch clipboard for updates) 247 * clipboard data updates in response to qemu_clipboard_request()
|
/openbmc/qemu/qapi/ |
H A D | uefi.json | 38 # of updates for authenticated variables. UEFI has two kinds of 43 # updates must be signed with the same certificate.
|