Searched refs:mod (Results 1 – 11 of 11) sorted by relevance
| /scripts/kconfig/ |
| A D | symbol.c | 20 .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 D | conf.c | 177 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 D | mconf.c | 547 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 D | nconf.c | 815 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 D | confdata.c | 169 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 D | expr.h | 28 no, mod, yes enumerator
|
| A D | qconf.cc | 172 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 D | gconf.c | 789 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 D | menu.c | 829 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 D | gen_compile_commands.py | 147 mod = base + '.mod' 149 with open(mod) as m:
|
| A D | Makefile.build | 113 cmd_secanalysis = ; scripts/mod/modpost $@ 305 $(cmd_undef_syms); } > $(MODVERDIR)/$(@F:.o=.mod) 484 $(cmd_undef_syms); } > $(MODVERDIR)/$(@F:.o=.mod)
|
Completed in 21 milliseconds