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:TLV_LENGTH
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
tipc_config.h
131
#define
TLV_LENGTH
(datalen) (sizeof(struct tlv_desc) + (datalen))
macro
132
#define TLV_SPACE(datalen) (TLV_ALIGN(
TLV_LENGTH
(datalen)))
133
#define TLV_DATA(tlv) ((void *) ((char *) (tlv) +
TLV_LENGTH
(0)))
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
tipc_config.h
131
#define
TLV_LENGTH
(datalen) (sizeof(struct tlv_desc) + (datalen))
macro
132
#define TLV_SPACE(datalen) (TLV_ALIGN(
TLV_LENGTH
(datalen)))
133
#define TLV_DATA(tlv) ((void *) ((char *) (tlv) +
TLV_LENGTH
(0)))
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
tipc_config.h
256
#define
TLV_LENGTH
(datalen) (sizeof(struct tlv_desc) + (datalen))
macro
257
#define TLV_SPACE(datalen) (TLV_ALIGN(
TLV_LENGTH
(datalen)))
258
#define TLV_DATA(tlv) ((void *)((char *)(tlv) +
TLV_LENGTH
(0)))
306
tlv_len =
TLV_LENGTH
(len);
in TLV_SET()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
tipc_config.h
252
#define
TLV_LENGTH
(datalen) (sizeof(struct tlv_desc) + (datalen))
macro
253
#define TLV_SPACE(datalen) (TLV_ALIGN(
TLV_LENGTH
(datalen)))
254
#define TLV_DATA(tlv) ((void *)((char *)(tlv) +
TLV_LENGTH
(0)))
302
tlv_len =
TLV_LENGTH
(len);
in TLV_SET()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
tipc_config.h
120
#define
TLV_LENGTH
(datalen) (sizeof(struct tlv_desc) + (datalen))
macro
121
#define TLV_SPACE(datalen) (TLV_ALIGN(
TLV_LENGTH
(datalen)))
122
#define TLV_DATA(tlv) ((void *)((char *)(tlv) +
TLV_LENGTH
(0)))
154
tlv_len =
TLV_LENGTH
(len);
in TLV_SET()
/kernel/linux/linux-5.10/include/sound/
H
A
D
tlv.h
14
#define
TLV_LENGTH
SNDRV_CTL_TLVD_LENGTH
macro
/kernel/linux/linux-6.6/include/sound/
H
A
D
tlv.h
14
#define
TLV_LENGTH
SNDRV_CTL_TLVD_LENGTH
macro
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_mng_tlv.c
18
#define
TLV_LENGTH
(p) (p[1])
macro
1203
tlv.tlv_length =
TLV_LENGTH
(p_tlv);
in qed_mfw_update_tlvs()
1288
tlv.tlv_length =
TLV_LENGTH
(p_temp);
in qed_mfw_process_tlv_req()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_mng_tlv.c
18
#define
TLV_LENGTH
(p) (p[1])
macro
1203
tlv.tlv_length =
TLV_LENGTH
(p_tlv);
in qed_mfw_update_tlvs()
1288
tlv.tlv_length =
TLV_LENGTH
(p_temp);
in qed_mfw_process_tlv_req()
/kernel/linux/linux-5.10/net/tipc/
H
A
D
netlink_compat.c
106
tlv->tlv_len = htons(
TLV_LENGTH
(len));
in tipc_add_tlv()
/kernel/linux/linux-6.6/net/tipc/
H
A
D
netlink_compat.c
107
tlv->tlv_len = htons(
TLV_LENGTH
(len));
in tipc_add_tlv()
Completed in 10 milliseconds