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:sym_has_value
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/scripts/kconfig/
H
A
D
conf.c
230
if (
sym_has_value
(sym) || sym->flags & SYMBOL_VALID)
in conf_set_all_new_symbols()
282
if ((sym_is_choice(csym) && !
sym_has_value
(csym)) ||
in conf_set_all_new_symbols()
289
if (
sym_has_value
(csym) || !sym_is_choice(csym))
in conf_set_all_new_symbols()
319
if (!
sym_has_value
(sym))
in conf_askvalue()
335
if (
sym_has_value
(sym)) {
in conf_askvalue()
456
is_new = !
sym_has_value
(sym);
in conf_choice()
503
if (!
sym_has_value
(child->sym))
in conf_choice()
640
if (sym && !
sym_has_value
(sym) &&
in check_conf()
H
A
D
lkc.h
142
static inline bool
sym_has_value
(struct symbol *sym)
in sym_has_value()
function
H
A
D
confdata.c
561
if (
sym_has_value
(sym) && (sym->flags & SYMBOL_WRITE)) {
in conf_read()
574
} else if (!
sym_has_value
(sym) && !(sym->flags & SYMBOL_WRITE))
in conf_read()
582
if (
sym_has_value
(sym) && !sym_is_choice_value(sym)) {
in conf_read()
1276
if (!
sym_has_value
(sym))
in set_all_choice_values()
H
A
D
mconf.c
659
(
sym_has_value
(sym) || !sym_is_changeable(sym)) ?
in build_conf()
667
(
sym_has_value
(sym) || !sym_is_changeable(sym)) ?
in build_conf()
H
A
D
nconf.c
970
(
sym_has_value
(sym) ||
in build_conf()
978
(
sym_has_value
(sym) || !sym_is_changeable(sym)) ?
in build_conf()
H
A
D
symbol.c
381
if (
sym_has_value
(sym)) {
in sym_calc_value()
415
if (sym->visible != no &&
sym_has_value
(sym)) {
in sym_calc_value()
H
A
D
gconf.c
1051
sym && !
sym_has_value
(sym) ? "(NEW)" : "");
in fill_row()
H
A
D
qconf.cc
177
if (!
sym_has_value
(sym) && visible)
in updateMenu()
/kernel/linux/linux-5.10/scripts/kconfig/
H
A
D
conf.c
90
if (!
sym_has_value
(sym))
in conf_askvalue()
106
if (
sym_has_value
(sym)) {
in conf_askvalue()
239
is_new = !
sym_has_value
(sym);
in conf_choice()
286
if (!
sym_has_value
(child->sym))
in conf_choice()
423
if (sym && !
sym_has_value
(sym)) {
in check_conf()
H
A
D
confdata.c
532
if (
sym_has_value
(sym) && (sym->flags & SYMBOL_WRITE)) {
in conf_read()
545
} else if (!
sym_has_value
(sym) && !(sym->flags & SYMBOL_WRITE))
in conf_read()
553
if (
sym_has_value
(sym) && !sym_is_choice_value(sym)) {
in conf_read()
1194
if (!
sym_has_value
(sym))
in set_all_choice_values()
1253
if (
sym_has_value
(sym) || (sym->flags & SYMBOL_VALID))
in conf_set_all_new_symbols()
1308
if ((sym_is_choice(csym) && !
sym_has_value
(csym)) ||
in conf_set_all_new_symbols()
1315
if (
sym_has_value
(csym) || !sym_is_choice(csym))
in conf_set_all_new_symbols()
H
A
D
lkc.h
164
static inline bool
sym_has_value
(struct symbol *sym)
in sym_has_value()
function
H
A
D
mconf.c
621
(
sym_has_value
(sym) || !sym_is_changeable(sym)) ?
in build_conf()
629
(
sym_has_value
(sym) || !sym_is_changeable(sym)) ?
in build_conf()
H
A
D
nconf.c
898
(
sym_has_value
(sym) ||
in build_conf()
906
(
sym_has_value
(sym) || !sym_is_changeable(sym)) ?
in build_conf()
H
A
D
symbol.c
382
if (
sym_has_value
(sym)) {
in sym_calc_value()
416
if (sym->visible != no &&
sym_has_value
(sym)) {
in sym_calc_value()
H
A
D
gconf.c
1053
sym && !
sym_has_value
(sym) ? "(NEW)" : "");
in fill_row()
H
A
D
qconf.cc
174
if (!
sym_has_value
(sym) && visible)
in updateMenu()
Completed in 23 milliseconds