Home
last modified time | relevance | path

Searched refs:mod (Results 1 – 11 of 11) sorted by relevance

/scripts/kconfig/
A Dsymbol.c20 .curr = { "m", mod },
309 sym->dir_dep.tri == mod ? 'm' : 'n'); in sym_warn_unmet_dep()
406 if (newval.tri == mod && in sym_calc_value()
485 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range()
489 if (sym->implied.tri == yes && val == mod) in sym_tristate_within_range()
540 newval = mod; in sym_toggle_tristate_value()
542 case mod: in sym_toggle_tristate_value()
735 if (val == mod) in sym_get_string_default()
740 if (sym->type == S_BOOLEAN && val == mod) in sym_get_string_default()
752 case mod: return "m"; in sym_get_string_default()
[all …]
A Dconf.c177 case mod: in conf_sym()
186 if (oldval != mod && sym_tristate_within_range(sym, mod)) in conf_sym()
204 newval = mod; in conf_sym()
243 case mod: in conf_choice()
252 case mod: in conf_choice()
386 if (sym->curr.tri != mod) in conf()
A Dmconf.c547 case mod: ch = 'M'; break; in build_conf()
600 case mod: ch = 'M'; break; in build_conf()
604 if (sym->rev_dep.tri == mod) in build_conf()
724 if (sym_set_tristate_value(sym, mod)) in conf()
734 sym_set_tristate_value(sym, mod); in conf()
A Dnconf.c815 case mod: in build_conf()
870 case mod: in build_conf()
878 if (sym->rev_dep.tri == mod) in build_conf()
1195 if (sym_set_tristate_value(sym, mod)) in conf()
1205 sym_set_tristate_value(sym, mod); in conf()
A Dconfdata.c169 sym->def[def].tri = mod; in conf_set_sym_val()
421 case mod: in conf_read_simple()
1253 sym->def[S_DEF_USER].tri = mod; in conf_set_all_new_symbols()
1268 sym->def[S_DEF_USER].tri = mod; in conf_set_all_new_symbols()
A Dexpr.h28 no, mod, yes enumerator
A Dqconf.cc172 case mod: in updateMenu()
188 if (expr != mod) in updateMenu()
189 setText(modColIdx, sym_tristate_within_range(sym, mod) ? "_" : 0); in updateMenu()
749 setValue(item, mod); in keyPressEvent()
807 setValue(item, mod); in mouseReleaseEvent()
1064 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo()
A Dgconf.c789 newval = mod; in change_sym_value()
1095 case mod: in fill_row()
1110 if (val != mod && sym_tristate_within_range(sym, mod)) in fill_row()
A Dmenu.c829 expr_gstr_print_revdep(sym->rev_dep.expr, r, mod, " Selected by [m]:\n"); in get_symbol_str()
836 expr_gstr_print_revdep(sym->implied.expr, r, mod, " Implied by [m]:\n"); in get_symbol_str()
/scripts/
A Dgen_compile_commands.py147 mod = base + '.mod'
149 with open(mod) as m:
A DMakefile.build113 cmd_secanalysis = ; scripts/mod/modpost $@
305 $(cmd_undef_syms); } > $(MODVERDIR)/$(@F:.o=.mod)
484 $(cmd_undef_syms); } > $(MODVERDIR)/$(@F:.o=.mod)

Completed in 26 milliseconds