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

/linux-master/drivers/firmware/efi/libstub/
H A Dtpm.c52 efi_bool_t truncated,
155 efi_bool_t truncated; local
161 &log_last_entry, &truncated);
167 &truncated);
182 &log_last_entry, &truncated);
192 truncated, final_events_table);
50 efi_retrieve_tcg2_eventlog(int version, efi_physical_addr_t log_location, efi_physical_addr_t log_last_entry, efi_bool_t truncated, struct efi_tcg2_final_events_table *final_events_table) argument
/linux-master/drivers/char/ipmi/
H A Dipmi_kcs_sm.c117 int truncated; member in struct:si_sm_data
135 kcs->truncated = 0;
210 /* Throw the data away and mark it truncated. */
212 kcs->truncated = 1;
307 kcs->truncated = 1;
318 if (kcs->truncated) {
320 * Report a truncated error. We might overwrite
322 * to know it was truncated.
325 kcs->truncated = 0;
H A Dipmi_smic_sm.c99 int truncated; member in struct:si_sm_data
114 smic->truncated = 0;
167 smic->truncated = 1;
175 if (smic->truncated) {
177 smic->truncated = 0;
242 smic->truncated = 1;
H A Dipmi_bt_sm.c84 int truncated; member in struct:si_sm_data
235 bt->truncated = 0;
260 if (length < msg_len || bt->truncated) {
348 bt->truncated = 1;
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.h65 bool truncated; member in struct:dp_mon_packet_info
/linux-master/security/tomoyo/
H A Daudit.c34 bool truncated = false; local
58 truncated = true;
78 if (truncated) {
86 truncated = false;
90 if (truncated) {
/linux-master/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 in struct:isp_format_info
H A Dispccdc.c2061 fmt->code = info->truncated;
/linux-master/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 in struct:iss_format_info
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c814 * buffer was truncated.
1119 bool truncated = false; local
1150 truncated = !!trbe_handle_overflow(handle);
1157 truncated = true;
1162 * If the buffer was truncated, ensure perf callbacks
1168 if (truncated)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Diters.c97 VALIDATE_CASE(truncated);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c1537 int truncated = pktlen - pktsize; local
1540 if (WARN_ON_ONCE(truncated < 0))
1541 truncated = 0;
1571 /* if truncated, FCS/ICV is (partially) gone */
1572 if (truncated >= icvlen) {
1574 truncated -= icvlen;
1576 icvlen -= truncated;
1577 truncated = 0;
1589 wakeup.packet_len = pkt->len - truncated;
1594 if (truncated >
[all...]
/linux-master/tools/objtool/
H A Delf.c1253 bool truncated = false; local
1275 if (truncated) {
1277 WARN("truncated; but more data\n");
1287 truncated = true;
/linux-master/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; local
646 if (!truncated)
652 truncated = true;
/linux-master/arch/m68k/fpsp040/
H A Dx_snan.S11 | is set to one and the resulting non-signaling NAN (truncated if
/linux-master/kernel/printk/
H A Dprintk.c571 static const char trunc_msg[] = "<truncated>";
1374 * - Drop truncated lines that no longer fit into the buffer.
1392 bool truncated = false; local
1399 * If the message was truncated because the buffer was not large
1418 /* Drop truncated line(s). */
1419 if (truncated)
1434 truncated = true;
1469 * repeated and (if not truncated) an empty line with a prefix
2746 * the dropped message, the message text will be sufficiently truncated.
2764 * Keep at least the prefix when the message must be truncated
[all...]
/linux-master/fs/xfs/
H A Dxfs_inode.c1490 int truncated; local
1493 * If we previously truncated this file and removed old data
1502 truncated = xfs_iflags_test_and_clear(ip, XFS_ITRUNCATED);
1503 if (truncated) {
1790 * now be truncated. Also, we clear all of the read-ahead state
2451 * already be truncated to 0 length and have no pages associated with it. This
/linux-master/scripts/
H A Dunifdef.c1224 errx(2, "output may be truncated");
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c1150 u32 truncated; local
1164 truncated = __rtw89_fw_download_tweak_hdr_v0(rtwdev, info, fw_hdr);
1168 truncated = __rtw89_fw_download_tweak_hdr_v1(rtwdev, info, fw_hdr_v1);
1175 if (truncated) {
1176 len -= truncated;
/linux-master/fs/btrfs/
H A Dinode.c3027 * except if the ordered extent was truncated.
3056 bool truncated = false; local
3083 truncated = true;
3192 if (ret || truncated) {
3207 if (truncated)
3233 * truncated case if we didn't write out the extent at all.
8250 /* page got truncated out from underneath us */
8485 * know we've truncated everything except the last little bit, and can

Completed in 306 milliseconds