Home
last modified time | relevance | path

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

/external/u-boot/scripts/kconfig/
Dconfdata.c1132 if (mode == def_random) { in conf_set_all_new_symbols()
1191 case def_random: in conf_set_all_new_symbols()
1205 if (!(sym_is_choice(sym) && mode == def_random)) in conf_set_all_new_symbols()
1225 if (mode != def_random) { in conf_set_all_new_symbols()
1238 if (mode == def_random) in conf_set_all_new_symbols()
Dlkc.h56 def_random enumerator
Dconf.c666 while (conf_set_all_new_symbols(def_random)) ; in main()