Home
last modified time | relevance | path

Searched refs:def_random (Results 1 – 3 of 3) sorted by relevance

/scripts/kconfig/
Dconfdata.c1213 if (mode == def_random) { in conf_set_all_new_symbols()
1272 case def_random: in conf_set_all_new_symbols()
1286 if (!(sym_is_choice(sym) && mode == def_random)) in conf_set_all_new_symbols()
1306 if (mode != def_random) { in conf_set_all_new_symbols()
1319 if (mode == def_random) in conf_set_all_new_symbols()
Dlkc.h40 def_random enumerator
Dconf.c666 while (conf_set_all_new_symbols(def_random)) ; in main()