Searched refs:no (Results 1 – 25 of 80) sorted by relevance
1234
/scripts/kconfig/ |
D | symbol.c | 28 .curr = { "n", no }, 34 .curr = { "", no }, 48 else if (modules_val == no) in sym_get_type() 88 if (prop->visible.tri != no) in sym_get_default_prop() 100 if (prop->visible.tri != no) in sym_get_range_prop() 181 tri = no; in sym_calc_visibility() 195 prop->visible.tri = no; in sym_calc_visibility() 199 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility() 217 tri = no; in sym_calc_visibility() 226 tri = no; in sym_calc_visibility() [all …]
|
D | conf.c | 149 sym->def[S_DEF_USER].tri = no; in randomize_choice_values() 245 sym->def[S_DEF_USER].tri = no; in conf_set_all_new_symbols() 248 sym->def[S_DEF_USER].tri = no; in conf_set_all_new_symbols() 397 case no: in conf_sym() 407 if (oldval != no && sym_tristate_within_range(sym, no)) in conf_sym() 421 newval = no; in conf_sym() 464 case no: in conf_choice() 473 case no: in conf_choice()
|
D | confdata.c | 249 sym->def[def].tri = no; in conf_set_sym_val() 423 sym->def[def].tri = no; in conf_read_simple() 456 sym->def[def].tri = no; in conf_read_simple() 505 case no: in conf_read_simple() 514 if (cs->def[def].tri != no) in conf_read_simple() 573 if (sym->visible == no && !conf_unsaved) in conf_read() 1037 if (sym_get_tristate_value(sym) == no) in conf_touch_deps() 1158 sym->def[S_DEF_USER].tri = no; in set_all_choice_values()
|
/scripts/gcc-plugins/ |
D | arm_ssp_per_task_plugin.c | 57 static bool no(void) in no() function 64 targetm.have_stack_protect_combined_set = no; in arm_pertask_ssp_start_unit() 65 targetm.have_stack_protect_combined_test = no; in arm_pertask_ssp_start_unit()
|
/scripts/coccinelle/misc/ |
D | irqf_oneshot.cocci | 11 // Options: --no-includes 106 msg = "WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is n… 112 msg = "WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is n…
|
D | cond_no_effect.cocci | 43 // Options: --no-includes --include-headers 59 cocci.print_main("WARNING: possible condition with no effect (if == else)",p) 65 coccilib.report.print_report(p[0],"WARNING: possible condition with no effect (if == else)")
|
D | bugon.cocci | 12 // Options: --no-includes --include-headers 61 …stead of if condition followed by BUG.\nPlease make sure the condition has no side effects (see co…
|
D | uninitialized_var.cocci | 14 /// sure there are no needless variable writes. 23 // Options: --no-includes --include-headers
|
D | boolreturn.cocci | 6 // Options: --no-includes --include-headers
|
D | excluded_middle.cocci | 7 // Options: --no-includes --include-headers
|
D | ifaddr.cocci | 9 // Options: --no-includes --include-headers
|
D | cstptr.cocci | 10 // Options: --no-includes --include-headers
|
/scripts/ |
D | coccicheck | 250 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \ 254 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1 257 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
|
D | Makefile.headersinst | 30 src-headers := $(filter-out $(no-export-headers), $(src-headers)) 32 gen-headers := $(filter-out $(no-export-headers), $(gen-headers))
|
D | dev-needs.sh | 33 --allow-no-driver By default dependencies that don't have a driver 237 --allow-no-driver)
|
D | Kbuild.include | 56 # - If no file exist it is created 58 # - If they are equal no change, and no timestamp update 156 # no more breakage will slip in. 226 # This is no use for dependencies or $(wildcard). We need to strip the 243 # enough. It'll strip the quotes in the common case where there's no
|
D | setlocalversion | 111 git --no-optional-locks status -uno --porcelain 2>/dev/null ||
|
/scripts/coccinelle/tests/ |
D | doublebitand.cocci | 5 //# such as 0 for | is used to indicate no information, to maintain the 14 // Options: --no-includes --include-headers
|
/scripts/coccinelle/null/ |
D | kmerr.cocci | 14 // Options: --no-includes --include-headers 72 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
|
D | deref_null.cocci | 67 iter(subE,...) S4 // no use 128 iter(subE,...) S4 // no use 188 iter(subE,...) S4 // no use 261 iter(subE,...) S4 // no use
|
/scripts/coccinelle/api/ |
D | stream_open.cocci | 188 // XXX for simplicity require no .{read/write}_iter and no .splice_{read/write} for now. 259 + nonseekable_open /* read & write (no direct deadlock) */ 370 // no read, no write - don't change anything
|
/scripts/coccinelle/free/ |
D | kfree.cocci | 14 // Options: --no-includes --include-headers 93 iter(...,subE,...) S // no use
|
D | kfreeaddr.cocci | 8 // Options: --no-includes --include-headers
|
D | devm_free.cocci | 13 /// false positives. There is no rule for the request_region and 22 // Options: --no-includes --include-headers
|
/scripts/coccinelle/iterators/ |
D | fen.cocci | 3 /// is no point to call of_node_put on the final value. 11 // Options: --no-includes --include-headers
|
1234