Home
last modified time | relevance | path

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

1234

/scripts/kconfig/
Dsymbol.c36 .curr = { "n", no },
49 if (type == S_TRISTATE && modules_val == no) in sym_get_type()
114 if (prop->visible.tri != no) in sym_get_default_prop()
126 if (prop->visible.tri != no) in sym_get_range_prop()
202 tri = no; in sym_calc_visibility()
207 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
225 tri = no; in sym_calc_visibility()
234 tri = no; in sym_calc_visibility()
260 if (prop->visible.tri == no) in sym_choice_default()
263 if (def_sym->visible != no) in sym_choice_default()
[all …]
Dconf.c255 val = no; in conf_set_all_new_symbols()
258 val = no; in conf_set_all_new_symbols()
368 case no: in conf_sym()
378 if (oldval != no && sym_tristate_within_range(sym, no)) in conf_sym()
392 newval = no; in conf_sym()
813 conf_rewrite_tristates(mod, no); in main()
/scripts/gcc-plugins/
Darm_ssp_per_task_plugin.c51 static bool no(void) in no() function
58 targetm.have_stack_protect_combined_set = no; in arm_pertask_ssp_start_unit()
59 targetm.have_stack_protect_combined_test = no; in arm_pertask_ssp_start_unit()
/scripts/
Dsetlocalversion65 --no-dirty)
145 git --no-optional-locks status -uno --porcelain 2>/dev/null ||
Dcoccicheck250 $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 && \
DMakefile.vmlinux_o39 vmlinux-objtool-args-$(CONFIG_GCOV_KERNEL) += --no-unreachable
55 --whole-archive vmlinux.a --no-whole-archive \
Dspdxexclude6 # create lots of noise for no value
DMakefile.headersinst30 src-headers := $(filter-out $(no-export-headers), $(src-headers))
32 gen-headers := $(filter-out $(no-export-headers), $(gen-headers))
DMakefile.package66 rpm-no-devel = --without=devel
80 $(rpm-no-devel)) \
127 --build=$(build-type) --no-pre-clean --unsigned-changes \
132 --no-check-builddeps) \
DMakefile.clean34 __clean-files := $(filter-out $(no-clean-files), $(__clean-files))
Ddev-needs.sh33 --allow-no-driver By default dependencies that don't have a driver
237 --allow-no-driver)
/scripts/coccinelle/misc/
Dirqf_oneshot.cocci11 // 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…
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)")
Duninitialized_var.cocci14 /// sure there are no needless variable writes.
23 // Options: --no-includes --include-headers
Dtest_addr.cocci9 // Options: --no-includes --include-headers
Dexcluded_middle.cocci7 // Options: --no-includes --include-headers
Dcstptr.cocci10 // Options: --no-includes --include-headers
Dsemicolon.cocci9 // Options: --no-includes --include-headers
/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.cocci187 // XXX for simplicity require no .{read/write}_iter and no .splice_{read/write} for now.
258 + nonseekable_open /* read & write (no direct deadlock) */
369 // 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

1234