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:section_length
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/crypto/
H
A
D
zcrypt_cca_key.h
47
unsigned short
section_length
;
member
69
unsigned short
section_length
;
member
141
key->pubsec.
section_length
= sizeof(key->pubsec) +
in zcrypt_type6_mex_key_en()
144
key->pubsec.
section_length
+ sizeof(key->pubhdr);
in zcrypt_type6_mex_key_en()
163
.
section_length
= 0x000f,
in zcrypt_type6_crt_key()
203
key->pvt.
section_length
= sizeof(key->pvt) + key_len;
in zcrypt_type6_crt_key()
/kernel/linux/linux-5.10/drivers/s390/crypto/
H
A
D
zcrypt_cca_key.h
47
unsigned short
section_length
;
member
69
unsigned short
section_length
;
member
152
key->pubSec.
section_length
= sizeof(key->pubSec) +
in zcrypt_type6_mex_key_en()
155
key->pubSec.
section_length
+ sizeof(key->pubHdr);
in zcrypt_type6_mex_key_en()
175
.
section_length
= 0x000f,
in zcrypt_type6_crt_key()
215
key->pvt.
section_length
= sizeof(key->pvt) + key_len;
in zcrypt_type6_crt_key()
/kernel/linux/linux-5.10/drivers/firmware/efi/
H
A
D
cper-arm.c
248
len = proc->
section_length
- (sizeof(*proc) +
in cper_print_proc_arm()
251
printk("%ssection length: %d\n", pfx, proc->
section_length
);
in cper_print_proc_arm()
/kernel/linux/linux-6.6/drivers/firmware/efi/
H
A
D
cper-arm.c
247
len = proc->
section_length
- (sizeof(*proc) +
in cper_print_proc_arm()
250
printk("%ssection length: %d\n", pfx, proc->
section_length
);
in cper_print_proc_arm()
/kernel/linux/linux-5.10/sound/isa/wavefront/
H
A
D
wavefront_synth.c
1975
int
section_length
= *(signed char *)buf;
in wavefront_download_firmware()
1976
if (
section_length
== 0)
in wavefront_download_firmware()
1978
if (
section_length
< 0 ||
section_length
> WF_SECTION_MAX) {
in wavefront_download_firmware()
1981
section_length
);
in wavefront_download_firmware()
1987
if (firmware->size < len +
section_length
) {
in wavefront_download_firmware()
1996
for (;
section_length
;
section_length
--) {
in wavefront_download_firmware()
1971
int
section_length
= *(signed char *)buf;
wavefront_download_firmware()
local
/kernel/linux/linux-6.6/sound/isa/wavefront/
H
A
D
wavefront_synth.c
1985
int
section_length
= *(signed char *)buf;
in wavefront_download_firmware()
1986
if (
section_length
== 0)
in wavefront_download_firmware()
1988
if (
section_length
< 0 ||
section_length
> WF_SECTION_MAX) {
in wavefront_download_firmware()
1991
section_length
);
in wavefront_download_firmware()
1997
if (firmware->size < len +
section_length
) {
in wavefront_download_firmware()
2006
for (;
section_length
;
section_length
--) {
in wavefront_download_firmware()
1981
int
section_length
= *(signed char *)buf;
wavefront_download_firmware()
local
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H
A
D
apei.c
90
rcd.sec_hdr.
section_length
= sizeof(rcd.mce);
in apei_write_mce()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
H
A
D
apei.c
163
rcd.sec_hdr.
section_length
= sizeof(rcd.mce);
in apei_write_mce()
/kernel/linux/linux-5.10/include/linux/
H
A
D
cper.h
348
u32
section_length
;
member
409
u32
section_length
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
cper.h
348
u32
section_length
;
member
409
u32
section_length
;
member
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H
A
D
dvb_demux.c
73
static inline u16
section_length
(const u8 *buf)
in section_length()
function
276
seclen =
section_length
(sec->secbuf);
in dvb_dmx_swfilter_section_copy_dump()
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H
A
D
dvb_demux.c
63
static inline u16
section_length
(const u8 *buf)
in section_length()
function
266
seclen =
section_length
(sec->secbuf);
in dvb_dmx_swfilter_section_copy_dump()
/kernel/linux/linux-5.10/drivers/acpi/apei/
H
A
D
erst.c
1062
rcd->sec_hdr.
section_length
= record->size;
in erst_writer()
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H
A
D
smartpqi.h
744
__le32
section_length
; /* size of this section in bytes */
member
/kernel/linux/linux-6.6/drivers/acpi/apei/
H
A
D
erst.c
1123
rcd->sec_hdr.
section_length
= record->size;
in erst_writer()
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H
A
D
smartpqi.h
827
__le32
section_length
; /* size of this section in bytes */
member
Completed in 24 milliseconds