Home
last modified time | relevance | path

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

12

/linux/drivers/firmware/efi/libstub/
H A Dtpm.c52 efi_bool_t truncated, in efi_retrieve_tcg2_eventlog() argument
158 efi_bool_t truncated; in efi_retrieve_eventlog() local
164 &log_last_entry, &truncated); in efi_retrieve_eventlog()
170 &truncated); in efi_retrieve_eventlog()
185 &log_last_entry, &truncated); in efi_retrieve_eventlog()
195 truncated, final_events_table); in efi_retrieve_eventlog()
/linux/drivers/char/ipmi/
H A Dipmi_kcs_sm.c117 int truncated; member
135 kcs->truncated = 0; in init_kcs_data()
206 kcs->truncated = 1; in read_next_byte()
301 kcs->truncated = 1; in get_kcs_result()
312 if (kcs->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()
/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()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dd3.c774 u32 truncated; in iwl_mld_set_wake_packet() local
780 truncated = expected_pktlen - pkt_bufsize; in iwl_mld_set_wake_packet()
805 if (truncated >= icvlen) { in iwl_mld_set_wake_packet()
806 truncated -= icvlen; in iwl_mld_set_wake_packet()
809 icvlen -= truncated; in iwl_mld_set_wake_packet()
810 truncated = 0; in iwl_mld_set_wake_packet()
829 wakeup->packet_len = pkt->len - truncated; in iwl_mld_set_wake_packet()
834 if (truncated >= 4) { in iwl_mld_set_wake_packet()
835 truncated -= 4; in iwl_mld_set_wake_packet()
838 fcslen -= truncated; in iwl_mld_set_wake_packet()
[all …]
/linux/Documentation/driver-api/cxl/platform/acpi/
H A Dhmat.rst18 Example (Heavily truncated for brevity) ::
/linux/drivers/firmware/efi/
H A Dovmf-debug-log.c23 u64 truncated; member
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.h74 bool truncated; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c1506 int truncated = pktlen - pktsize; in iwl_mvm_report_wakeup_reasons() local
1509 if (WARN_ON_ONCE(truncated < 0)) in iwl_mvm_report_wakeup_reasons()
1510 truncated = 0; in iwl_mvm_report_wakeup_reasons()
1541 if (truncated >= icvlen) { in iwl_mvm_report_wakeup_reasons()
1542 truncated -= icvlen; in iwl_mvm_report_wakeup_reasons()
1545 icvlen -= truncated; in iwl_mvm_report_wakeup_reasons()
1546 truncated = 0; in iwl_mvm_report_wakeup_reasons()
1569 wakeup.packet_len = pkt->len - truncated; in iwl_mvm_report_wakeup_reasons()
1574 if (truncated >= 4) { in iwl_mvm_report_wakeup_reasons()
1575 truncated -= 4; in iwl_mvm_report_wakeup_reasons()
[all …]
/linux/include/trace/events/
H A Ddma.h293 __field(bool, truncated)
310 __entry->truncated = (nents > DMA_TRACE_MAX_ENTRIES) || (ents > DMA_TRACE_MAX_ENTRIES);
328 __entry->truncated ? " [TRUNCATED]" : "",
/linux/fs/affs/
H A DChanges24 - When a file is truncated to a size that is not
113 partially used last block when a file is truncated.
242 name buffer. It is now silently truncated to
/linux/Documentation/filesystems/ext4/
H A Dorphan.rst12 the file get truncated.
H A Dchecksums.rst63 and truncated if the group descriptor size is 32 bytes (i.e. ^64bit)
/linux/scripts/coccinelle/misc/
H A Ddo_div.cocci5 /// non-zero and be truncated to 0 for division on 64bit platforms.
/linux/tools/testing/selftests/bpf/prog_tests/
H A Diters.c98 VALIDATE_CASE(truncated); in subtest_testmod_seq_iters()
/linux/Documentation/admin-guide/blockdev/
H A Dzoned_loop.rst31 When resetting a sequential zone, its backing file size is truncated to zero.
32 Conversely, for a zone finish operation, the backing file is truncated to the
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-soc-ipa89 Large packets are truncated, to reduce the bandwidth
/linux/Documentation/arch/riscv/
H A Dzicfilp.rst55 up (truncated to 20 bits) in x7 at callsites. Function prologues can
/linux/Documentation/mm/
H A Dmultigen_lru.rst90 Generation numbers are truncated into ``order_base_2(MAX_NR_GENS+1)``
92 truncated generation number is an index to ``lrugen->folios[]``. The
/linux/Documentation/networking/
H A Dopenvswitch.rst218 indicates protocol 6 for TCP, but which is truncated just after the IP
226 indicating that a VLAN TCI should follow, but which is truncated just
/linux/tools/objtool/
H A Delf.c1767 bool truncated = false; in elf_truncate_section()
1788 if (truncated) { in elf_write()
1790 ERROR("truncated; but more data\n"); in elf_write()
1800 truncated = true; in elf_write()
1740 bool truncated = false; elf_truncate_section() local
/linux/block/
H A Dbio.c671 bool truncated = false; in bio_truncate() local
683 if (!truncated) in bio_truncate()
689 truncated = true; in bio_truncate()
/linux/arch/m68k/fpsp040/
H A Dx_snan.S11 | is set to one and the resulting non-signaling NAN (truncated if
/linux/Documentation/admin-guide/kdump/
H A Dgdbmacros.txt201 # handle truncated message

12