Home
last modified time | relevance | path

Searched refs:no (Results 1 – 25 of 71) sorted by relevance

123

/scripts/kconfig/
Dsymbol.c24 .curr = { "n", no },
28 .curr = { "", no },
70 else if (modules_val == no) in sym_get_type()
121 if (prop->visible.tri != no) in sym_get_default_prop()
133 if (prop->visible.tri != no) in sym_get_range_prop()
216 tri = no; in sym_calc_visibility()
230 prop->visible.tri = no; in sym_calc_visibility()
234 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
252 tri = no; in sym_calc_visibility()
261 tri = no; in sym_calc_visibility()
[all …]
Dconfdata.c145 sym->def[def].tri = no; in conf_set_sym_val()
274 if (expr_calc_value(prop->visible.expr) == no || in conf_read_simple()
310 sym->def[def].tri = no; in conf_read_simple()
343 sym->def[def].tri = no; in conf_read_simple()
387 case no: in conf_read_simple()
396 if (cs->def[def].tri != no) in conf_read_simple()
456 if (sym->visible == no && !conf_unsaved) in conf_read()
893 if (sym_get_tristate_value(sym) == no) in conf_split_config()
1090 sym->def[S_DEF_USER].tri = no; in randomize_choice_values()
1116 sym->def[S_DEF_USER].tri = no; in set_all_choice_values()
[all …]
Dconf.c179 case no: in conf_sym()
189 if (oldval != no && sym_tristate_within_range(sym, no)) in conf_sym()
205 newval = no; in conf_sym()
248 case no: in conf_choice()
257 case no: in conf_choice()
Dmconf.c544 item_make("[%c]", val == no ? ' ' : '*'); in build_conf()
593 item_make("[%c]", val == no ? ' ' : '*'); in build_conf()
595 item_make("-%c-", val == no ? ' ' : '*'); in build_conf()
732 sym_set_tristate_value(sym, no); in conf()
/scripts/coccinelle/misc/
Dirqf_oneshot.cocci11 // Options: --no-includes
106 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
112 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
Dcond_no_effect.cocci42 // Options: --no-includes --include-headers
58 cocci.print_main("WARNING: possible condition with no effect (if == else)",p)
64 coccilib.report.print_report(p[0],"WARNING: possible condition with no effect (if == else)")
Dbugon.cocci11 // Options: --no-includes --include-headers
60 …stead of if condition followed by BUG.\nPlease make sure the condition has no side effects (see co…
Dboolreturn.cocci6 // Options: --no-includes --include-headers
Difaddr.cocci8 // Options: --no-includes --include-headers
Dcstptr.cocci9 // Options: --no-includes --include-headers
Dorplus.cocci10 // Options: --no-includes --include-headers
Dsemicolon.cocci8 // Options: --no-includes --include-headers
/scripts/
Dcoccicheck237 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \
241 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1
244 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
Dmkmakefile44 MAKEFLAGS += --no-print-directory
DKbuild.include51 # - If no file exist it is created
53 # - If they are equal no change, and no timestamp update
76 # If no $(CC) found in PATH with listed prefixes return nothing
203 # Important: no spaces around options
263 # skip if -I has no parameter
410 # This is no use for dependencies or $(wildcard). We need to strip the
427 # enough. It'll strip the quotes in the common case where there's no
/scripts/coccinelle/tests/
Ddoublebitand.cocci4 //# such as 0 for | is used to indicate no information, to maintain the
13 // Options: --no-includes --include-headers
Ddoubletest.cocci11 // Options: --no-includes --include-headers
/scripts/coccinelle/api/
Dstream_open.cocci181 // XXX for simplicity require no .{read/write}_iter and no .splice_{read/write} for now.
252 + nonseekable_open /* read & write (no direct deadlock) */
363 // no read, no write - don't change anything
/scripts/coccinelle/null/
Dkmerr.cocci13 // Options: --no-includes --include-headers
71 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
Dderef_null.cocci66 iter(subE,...) S4 // no use
127 iter(subE,...) S4 // no use
187 iter(subE,...) S4 // no use
260 iter(subE,...) S4 // no use
/scripts/coccinelle/api/alloc/
Dkzalloc-simple.cocci5 /// Note in particular that there are no ...s in the rule, so all of the
12 // Options: --no-includes --include-headers
/scripts/coccinelle/free/
Dkfree.cocci13 // Options: --no-includes --include-headers
92 iter(...,subE,...) S // no use
Ddevm_free.cocci12 /// false positives. There is no rule for the request_region and
21 // Options: --no-includes --include-headers
Dkfreeaddr.cocci7 // Options: --no-includes --include-headers
/scripts/coccinelle/iterators/
Dfen.cocci2 /// is no point to call of_node_put on the final value.
10 // Options: --no-includes --include-headers

123