Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:truncated
(Results
1 - 25
of
35
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/char/ipmi/
H
A
D
ipmi_kcs_sm.c
117
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
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()
/kernel/linux/linux-6.6/drivers/char/ipmi/
H
A
D
ipmi_kcs_sm.c
117
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
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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
d3.c
1264
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
D
dp_mon.h
65
bool
truncated
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
iters.c
85
VALIDATE_CASE(
truncated
);
in subtest_testmod_seq_iters()
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H
A
D
ispvideo.h
33
* @
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
D
iss_video.h
31
* @
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
D
ispvideo.h
33
* @
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
D
iss_video.h
30
* @
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
D
coresight-trbe.c
814
* 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
D
d3.c
1498
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
D
bio.c
549
* @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
D
bio.c
621
* @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
D
elf.c
1255
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
D
xdr.c
588
/* 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
D
x_snan.S
11
| is set to one and the resulting non-signaling NAN (
truncated
if
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H
A
D
x_snan.S
11
| is set to one and the resulting non-signaling NAN (
truncated
if
Completed in 32 milliseconds
1
2