Home
last modified time | relevance | path

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

12

/scripts/kconfig/
Dsymbol.c24 .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()
194 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()
243 if (prop->visible.tri == no) in sym_choice_default()
246 if (def_sym->visible != no) in sym_choice_default()
[all …]
Dconfdata.c139 sym->def[def].tri = no; in conf_set_sym_val()
266 if (expr_calc_value(prop->visible.expr) == no || in conf_read_simple()
302 sym->def[def].tri = no; in conf_read_simple()
335 sym->def[def].tri = no; in conf_read_simple()
377 case no: in conf_read_simple()
386 if (cs->def[def].tri != no) in conf_read_simple()
445 if (sym->visible == no && !conf_unsaved) in conf_read()
881 if (sym_get_tristate_value(sym) == no) in conf_split_config()
1078 sym->def[S_DEF_USER].tri = no; in randomize_choice_values()
1099 sym->def[S_DEF_USER].tri = no; in set_all_choice_values()
[all …]
Dconf.c178 case no: in conf_sym()
188 if (oldval != no && sym_tristate_within_range(sym, no)) in conf_sym()
204 newval = no; in conf_sym()
247 case no: in conf_choice()
256 case no: in conf_choice()
Dmconf.c544 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()
Dmenu.c456 if (expr_calc_value(menu->visibility) == no) in menu_is_visible()
457 return no; in menu_is_visible()
467 if (visible != no) in menu_is_visible()
470 if (!sym || sym_get_tristate_value(menu->sym) == no) in menu_is_visible()
Dnconf.c807 val == no ? ' ' : '*'); in build_conf()
859 val == no ? ' ' : '*'); in build_conf()
862 val == no ? ' ' : '*'); in build_conf()
1200 sym_set_tristate_value(sym, no); in conf()
Dqconf.cc198 if (expr != no) in updateMenu()
199 setText(noColIdx, sym_tristate_within_range(sym, no) ? "_" : 0); in updateMenu()
503 if (oldval == no && item->menu->list) in setValue()
535 else if (oldexpr == no) in changeValue()
697 setValue(item, no); in keyPressEvent()
756 setValue(item, no); in contentsMouseReleaseEvent()
Dexpr.h28 no, mod, yes enumerator
Dgconf.c839 newval = no; in change_sym_value()
1145 case no: in fill_row()
1164 if (val != no && sym_tristate_within_range(sym, no)) in fill_row()
/scripts/coccinelle/misc/
Dirqf_oneshot.cocci7 // Options: --no-includes
58 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
64 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
Dsemicolon.cocci8 // Options: --no-includes --include-headers
Dmemcpy-assign.cocci8 // Options: --no-includes --include-headers
/scripts/rt-tester/
Dt3-l1-pi-signal.tst60 # T1 lock L0, no wait in the wakeup path
66 # T2 lock L0 interruptible, no wait in the wakeup path
/scripts/coccinelle/null/
Dderef_null.cocci66 iter(subE,...) S4 // no use
127 iter(subE,...) S4 // no use
187 iter(subE,...) S4 // no use
260 iter(subE,...) S4 // no use
Dkmerr.cocci71 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
/scripts/
Dmkmakefile43 MAKEFLAGS += --no-print-directory
DKbuild.include48 # - If no file exist it is created
50 # - If they are equal no change, and no timestamp update
73 # If no $(CC) found in PATH with listed prefixes return nothing
155 # Important: no spaces around options
173 # skip if -I has no parameter
DMakefile.clean48 __clean-files := $(filter-out $(no-clean-files), $(__clean-files))
Dexport_report.pl32 my ($symbol, $no) = split /\s+/, $sym;
/scripts/coccinelle/tests/
Ddoublebitand.cocci4 //# such as 0 for | is used to indicate no information, to maintain the
/scripts/coccinelle/api/alloc/
Dkzalloc-simple.cocci5 /// Note in particular that there are no ...s in the rule, so all of the
/scripts/coccinelle/free/
Dkfree.cocci80 iter(...,subE,...) S // no use
Ddevm_free.cocci12 /// false positives. There is no rule for the request_region and
/scripts/coccinelle/iterators/
Dfen.cocci2 /// is no point to call of_node_put on the final value.
/scripts/genksyms/
Dparse.tab.c_shipped1270 - The only way there can be no lookahead present (in yychar) is if
1273 that there is no unexpected or expected token to report. In that
1499 Keep to zero when no symbol should be popped. */
1559 #else /* no yyoverflow */
1583 #endif /* no yyoverflow */
1886 { /* restrict has no effect in prototypes so ignore it */

12