Searched refs:no (Results 1 – 25 of 71) sorted by relevance
123
/scripts/kconfig/ |
D | symbol.c | 24 .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 …]
|
D | confdata.c | 145 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 …]
|
D | conf.c | 179 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()
|
D | mconf.c | 544 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/ |
D | irqf_oneshot.cocci | 11 // 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"
|
D | cond_no_effect.cocci | 42 // 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)")
|
D | bugon.cocci | 11 // Options: --no-includes --include-headers 60 …stead of if condition followed by BUG.\nPlease make sure the condition has no side effects (see co…
|
D | boolreturn.cocci | 6 // Options: --no-includes --include-headers
|
D | ifaddr.cocci | 8 // Options: --no-includes --include-headers
|
D | cstptr.cocci | 9 // Options: --no-includes --include-headers
|
D | orplus.cocci | 10 // Options: --no-includes --include-headers
|
D | semicolon.cocci | 8 // Options: --no-includes --include-headers
|
/scripts/ |
D | coccicheck | 237 $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 && \
|
D | mkmakefile | 44 MAKEFLAGS += --no-print-directory
|
D | Kbuild.include | 51 # - 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/ |
D | doublebitand.cocci | 4 //# such as 0 for | is used to indicate no information, to maintain the 13 // Options: --no-includes --include-headers
|
D | doubletest.cocci | 11 // Options: --no-includes --include-headers
|
/scripts/coccinelle/api/ |
D | stream_open.cocci | 181 // 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/ |
D | kmerr.cocci | 13 // Options: --no-includes --include-headers 71 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
|
D | deref_null.cocci | 66 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/ |
D | kzalloc-simple.cocci | 5 /// Note in particular that there are no ...s in the rule, so all of the 12 // Options: --no-includes --include-headers
|
/scripts/coccinelle/free/ |
D | kfree.cocci | 13 // Options: --no-includes --include-headers 92 iter(...,subE,...) S // no use
|
D | devm_free.cocci | 12 /// false positives. There is no rule for the request_region and 21 // Options: --no-includes --include-headers
|
D | kfreeaddr.cocci | 7 // Options: --no-includes --include-headers
|
/scripts/coccinelle/iterators/ |
D | fen.cocci | 2 /// is no point to call of_node_put on the final value. 10 // Options: --no-includes --include-headers
|
123