Home
last modified time | relevance | path

Searched full:bounds (Results 1 – 25 of 228) sorted by relevance

12345678910

/openbmc/phosphor-pid-control/pid/
H A Dpidcontroller.cpp34 // Over the hysteresis bounds, keep counting pid in calPIDOutput()
45 // Under the hysteresis bounds, initialize pid in calPIDOutput()
52 // inside the hysteresis bounds, keep last output in calPIDOutput()
83 // if reading is outside of hysteresis bounds, use it for reading, in calPIDOutput()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/
H A D0001-blobmsg-fix-array-out-of-bounds-GCC-10-warning.patch4 Subject: [PATCH] blobmsg: fix array out of bounds GCC 10 warning
11 …r' is out of the bounds of referenced subobject 'name' with type 'uint8_t[0]' {aka 'unsigned char[…
/openbmc/qemu/hw/misc/
H A Daspeed_sli.c28 "%s: Out-of-bounds read at offset 0x%" HWADDR_PRIx "\n", in aspeed_sli_read()
45 "%s: Out-of-bounds write at offset 0x%" HWADDR_PRIx "\n", in aspeed_sli_write()
61 "%s: Out-of-bounds read at offset 0x%" HWADDR_PRIx "\n", in aspeed_sliio_read()
78 "%s: Out-of-bounds write at offset 0x%" HWADDR_PRIx "\n", in aspeed_sliio_write()
H A Dallwinner-h3-dramc.c105 qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", in allwinner_h3_dramcom_read()
124 qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", in allwinner_h3_dramcom_write()
149 qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", in allwinner_h3_dramctl_read()
168 qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", in allwinner_h3_dramctl_write()
192 qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", in allwinner_h3_dramphy_read()
211 qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", in allwinner_h3_dramphy_write()
H A Daspeed_gfx.c29 "%s: Out-of-bounds read at offset 0x%" HWADDR_PRIx "\n", in aspeed_gfx_read()
51 "%s: Out-of-bounds write at offset 0x%" HWADDR_PRIx "\n", in aspeed_gfx_write()
H A Daspeed_pwm.c29 "%s: Out-of-bounds read at offset 0x%" HWADDR_PRIx "\n", in aspeed_pwm_read()
51 "%s: Out-of-bounds write at offset 0x%" HWADDR_PRIx "\n", in aspeed_pwm_write()
H A Dallwinner-r40-dramc.c188 qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", in allwinner_r40_dramcom_read()
206 qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", in allwinner_r40_dramcom_write()
231 qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", in allwinner_r40_dramctl_read()
249 qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", in allwinner_r40_dramctl_write()
271 qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", in allwinner_r40_dramphy_read()
289 qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", in allwinner_r40_dramphy_write()
H A Dallwinner-h3-sysctrl.c49 qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", in allwinner_h3_sysctrl_read()
64 qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", in allwinner_h3_sysctrl_write()
H A Daspeed_peci.c52 "%s: Out-of-bounds read at offset 0x%" HWADDR_PRIx "\n", in aspeed_peci_read()
71 "%s: Out-of-bounds write at offset 0x%" HWADDR_PRIx "\n", in aspeed_peci_write()
/openbmc/libpldm/
H A DCHANGELOG.md370 - dsp: firmware_update: Bounds check
373 The additional bounds-checking required the addition of further length
463 - dsp: platform: Bounds check encode_sensor_state_pdr()
464 - dsp: platform: Bounds check encode_state_effecter_pdr()
465 - dsp: pdr: Bounds check pldm_entity_association_pdr_extract()
466 - dsp: bios_table: Bounds check pldm_bios_table_append_pad_checksum()
467 - dsp: bios_table: Bounds check pldm_bios_table_attr_value_entry_encode_string()
468 - dsp: bios_table: Bounds check pldm_bios_table_attr_value_entry_encode_enum()
469 - dsp: firmware_update: Bounds check
471 - oem: ibm: platform: Bounds check encode_bios_attribute_update_event_req()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/
H A D0002-configure-Disable-selected-warnings.patch25 +AX_CHECK_COMPILE_FLAG([-Warray-bounds],[NOWARNINGS+=' -Wno-error=array-bounds'])
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/
H A DCap.interface.yaml2 Implement to specify the power consumption cap and bounds
18 #TODO: These following bounds are currently owned by Settings but need to be
/openbmc/openpower-occ-control/
H A Dpowercap.cpp106 // Build the hwmon string to write the power cap bounds in updatePcapBounds()
116 // Read the power cap bounds from sysfs files (from OCC) in updatePcapBounds()
169 // Save the power cap bounds to dbus in updatePcapBounds()
174 // Validate user power cap (if enabled) is within the bounds in updatePcapBounds()
195 // User power cap is outside of current bounds in updatePcapBounds()
202 "updatePcapBounds: user powercap {CAP}W is outside bounds " in updatePcapBounds()
455 // Update the Power Cap bounds on DBus
/openbmc/qemu/hw/fsi/
H A Dfsi.c31 "%s: Out of bounds read: 0x%"HWADDR_PRIx" for %u\n", in fsi_slave_read()
49 "%s: Out of bounds write: 0x%"HWADDR_PRIx" for %u\n", in fsi_slave_write()
H A Dlbus.c47 "%s: Out-of-bounds read at offset 0x%" HWADDR_PRIx "\n", in fsi_scratchpad_read()
65 "%s: Out-of-bounds write at offset 0x%" HWADDR_PRIx "\n", in fsi_scratchpad_write()
/openbmc/u-boot/include/
H A Dfsl_immap.h15 u32 cs0_bnds; /* Chip Select 0 Memory Bounds */
17 u32 cs1_bnds; /* Chip Select 1 Memory Bounds */
19 u32 cs2_bnds; /* Chip Select 2 Memory Bounds */
21 u32 cs3_bnds; /* Chip Select 3 Memory Bounds */
/openbmc/qemu/accel/tcg/
H A Dtlb-bounds.h2 * softmmu size bounds
/openbmc/qemu/disas/
H A Ddisas-common.c27 /* Address between memaddr and memaddr + len was out of bounds. */ in perror_memory()
29 "Address 0x%" PRIx64 " is out of bounds.\n", in perror_memory()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Ddirinfo.html176 var bounds = this.offset();
177 bounds.bottom = bounds.top + this.outerHeight();
179 return (bounds.bottom > viewportBottom);
/openbmc/openbmc-test-automation/systest/collection/
H A Dbmc_collect_sensors.robot85 Log Sensors detected out of bounds via Rest:${\n}${sensors_flagged_rest} console=true
86 Log Sensors detected out of bounds via Redfish:${\n}${sensors_flagged_redfish} console=true
/openbmc/phosphor-health-monitor/
H A Dhealth_metric.cpp119 bound_map_t bounds; in initProperties() local
120 bounds.emplace(bound, std::numeric_limits<double>::quiet_NaN()); in initProperties()
121 thresholds.emplace(type, bounds); in initProperties()
/openbmc/qemu/tests/qemu-iotests/
H A D08460 echo "=== Testing image size bounds ==="
91 # Now check the bounds of blocks_in_image - 0x1fffff80 should be the max
/openbmc/qemu/tests/qtest/
H A Dfuzz-xlnx-dp-test.c13 * This used to trigger the out-of-bounds read in xlnx_dp_read
/openbmc/libpldm/src/msgbuf/
H A Dcore.h211 * prior accesses would have occurred beyond the bounds of the buffer, and
252 * bounds of the buffer.
333 * @return 0 if all buffer accesses were in-bounds, -EOVERFLOW otherwise.
348 * @return 0 if all buffer accesses were in-bounds, -EOVERFLOW otherwise.
364 * @return 0 if all buffer access were in-bounds and completely consume the
366 * consumed, or -EOVERFLOW if accesses were attempted beyond the bounds of the
383 * @return 0 if all buffer access were in-bounds and completely consume the
385 * consumed, or -EOVERFLOW if accesses were attempted beyond the bounds of the
482 * @return PLDM_SUCCESS if buffer accesses were in-bounds,
1365 * an out-of-bounds access occurred.
[all …]
/openbmc/qemu/tests/tcg/m68k/
H A Dtrap.c56 int bounds[2] = { 0, 1 }; in main()
58 : : "m"(bounds), "d"(2), FMT_INS); in main()

12345678910