Home
last modified time | relevance | path

Searched refs:truncated (Results 1 - 25 of 35) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_kcs_sm.c117 int truncated; member
135 kcs->truncated = 0; in init_kcs_data()
204 /* Throw the data away and mark it truncated. */ in read_next_byte()
206 kcs->truncated = 1; in read_next_byte()
301 kcs->truncated = 1; in get_kcs_result()
312 if (kcs->truncated) { in get_kcs_result()
314 * Report a truncated error. We might overwrite in get_kcs_result()
316 * to know it was truncated. in get_kcs_result()
319 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()
/kernel/linux/linux-6.6/drivers/char/ipmi/
H A Dipmi_kcs_sm.c117 int truncated; member
135 kcs->truncated = 0; in init_kcs_data_with_state()
210 /* Throw the data away and mark it truncated. */ in read_next_byte()
212 kcs->truncated = 1; in read_next_byte()
307 kcs->truncated = 1; in get_kcs_result()
318 if (kcs->truncated) { in get_kcs_result()
320 * Report a truncated error. We might overwrite in get_kcs_result()
322 * to know it was 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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c1264 int truncated = pktlen - pktsize; in iwl_mvm_report_wakeup_reasons() local
1267 if (WARN_ON_ONCE(truncated < 0)) in iwl_mvm_report_wakeup_reasons()
1268 truncated = 0; in iwl_mvm_report_wakeup_reasons()
1298 /* if truncated, FCS/ICV is (partially) gone */ in iwl_mvm_report_wakeup_reasons()
1299 if (truncated >= icvlen) { in iwl_mvm_report_wakeup_reasons()
1301 truncated -= icvlen; in iwl_mvm_report_wakeup_reasons()
1303 icvlen -= truncated; in iwl_mvm_report_wakeup_reasons()
1304 truncated = 0; in iwl_mvm_report_wakeup_reasons()
1316 wakeup.packet_len = pkt->len - truncated; in iwl_mvm_report_wakeup_reasons()
1321 if (truncated > in iwl_mvm_report_wakeup_reasons()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.h65 bool truncated; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Diters.c85 VALIDATE_CASE(truncated); in subtest_testmod_seq_iters()
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Dispvideo.h33 * @truncated: V4L2 media bus format code for the same format truncated to 10
45 u32 truncated; member
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/
H A Diss_video.h31 * @truncated: V4L2 media bus format code for the same format truncated to 10
42 u32 truncated; member
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Dispvideo.h33 * @truncated: V4L2 media bus format code for the same format truncated to 10
45 u32 truncated; member
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/
H A Diss_video.h30 * @truncated: V4L2 media bus format code for the same format truncated to 10
41 u32 truncated; member
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c814 * buffer was truncated. in arm_trbe_update_buffer()
1119 bool truncated = false; in arm_trbe_irq_handler() local
1150 truncated = !!trbe_handle_overflow(handle); in arm_trbe_irq_handler()
1157 truncated = true; in arm_trbe_irq_handler()
1162 * If the buffer was truncated, ensure perf callbacks in arm_trbe_irq_handler()
1168 if (truncated) in arm_trbe_irq_handler()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c1498 int truncated = pktlen - pktsize; in iwl_mvm_report_wakeup_reasons() local
1501 if (WARN_ON_ONCE(truncated < 0)) in iwl_mvm_report_wakeup_reasons()
1502 truncated = 0; in iwl_mvm_report_wakeup_reasons()
1532 /* if truncated, FCS/ICV is (partially) gone */ in iwl_mvm_report_wakeup_reasons()
1533 if (truncated >= icvlen) { in iwl_mvm_report_wakeup_reasons()
1535 truncated -= icvlen; in iwl_mvm_report_wakeup_reasons()
1537 icvlen -= truncated; in iwl_mvm_report_wakeup_reasons()
1538 truncated = 0; in iwl_mvm_report_wakeup_reasons()
1550 wakeup.packet_len = pkt->len - truncated; in iwl_mvm_report_wakeup_reasons()
1555 if (truncated > in iwl_mvm_report_wakeup_reasons()
[all...]
/kernel/linux/linux-5.10/block/
H A Dbio.c549 * @bio: the bio to be truncated
554 * REQ_OP_READ, zero the truncated part. This function should only
562 bool truncated = false; in bio_truncate() local
574 if (!truncated) in bio_truncate()
580 truncated = true; in bio_truncate()
/kernel/linux/linux-6.6/block/
H A Dbio.c621 * @bio: the bio to be truncated
626 * REQ_OP_READ, zero the truncated part. This function should only
634 bool truncated = false; in bio_truncate() local
646 if (!truncated) in bio_truncate()
652 truncated = true; in bio_truncate()
/kernel/linux/linux-6.6/tools/objtool/
H A Delf.c1255 bool truncated = false; in elf_truncate_section() local
1277 if (truncated) { in elf_truncate_section()
1279 WARN("truncated; but more data\n"); in elf_truncate_section()
1289 truncated = true; in elf_truncate_section()
/kernel/linux/linux-5.10/net/sunrpc/
H A Dxdr.c588 /* Have we truncated the message? */ in xdr_shrink_bufhead()
615 /* Have we truncated the message? */ in xdr_shrink_pagelen()
1306 unsigned int truncated = 0; in xdr_expand_hole() local
1319 truncated = shift - res; in xdr_expand_hole()
1320 xdr->nwords -= XDR_QUADLEN(truncated); in xdr_expand_hole()
1332 buf->len += length - (from - offset) - truncated; in xdr_expand_hole()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dx_snan.S11 | is set to one and the resulting non-signaling NAN (truncated if
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dx_snan.S11 | is set to one and the resulting non-signaling NAN (truncated if

Completed in 32 milliseconds

12