Home
last modified time | relevance | path

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

123

/scripts/kconfig/
Dsymbol.c24 .curr = { "n", no },
28 .curr = { "", no },
43 else if (modules_val == no) in sym_get_type()
83 if (prop->visible.tri != no) in sym_get_default_prop()
95 if (prop->visible.tri != no) in sym_get_range_prop()
176 tri = no; in sym_calc_visibility()
190 prop->visible.tri = no; in sym_calc_visibility()
194 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
212 tri = no; in sym_calc_visibility()
221 tri = no; in sym_calc_visibility()
[all …]
Dconfdata.c253 sym->def[def].tri = no; in conf_set_sym_val()
373 if (expr_calc_value(prop->visible.expr) == no || in conf_read_simple()
409 sym->def[def].tri = no; in conf_read_simple()
442 sym->def[def].tri = no; in conf_read_simple()
491 case no: in conf_read_simple()
500 if (cs->def[def].tri != no) in conf_read_simple()
559 if (sym->visible == no && !conf_unsaved) in conf_read()
1041 if (sym_get_tristate_value(sym) == no) in conf_touch_deps()
1210 sym->def[S_DEF_USER].tri = no; in randomize_choice_values()
1236 sym->def[S_DEF_USER].tri = no; in set_all_choice_values()
[all …]
Dconf.c174 case no: in conf_sym()
184 if (oldval != no && sym_tristate_within_range(sym, no)) in conf_sym()
198 newval = no; in conf_sym()
241 case no: in conf_choice()
250 case no: in conf_choice()
/scripts/gcc-plugins/
Darm_ssp_per_task_plugin.c57 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/
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.cocci43 // 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)")
Dbugon.cocci12 // Options: --no-includes --include-headers
61 …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.cocci9 // Options: --no-includes --include-headers
Dcstptr.cocci10 // Options: --no-includes --include-headers
Dsemicolon.cocci9 // Options: --no-includes --include-headers
Dorplus.cocci11 // Options: --no-includes --include-headers
/scripts/
Dcoccicheck231 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \
235 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1
238 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
DMakefile.headersinst30 src-headers := $(filter-out $(no-export-headers), $(src-headers))
32 gen-headers := $(filter-out $(no-export-headers), $(gen-headers))
DMakefile.clean36 __clean-files := $(filter-out $(no-clean-files), $(__clean-files))
/scripts/coccinelle/tests/
Ddoublebitand.cocci5 //# such as 0 for | is used to indicate no information, to maintain the
14 // Options: --no-includes --include-headers
/scripts/coccinelle/null/
Dkmerr.cocci14 // Options: --no-includes --include-headers
72 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
Dderef_null.cocci67 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/
Dstream_open.cocci188 // 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/
Dkfree.cocci14 // Options: --no-includes --include-headers
93 iter(...,subE,...) S // no use
Dkfreeaddr.cocci8 // Options: --no-includes --include-headers
Ddevm_free.cocci13 /// false positives. There is no rule for the request_region and
22 // Options: --no-includes --include-headers
Difnullfree.cocci10 // Options: --no-includes --include-headers
/scripts/coccinelle/iterators/
Dfen.cocci3 /// is no point to call of_node_put on the final value.
11 // Options: --no-includes --include-headers
/scripts/kconfig/tests/preprocess/builtin_func/
DKconfig11 # The following is just no-op since the first argument is not y.

123