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:S_DEF_AUTO
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/
H
A
D
confdata.c
257
if (def !=
S_DEF_AUTO
)
in conf_set_sym_val()
272
if (def !=
S_DEF_AUTO
)
in conf_set_sym_val()
283
if (def !=
S_DEF_AUTO
)
in conf_set_sym_val()
462
if (def ==
S_DEF_AUTO
)
in conf_read_simple()
984
conf_read_simple(name,
S_DEF_AUTO
);
in conf_touch_deps()
1001
sym->def[
S_DEF_AUTO
].tri)
in conf_touch_deps()
1008
sym->def[
S_DEF_AUTO
].val))
in conf_touch_deps()
H
A
D
expr.h
71
S_DEF_AUTO
, /* values read from auto.conf */
enumerator
152
#define SYMBOL_DEF_AUTO 0x20000 /* symbol.def[
S_DEF_AUTO
] is valid */
/kernel/linux/linux-6.6/scripts/kconfig/
H
A
D
confdata.c
249
if (def !=
S_DEF_AUTO
)
in conf_set_sym_val()
254
/* No escaping for
S_DEF_AUTO
(include/config/auto.conf) */
in conf_set_sym_val()
255
if (def !=
S_DEF_AUTO
) {
in conf_set_sym_val()
277
if (def !=
S_DEF_AUTO
)
in conf_set_sym_val()
482
if (def ==
S_DEF_AUTO
) {
in conf_read_simple()
1091
conf_read_simple(name,
S_DEF_AUTO
);
in conf_touch_deps()
1108
sym->def[
S_DEF_AUTO
].tri)
in conf_touch_deps()
1115
sym->def[
S_DEF_AUTO
].val))
in conf_touch_deps()
H
A
D
expr.h
71
S_DEF_AUTO
, /* values read from auto.conf */
enumerator
152
#define SYMBOL_DEF_AUTO 0x20000 /* symbol.def[
S_DEF_AUTO
] is valid */
Completed in 6 milliseconds