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:DataLength
(Results
1 - 25
of
62
) sorted by relevance
1
2
3
/kernel/linux/linux-6.6/fs/smb/common/
H
A
D
smb2pdu.h
253
__le16
DataLength
;
member
448
__le16
DataLength
;
member
464
__le16
DataLength
;
member
482
__le16
DataLength
;
member
503
__le16
DataLength
;
member
519
__le16
DataLength
;
member
534
__le16
DataLength
;
member
552
__le16
DataLength
;
member
575
__le16
DataLength
;
member
585
__le16
DataLength
;
member
756
__le32
DataLength
;
global()
member
791
__le32
DataLength
;
global()
member
1148
__le32
DataLength
;
global()
member
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2pdu.h
331
__le16
DataLength
;
member
352
__le16
DataLength
;
member
371
__le16
DataLength
;
member
392
__le16
DataLength
;
member
406
__le16
DataLength
;
member
422
__le16
DataLength
;
member
437
__le16
DataLength
;
member
446
__le16
DataLength
;
member
533
__le16
DataLength
;
member
840
__le32
DataLength
;
member
1304
__le32
DataLength
;
global()
member
1335
__le32
DataLength
;
global()
member
[all...]
H
A
D
smb2pdu.c
436
pneg_ctxt->
DataLength
= cpu_to_le16(38);
in build_preauth_ctxt()
447
pneg_ctxt->
DataLength
=
in build_compression_ctxt()
461
pneg_ctxt->
DataLength
= cpu_to_le16(4); /* Cipher Count + 1 cipher */
in build_encrypt_ctxt()
465
pneg_ctxt->
DataLength
= cpu_to_le16(8); /* Cipher Count + 3 ciphers */
in build_encrypt_ctxt()
471
pneg_ctxt->
DataLength
= cpu_to_le16(6); /* Cipher Count + 2 ciphers */
in build_encrypt_ctxt()
486
pneg_ctxt->
DataLength
= cpu_to_le16(2 * cifs_strtoUTF16(pneg_ctxt->NetName, hostname, 100, cp));
in build_netname_ctxt()
487
/* context size is
DataLength
+ minimal smb2_neg_context */
in build_netname_ctxt()
488
return DIV_ROUND_UP(le16_to_cpu(pneg_ctxt->
DataLength
) +
in build_netname_ctxt()
496
pneg_ctxt->
DataLength
= cpu_to_le16(POSIX_CTXT_DATA_LEN);
in build_posix_ctxt()
571
unsigned int len = le16_to_cpu(ctxt->
DataLength
);
in decode_preauth_context()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/mpi/
H
A
D
mpi2_tool.h
167
U32
DataLength
; /*0x14 */
member
311
U32
DataLength
; /*0x10 */
member
334
U32
DataLength
; /*0x10 */
member
423
U16
DataLength
; /*0x12 */
member
H
A
D
mpi2_pci.h
67
U32
DataLength
; /*0x1C */
member
H
A
D
mpi2_init.h
113
U32
DataLength
; /*0x1C */
member
264
U32
DataLength
; /*0x1C */
member
H
A
D
mpi2_sas.h
181
U32
DataLength
; /*0x18 */
member
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/mpi/
H
A
D
mpi2_tool.h
167
U32
DataLength
; /*0x14 */
member
311
U32
DataLength
; /*0x10 */
member
334
U32
DataLength
; /*0x10 */
member
423
U16
DataLength
; /*0x12 */
member
H
A
D
mpi2_pci.h
67
U32
DataLength
; /*0x1C */
member
H
A
D
mpi2_init.h
113
U32
DataLength
; /*0x1C */
member
264
U32
DataLength
; /*0x1C */
member
H
A
D
mpi2_sas.h
181
U32
DataLength
; /*0x18 */
member
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2pdu.c
577
pneg_ctxt->
DataLength
= cpu_to_le16(38);
in build_preauth_ctxt()
588
pneg_ctxt->
DataLength
=
in build_compression_ctxt()
607
pneg_ctxt->
DataLength
= cpu_to_le16(ALIGN(sizeof(struct smb2_signing_capabilities) -
in build_signing_ctxt()
624
pneg_ctxt->
DataLength
= cpu_to_le16(4); /* Cipher Count + 1 cipher */
in build_encrypt_ctxt()
628
pneg_ctxt->
DataLength
= cpu_to_le16(8); /* Cipher Count + 3 ciphers */
in build_encrypt_ctxt()
634
pneg_ctxt->
DataLength
= cpu_to_le16(6); /* Cipher Count + 2 ciphers */
in build_encrypt_ctxt()
649
pneg_ctxt->
DataLength
= cpu_to_le16(2 * cifs_strtoUTF16(pneg_ctxt->NetName, hostname, 100, cp));
in build_netname_ctxt()
650
/* context size is
DataLength
+ minimal smb2_neg_context */
in build_netname_ctxt()
651
return ALIGN(le16_to_cpu(pneg_ctxt->
DataLength
) + sizeof(struct smb2_neg_context), 8);
in build_netname_ctxt()
658
pneg_ctxt->
DataLength
in build_posix_ctxt()
[all...]
/kernel/linux/linux-5.10/drivers/message/fusion/lsi/
H
A
D
mpi_init.h
91
U32
DataLength
; /* 28h */
member
231
U32
DataLength
; /* 10h */
member
278
U32
DataLength
; /* 38h */
member
H
A
D
mpi_targ.h
272
U32
DataLength
; /* 0Ch */
member
345
U32
DataLength
; /* 1Ch */
member
399
U32
DataLength
; /* 30h */
member
H
A
D
mpi_raid.h
189
U32
DataLength
; /* 28h */
member
H
A
D
mpi_sas.h
168
U32
DataLength
; /* 18h */
member
/kernel/linux/linux-6.6/drivers/message/fusion/lsi/
H
A
D
mpi_init.h
91
U32
DataLength
; /* 28h */
member
231
U32
DataLength
; /* 10h */
member
278
U32
DataLength
; /* 38h */
member
H
A
D
mpi_targ.h
272
U32
DataLength
; /* 0Ch */
member
345
U32
DataLength
; /* 1Ch */
member
399
U32
DataLength
; /* 30h */
member
H
A
D
mpi_raid.h
189
U32
DataLength
; /* 28h */
member
H
A
D
mpi_sas.h
168
U32
DataLength
; /* 18h */
member
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
oplock.c
1468
buf->ccontext.
DataLength
= cpu_to_le32(sizeof(struct lease_context_v2));
in create_lease_buf()
1485
buf->ccontext.
DataLength
= cpu_to_le32(sizeof(struct lease_context));
in create_lease_buf()
1517
if (sizeof(struct lease_context_v2) == le32_to_cpu(cc->
DataLength
)) {
in parse_lease_state()
1579
value_len = le32_to_cpu(cc->
DataLength
);
in smb2_find_context_vals()
1614
buf->ccontext.
DataLength
= cpu_to_le32(8);
in create_durable_rsp_buf()
1638
buf->ccontext.
DataLength
= cpu_to_le32(8);
in create_durable_v2_rsp_buf()
1664
buf->ccontext.
DataLength
= cpu_to_le32(8);
in create_mxac_rsp_buf()
1686
buf->ccontext.
DataLength
= cpu_to_le32(32);
in create_disk_id_rsp_buf()
1718
*
DataLength
= nlink(4) + reparse_tag(4) + mode(4) +
in create_posix_rsp_buf()
1721
buf->ccontext.
DataLength
in create_posix_rsp_buf()
[all...]
/kernel/linux/linux-5.10/drivers/isdn/capi/
H
A
D
kcapi.h
127
__u16
DataLength
;
member
/kernel/linux/linux-6.6/drivers/isdn/capi/
H
A
D
kcapi.h
127
__u16
DataLength
;
member
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
rndis.h
127
__le32
DataLength
;
member
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
rndis.h
127
__le32
DataLength
;
member
Completed in 48 milliseconds
1
2
3