/openbmc/linux/drivers/char/ipmi/ |
H A D | ipmi_kcs_sm.c | 117 int truncated; member 135 kcs->truncated = 0; in init_kcs_data_with_state() 212 kcs->truncated = 1; in read_next_byte() 307 kcs->truncated = 1; in get_kcs_result() 318 if (kcs->truncated) { in get_kcs_result() 325 kcs->truncated = 0; in get_kcs_result()
|
H A D | ipmi_smic_sm.c | 99 int truncated; member 114 smic->truncated = 0; in init_smic_data() 167 smic->truncated = 1; in smic_get_result() 175 if (smic->truncated) { in smic_get_result() 177 smic->truncated = 0; in smic_get_result() 242 smic->truncated = 1; in read_next_byte()
|
H A D | ipmi_bt_sm.c | 84 int truncated; member 235 bt->truncated = 0; in bt_start_transaction() 260 if (length < msg_len || bt->truncated) { in bt_get_result() 348 bt->truncated = 1; in read_all_bytes()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | tpm.c | 60 efi_bool_t truncated; in efi_retrieve_tpm2_eventlog() local 71 &log_location, &log_last_entry, &truncated); in efi_retrieve_tpm2_eventlog() 77 &truncated); in efi_retrieve_tpm2_eventlog()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 102.out | 3 === Testing map command on truncated image === 13 === Testing map on an image file truncated outside of qemu ===
|
H A D | 116.out | 3 == truncated header cluster ==
|
/openbmc/linux/security/tomoyo/ |
H A D | audit.c | 34 bool truncated = false; in tomoyo_print_bprm() local 58 truncated = true; in tomoyo_print_bprm() 78 if (truncated) { in tomoyo_print_bprm() 86 truncated = false; in tomoyo_print_bprm() 90 if (truncated) { in tomoyo_print_bprm()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 413 …_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/qemu/qga/ |
H A D | commands.c | 89 bool truncated; member 208 ges->has_out_truncated = gei->out.truncated; in qmp_guest_exec_status() 214 ges->has_err_truncated = gei->err.truncated; in qmp_guest_exec_status() 356 if (!p->truncated && p->size < GUEST_EXEC_MAX_OUTPUT) { in guest_exec_output_watch() 363 p->truncated = true; in guest_exec_output_watch()
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 433 …_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/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/ |
H A D | nlrequest.c_packet-too-small_fix.patch | 3 Description: Fix "NETLINK: Packet too small or truncated!" error.
|
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/ |
H A D | 0004-fast_float-Add-single-header-library-for-from_char-i.patch | 1467 + // 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/sblim-sfcb/sblim-sfcb/ |
H A D | sblim-sfcb-1.4.9-fix-ftbfs.patch | 8 * the last char of the truncated string.
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc_14.2.bb | 5 # | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7438:(.text.unlikely+0x2fa): relocation truncated to fit: …
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | iters.c | 85 VALIDATE_CASE(truncated); in subtest_testmod_seq_iters()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/ |
H A D | 0001-Remove-newline-from-format-line.patch | 8 error: '__builtin___snprintf_chk' output truncated before the last format character [-Werror=format…
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/ |
H A D | 0001-fix-gcc-8-format-truncation-warning.patch | 8 |super0.c:236:32: error: 'snprintf' output may be truncated
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch | 10 deep and use NFS, the kernel arguments will be truncated. The kernel will
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | dp_mon.h | 65 bool truncated; member
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | d3.c | 1509 int truncated = pktlen - pktsize; in iwl_mvm_report_wakeup_reasons() local 1512 if (WARN_ON_ONCE(truncated < 0)) in iwl_mvm_report_wakeup_reasons() 1513 truncated = 0; in iwl_mvm_report_wakeup_reasons() 1544 if (truncated >= icvlen) { in iwl_mvm_report_wakeup_reasons() 1546 truncated -= icvlen; in iwl_mvm_report_wakeup_reasons() 1548 icvlen -= truncated; in iwl_mvm_report_wakeup_reasons() 1549 truncated = 0; in iwl_mvm_report_wakeup_reasons() 1561 wakeup.packet_len = pkt->len - truncated; in iwl_mvm_report_wakeup_reasons() 1566 if (truncated >= 4) { in iwl_mvm_report_wakeup_reasons() 1567 truncated -= 4; in iwl_mvm_report_wakeup_reasons() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/ |
H A D | valkey.conf | 776 aof-load-truncated yes
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
H A D | redis.conf | 776 aof-load-truncated yes
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/ |
H A D | redis.conf | 776 aof-load-truncated yes
|
/openbmc/u-boot/cmd/ |
H A D | mtdparts.c | 1448 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-kernel/blktrace/ |
H A D | blktrace_git.bb | 37 # 4) btreplay.o: file not recognized: File truncated
|