Searched refs:no (Results 1 – 25 of 87) sorted by relevance
1234
| /scripts/kconfig/ |
| A D | symbol.c | 36 .curr = { "n", no }, 218 tri = no; in sym_calc_visibility() 241 tri = no; in sym_calc_visibility() 250 tri = no; in sym_calc_visibility() 422 newval.tri = no; in sym_calc_value() 440 sym->curr.tri = no; in sym_calc_value() 447 if (sym->visible != no) in sym_calc_value() 637 case no: in sym_toggle_tristate_value() 644 newval = no; in sym_toggle_tristate_value() 848 case no: return "n"; in sym_get_string_default() [all …]
|
| A D | conf.c | 255 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() 816 conf_rewrite_tristates(mod, no); in main()
|
| /scripts/ |
| A D | setlocalversion | 69 --no-dirty) 149 git --no-optional-locks status -uno --porcelain 2>/dev/null ||
|
| A D | coccicheck | 246 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \ 250 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1 253 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
|
| A D | spdxexclude | 6 # create lots of noise for no value
|
| A D | Makefile.headersinst | 30 src-headers := $(filter-out $(no-export-headers), $(src-headers)) 32 gen-headers := $(filter-out $(no-export-headers), $(gen-headers))
|
| A D | Makefile.propeller | 6 …KBUILD_LDFLAGS += --symbol-ordering-file=$(CLANG_PROPELLER_PROFILE_PREFIX)_ld_profile.txt --no-war…
|
| A D | Makefile.package | 66 rpm-no-devel = --without=devel 80 $(rpm-no-devel)) \ 127 --build=$(build-type) --no-pre-clean --unsigned-changes \ 132 --no-check-builddeps) \
|
| A D | Makefile.clean | 34 __clean-files := $(filter-out $(no-clean-files), $(__clean-files))
|
| A D | dev-needs.sh | 33 --allow-no-driver By default dependencies that don't have a driver 237 --allow-no-driver)
|
| /scripts/coccinelle/misc/ |
| A 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…
|
| A 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)")
|
| A D | uninitialized_var.cocci | 14 /// sure there are no needless variable writes. 23 // Options: --no-includes --include-headers
|
| A D | excluded_middle.cocci | 7 // Options: --no-includes --include-headers
|
| A D | test_addr.cocci | 9 // Options: --no-includes --include-headers
|
| A D | cstptr.cocci | 10 // Options: --no-includes --include-headers
|
| A D | semicolon.cocci | 9 // Options: --no-includes --include-headers
|
| /scripts/coccinelle/tests/ |
| A 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/ |
| A D | kmerr.cocci | 14 // Options: --no-includes --include-headers 72 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
|
| A 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/ |
| A D | stream_open.cocci | 187 // 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/ |
| A D | kfree.cocci | 14 // Options: --no-includes --include-headers 93 iter(...,subE,...) S // no use
|
| A D | kfreeaddr.cocci | 8 // Options: --no-includes --include-headers
|
| A D | devm_free.cocci | 13 /// false positives. There is no rule for the request_region and 22 // Options: --no-includes --include-headers
|
| /scripts/package/ |
| A D | kernel.spec | 42 AutoReqProv: no 76 | xargs --no-run-if-empty chmod u-x 124 | xargs --no-run-if-empty chmod u+x
|
Completed in 17 milliseconds
1234