Home
last modified time | relevance | path

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

1234

/openbmc/linux/drivers/firmware/efi/libstub/
H A Dtpm.c60 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/linux/drivers/char/ipmi/
H A Dipmi_kcs_sm.c117 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 Dipmi_smic_sm.c99 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 Dipmi_bt_sm.c84 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/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/linux/security/tomoyo/
H A Daudit.c34 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/qemu/qga/
H A Dcommands.c89 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/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/poky/meta/recipes-core/systemd/systemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch453 …_cleanup_free_ char *truncated = strndup(w, 40); /* kernel refuses more than 40 chars (as per nvme…
456 - r = write_string_file_at(subsystem_fd, "attr_model", truncated, WRITE_STRING_FILE_…
457 + r = write_string_file_at(subsystem_fd, "attr_model", truncated, 0);
464 … /* The default string stored in 'attr_firmware' is `uname -r` btw, but truncated to 8 chars. */
465 - r = write_string_file_at(subsystem_fd, "attr_firmware", truncated, WRITE_STRING_FI…
466 + r = write_string_file_at(subsystem_fd, "attr_firmware", truncated, 0);
468 … log_warning_errno(r, "Failed to set model of subsystem to '%s', ignoring: %m", truncated);
471 if (!truncated)
474 - r = write_string_file_at(subsystem_fd, "attr_serial", truncated, WRITE_STRING_FILE…
475 + r = write_string_file_at(subsystem_fd, "attr_serial", truncated, 0);
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch453 …_cleanup_free_ char *truncated = strndup(w, 40); /* kernel refuses more than 40 chars (as per nvme…
456 - r = write_string_file_at(subsystem_fd, "attr_model", truncated, WRITE_STRING_FILE_…
457 + r = write_string_file_at(subsystem_fd, "attr_model", truncated, 0);
464 … /* The default string stored in 'attr_firmware' is `uname -r` btw, but truncated to 8 chars. */
465 - r = write_string_file_at(subsystem_fd, "attr_firmware", truncated, WRITE_STRING_FI…
466 + r = write_string_file_at(subsystem_fd, "attr_firmware", truncated, 0);
468 … log_warning_errno(r, "Failed to set model of subsystem to '%s', ignoring: %m", truncated);
471 if (!truncated)
474 - r = write_string_file_at(subsystem_fd, "attr_serial", truncated, WRITE_STRING_FILE…
475 + 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/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc_13.2.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/linux/tools/testing/selftests/bpf/prog_tests/
H A Diters.c85 VALIDATE_CASE(truncated); in subtest_testmod_seq_iters()
/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-extended/mdadm/files/
H A D0001-fix-gcc-8-format-truncation-warning.patch8 |super0.c:236:32: error: 'snprintf' output may be truncated
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.h65 bool truncated; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dredis.conf776 aof-load-truncated yes
/openbmc/openbmc/poky/meta/recipes-kernel/blktrace/
H A Dblktrace_git.bb35 # 4) btreplay.o: file not recognized: File truncated
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.4/
H A Dredis.conf776 aof-load-truncated yes
/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/linux/drivers/media/platform/ti/omap3isp/
H A Dispvideo.h45 u32 truncated; member
/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss_video.h41 u32 truncated; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c1507 int truncated = pktlen - pktsize; in iwl_mvm_report_wakeup_reasons() local
1510 if (WARN_ON_ONCE(truncated < 0)) in iwl_mvm_report_wakeup_reasons()
1511 truncated = 0; in iwl_mvm_report_wakeup_reasons()
1542 if (truncated >= icvlen) { in iwl_mvm_report_wakeup_reasons()
1544 truncated -= icvlen; in iwl_mvm_report_wakeup_reasons()
1546 icvlen -= truncated; in iwl_mvm_report_wakeup_reasons()
1547 truncated = 0; in iwl_mvm_report_wakeup_reasons()
1564 if (truncated >= 4) { in iwl_mvm_report_wakeup_reasons()
1565 truncated -= 4; in iwl_mvm_report_wakeup_reasons()
1568 fcslen -= truncated; in iwl_mvm_report_wakeup_reasons()
[all …]

1234