Home
last modified time | relevance | path

Searched refs:truncated (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/qemu/tests/qemu-iotests/
H A D102.out3 === Testing map command on truncated image ===
13 === Testing map on an image file truncated outside of qemu ===
H A D116.out3 == truncated header cluster ==
/openbmc/openbmc-test-automation/lib/
H A Dsensor_info_record.py116 truncated = encoded[:READING_VALUE_BYTE_LIMIT]
117 padded = truncated.ljust(READING_VALUE_BYTE_LIMIT, b"\x00")
/openbmc/openbmc/poky/meta/recipes-extended/iputils/iputils/
H A DCVE-2025-47268.patch28 24 bytes from 127.0.0.1: icmp_seq=1 ttl=64 (truncated)
31 24 bytes from 127.0.0.1: icmp_seq=1 ttl=64 (truncated)
56 24 bytes from 127.0.0.1: icmp_seq=1 ttl=64 (truncated)
59 24 bytes from 127.0.0.1: icmp_seq=1 ttl=64 (truncated)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/
H A Dnlrequest.c_packet-too-small_fix.patch3 Description: Fix "NETLINK: Packet too small or truncated!" error.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch413 …_cleanup_free_ char *truncated = strndup(w, 40); /* kernel refuses more than 40 chars (as per nvme…
416 - r = write_string_file_at(subsystem_fd, "attr_model", truncated, WRITE_STRING_FILE_…
417 + r = write_string_file_at(subsystem_fd, "attr_model", truncated, 0);
424 … /* The default string stored in 'attr_firmware' is `uname -r` btw, but truncated to 8 chars. */
425 - r = write_string_file_at(subsystem_fd, "attr_firmware", truncated, WRITE_STRING_FI…
426 + r = write_string_file_at(subsystem_fd, "attr_firmware", truncated, 0);
428 … log_warning_errno(r, "Failed to set model of subsystem to '%s', ignoring: %m", truncated);
431 if (!truncated)
434 - r = write_string_file_at(subsystem_fd, "attr_serial", truncated, WRITE_STRING_FILE…
435 + r = write_string_file_at(subsystem_fd, "attr_serial", truncated, 0);
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A Dsblim-sfcb-1.4.9-fix-ftbfs.patch8 * the last char of the truncated string.
/openbmc/qemu/qga/
H A Dcommands.c89 bool truncated; member
209 ges->out_truncated = gei->out.truncated; in qmp_guest_exec_status()
216 ges->err_truncated = gei->err.truncated; in qmp_guest_exec_status()
358 if (!p->truncated && p->size < GUEST_EXEC_MAX_OUTPUT) { in guest_exec_output_watch()
365 p->truncated = true; in guest_exec_output_watch()
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch433 …_cleanup_free_ char *truncated = strndup(w, 40); /* kernel refuses more than 40 chars (as per nvme…
436 - r = write_string_file_at(subsystem_fd, "attr_model", truncated, WRITE_STRING_FILE_…
437 + r = write_string_file_at(subsystem_fd, "attr_model", truncated, 0);
444 … /* The default string stored in 'attr_firmware' is `uname -r` btw, but truncated to 8 chars. */
445 - r = write_string_file_at(subsystem_fd, "attr_firmware", truncated, WRITE_STRING_FI…
446 + r = write_string_file_at(subsystem_fd, "attr_firmware", truncated, 0);
448 … log_warning_errno(r, "Failed to set model of subsystem to '%s', ignoring: %m", truncated);
451 if (!truncated)
454 - r = write_string_file_at(subsystem_fd, "attr_serial", truncated, WRITE_STRING_FILE…
455 + r = write_string_file_at(subsystem_fd, "attr_serial", truncated, 0);
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc_15.1.bb5 # | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7438:(.text.unlikely+0x2fa): relocation truncated to fit: …
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/
H A D0001-Remove-newline-from-format-line.patch8 error: '__builtin___snprintf_chk' output truncated before the last format character [-Werror=format…
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch10 deep and use NFS, the kernel arguments will be truncated. The kernel will
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0004-fast_float-Add-single-header-library-for-from_char-i.patch1467 + // We have now corrected both exponent and i, to a truncated value
2653 +empty_hi64(bool &truncated) noexcept {
2654 + truncated = false;
2659 +uint64_hi64(uint64_t r0, bool &truncated) noexcept {
2660 + truncated = false;
2666 +uint64_hi64(uint64_t r0, uint64_t r1, bool &truncated) noexcept {
2669 + truncated = r1 != 0;
2673 + truncated = (r1 << shl) != 0;
2679 +uint32_hi64(uint32_t r0, bool &truncated) noexcept {
2680 + return uint64_hi64(r0, truncated);
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/
H A Dvalkey.conf776 aof-load-truncated yes
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dredis.conf776 aof-load-truncated yes
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.8/
H A Dredis.conf776 aof-load-truncated yes
/openbmc/openbmc/poky/meta/recipes-kernel/blktrace/
H A Dblktrace_git.bb37 # 4) btreplay.o: file not recognized: File truncated
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dman-file-mailstat.1-from-debian.patch31 +The $LOGFILE is truncated to zero length, unless the
/openbmc/u-boot/cmd/
H A Dmtdparts.c1448 int truncated; local
1451 &truncated);
1458 if (!truncated) {
1460 mtd->erasesize, &padding_size, &truncated);
1461 if (truncated)
1467 if (truncated) {
/openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools/
H A D0001-fix-nsectors-exceeds-0xffff-situation.patch11 If the size of efi.img > 32MB, the partition table will be truncated
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-Add-extra-sector-count-from-section-entry-for-EFI-ca.patch11 If the size of efi.img > 32MB, the partition table will be truncated
/openbmc/openpower-debug-collector/dump/tools/opdump/
H A Dopdreport24 Report will be truncated if size exceeds
/openbmc/qemu/qapi/
H A Dacpi.json31 # address upwards, and silently truncated / NUL-padded to length.
/openbmc/phosphor-debug-collector/tools/dreport.d/
H A Ddreport30 Report will be truncated in case size exceeds
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/
H A D0001-Fru-Fix-edit-field-not-checking-area-existence.patch17 becomes truncated, resulting in data loss.
62 change, the last 8 bytes of the FRU would be truncated which would

12