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:identifiers
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/Documentation/sphinx/
H
A
D
kerneldoc.py
54
'
identifiers
': directives.unchanged,
55
'no-
identifiers
': directives.unchanged,
77
# 'function' is an alias of '
identifiers
'
79
self.options['
identifiers
'] = self.options.get('functions')
90
elif '
identifiers
' in self.options:
91
identifiers
= self.options.get('
identifiers
').split()
92
if
identifiers
:
93
for i in
identifiers
:
98
if 'no-
identifiers
' i
[all...]
/kernel/linux/linux-5.10/Documentation/sphinx/
H
A
D
kerneldoc.py
64
'
identifiers
': directives.unchanged,
65
'no-
identifiers
': directives.unchanged,
87
# 'function' is an alias of '
identifiers
'
89
self.options['
identifiers
'] = self.options.get('functions')
100
elif '
identifiers
' in self.options:
101
identifiers
= self.options.get('
identifiers
').split()
102
if
identifiers
:
103
for i in
identifiers
:
108
if 'no-
identifiers
' i
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/
H
A
D
devlink.sh
50
devlink dev flash $DL_HANDLE file dummy overwrite
identifiers
51
check_fail $? "Flash with overwrite settings should be
identifiers
"
56
devlink dev flash $DL_HANDLE file dummy overwrite
identifiers
overwrite settings
57
check_err $? "Failed to flash with settings and
identifiers
overwrite enabled"
/kernel/linux/linux-5.10/drivers/acpi/arm64/
H
A
D
iort.c
669
*its_id = its->
identifiers
[idx];
in iort_dev_find_its_id()
731
iort_fwnode = iort_find_domain_token(its->
identifiers
[0]);
in iort_set_device_domain()
774
iort_fwnode = iort_find_domain_token(its->
identifiers
[0]);
in iort_get_platform_device_domain()
874
if (!iort_find_its_base(its->
identifiers
[i], &base)) {
in iort_iommu_msi_get_resv_regions()
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/
H
A
D
devlink.sh
51
devlink dev flash $DL_HANDLE file dummy overwrite
identifiers
52
check_fail $? "Flash with overwrite settings should be
identifiers
"
57
devlink dev flash $DL_HANDLE file dummy overwrite
identifiers
overwrite settings
58
check_err $? "Failed to flash with settings and
identifiers
overwrite enabled"
/kernel/linux/linux-6.6/drivers/acpi/arm64/
H
A
D
iort.c
678
*its_id = its->
identifiers
[idx];
in iort_dev_find_its_id()
740
iort_fwnode = iort_find_domain_token(its->
identifiers
[0]);
in iort_set_device_domain()
783
iort_fwnode = iort_find_domain_token(its->
identifiers
[0]);
in iort_get_platform_device_domain()
1146
if (!iort_find_its_base(its->
identifiers
[i], &base)) {
in iort_iommu_msi_get_resv_regions()
/kernel/linux/linux-5.10/include/acpi/
H
A
D
actbl2.h
147
u32
identifiers
[1]; /* GIC ITS identifier array */
member
/kernel/linux/linux-6.6/include/acpi/
H
A
D
actbl2.h
456
u32
identifiers
[]; /* GIC ITS identifier array */
member
Completed in 17 milliseconds