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:ext_type
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/net/rds/
H
A
D
message.c
240
unsigned int offset,
ext_type
, ext_len;
in rds_message_next_extension()
local
249
ext_type
= src[offset++];
in rds_message_next_extension()
251
if (
ext_type
== RDS_EXTHDR_NONE ||
ext_type
>= __RDS_EXTHDR_MAX)
in rds_message_next_extension()
253
ext_len = rds_exthdr_size[
ext_type
];
in rds_message_next_extension()
261
return
ext_type
;
in rds_message_next_extension()
/kernel/linux/linux-6.6/net/rds/
H
A
D
message.c
240
unsigned int offset,
ext_type
, ext_len;
in rds_message_next_extension()
local
249
ext_type
= src[offset++];
in rds_message_next_extension()
251
if (
ext_type
== RDS_EXTHDR_NONE ||
ext_type
>= __RDS_EXTHDR_MAX)
in rds_message_next_extension()
253
ext_len = rds_exthdr_size[
ext_type
];
in rds_message_next_extension()
261
return
ext_type
;
in rds_message_next_extension()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hns3_ethtool.h
17
u8
ext_type
;
member
H
A
D
hns3_ethtool.c
1774
if (sfp_type.
ext_type
< HNS3_SFF_8636_V1_3) {
in hns3_get_module_info()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
gdth_ioctl.h
218
u16
ext_type
; /* extended type */
member
H
A
D
gdth.c
3854
ctrt.
ext_type
= 0x6000 | ha->pdev->subsystem_device;
in gdth_ioctl()
3856
ctrt.
ext_type
= 0x6000 | ha->stype;
in gdth_ioctl()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_property.c
61
u32
ext_type
= flags & DRM_MODE_PROP_EXTENDED_TYPE;
in drm_property_flags_valid()
local
71
if (!legacy_type == !
ext_type
)
in drm_property_flags_valid()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_property.c
61
u32
ext_type
= flags & DRM_MODE_PROP_EXTENDED_TYPE;
in drm_property_flags_valid()
local
71
if (!legacy_type == !
ext_type
)
in drm_property_flags_valid()
/kernel/linux/linux-5.10/net/key/
H
A
D
af_key.c
520
uint16_t
ext_type
;
in parse_exthdrs()
local
528
ext_type
= ehdr->sadb_ext_type;
in parse_exthdrs()
531
ext_type
== SADB_EXT_RESERVED)
in parse_exthdrs()
534
if (
ext_type
<= SADB_EXT_MAX) {
in parse_exthdrs()
535
int min = (int) sadb_ext_min_len[
ext_type
];
in parse_exthdrs()
538
if (ext_hdrs[
ext_type
-1] != NULL)
in parse_exthdrs()
540
switch (
ext_type
) {
in parse_exthdrs()
560
ext_hdrs[
ext_type
-1] = (void *) p;
in parse_exthdrs()
/kernel/linux/linux-6.6/net/key/
H
A
D
af_key.c
516
uint16_t
ext_type
;
in parse_exthdrs()
local
524
ext_type
= ehdr->sadb_ext_type;
in parse_exthdrs()
527
ext_type
== SADB_EXT_RESERVED)
in parse_exthdrs()
530
if (
ext_type
<= SADB_EXT_MAX) {
in parse_exthdrs()
531
int min = (int) sadb_ext_min_len[
ext_type
];
in parse_exthdrs()
534
if (ext_hdrs[
ext_type
-1] != NULL)
in parse_exthdrs()
536
switch (
ext_type
) {
in parse_exthdrs()
556
ext_hdrs[
ext_type
-1] = (void *) p;
in parse_exthdrs()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hns3_ethtool.c
18
u8
ext_type
;
member
1464
if (sfp_type.
ext_type
< HNS3_SFF_8636_V1_3) {
in hns3_get_module_info()
/kernel/linux/linux-5.10/scripts/
H
A
D
checkpatch.pl
6313
my $
ext_type
= "Invalid";
6321
"$
ext_type
vsprintf pointer extension '$bad_specifier'$use\n" . "$here\n$stat_real\n");
/kernel/linux/linux-6.6/scripts/
H
A
D
checkpatch.pl
6929
my $
ext_type
= "Invalid";
6940
"$
ext_type
vsprintf pointer extension '$bad_specifier'$use\n" . "$here\n$stat_real\n");
Completed in 47 milliseconds