Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/kconfig/
Dconfdata.c1207 if (mode == def_random) { in conf_set_all_new_symbols()
1266 case def_random: in conf_set_all_new_symbols()
1280 if (!(sym_is_choice(sym) && mode == def_random)) in conf_set_all_new_symbols()
1300 if (mode != def_random) { in conf_set_all_new_symbols()
1313 if (mode == def_random) in conf_set_all_new_symbols()
Dlkc.h42 def_random enumerator
Dconf.c668 while (conf_set_all_new_symbols(def_random)) ; in main()