/openbmc/phosphor-pid-control/pid/ |
H A D | pidcontroller.cpp | 34 // 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 D | 0001-blobmsg-fix-array-out-of-bounds-GCC-10-warning.patch | 4 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 D | aspeed_sli.c | 28 "%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 D | allwinner-h3-dramc.c | 105 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 D | aspeed_gfx.c | 29 "%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 D | aspeed_pwm.c | 29 "%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 D | allwinner-r40-dramc.c | 188 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 D | allwinner-h3-sysctrl.c | 49 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 D | aspeed_peci.c | 52 "%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 D | CHANGELOG.md | 370 - 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 D | 0002-configure-Disable-selected-warnings.patch | 25 +AX_CHECK_COMPILE_FLAG([-Warray-bounds],[NOWARNINGS+=' -Wno-error=array-bounds'])
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/ |
H A D | Cap.interface.yaml | 2 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 D | powercap.cpp | 106 // 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 D | fsi.c | 31 "%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 D | lbus.c | 47 "%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 D | fsl_immap.h | 15 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 D | tlb-bounds.h | 2 * softmmu size bounds
|
/openbmc/qemu/disas/ |
H A D | disas-common.c | 27 /* 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 D | dirinfo.html | 176 var bounds = this.offset(); 177 bounds.bottom = bounds.top + this.outerHeight(); 179 return (bounds.bottom > viewportBottom);
|
/openbmc/openbmc-test-automation/systest/collection/ |
H A D | bmc_collect_sensors.robot | 85 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 D | health_metric.cpp | 119 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 D | 084 | 60 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 D | fuzz-xlnx-dp-test.c | 13 * This used to trigger the out-of-bounds read in xlnx_dp_read
|
/openbmc/libpldm/src/msgbuf/ |
H A D | core.h | 211 * 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 D | trap.c | 56 int bounds[2] = { 0, 1 }; in main() 58 : : "m"(bounds), "d"(2), FMT_INS); in main()
|