Searched refs:randconfig (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/tools/testing/ktest/examples/include/ |
H A D | tests.conf | 54 TEST_START ITERATE 10 IF ${TEST} == randconfig 57 BUILD_TYPE = randconfig 63 TEST_START ITERATE 10 IF ${TEST} == randconfig && ${MULTI} 65 BUILD_TYPE = randconfig
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | conf.c | 32 randconfig, enumerator 461 {"randconfig", no_argument, NULL, randconfig}, 521 case randconfig: in main() 607 case randconfig: in main() 625 case randconfig: name = "allrandom.config"; break; in main() 664 case randconfig: in main()
|
H A D | Makefile | 89 alldefconfig randconfig listnewconfig olddefconfig
|
/openbmc/linux/scripts/kconfig/ |
H A D | conf.c | 30 randconfig, enumerator 679 {"randconfig", no_argument, &input_mode_opt, randconfig}, 752 case randconfig: in main() 797 case randconfig: in main() 815 case randconfig: name = "allrandom.config"; break; in main() 858 case randconfig: in main()
|
H A D | Makefile | 71 alldefconfig randconfig listnewconfig olddefconfig syncconfig \
|
/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/ |
H A D | __init__.py | 13 assert conf.randconfig() == 0
|
/openbmc/linux/tools/testing/selftests/rcutorture/doc/ |
H A D | TINY_RCU.txt | 10 The theory here is that randconfig testing will hit the other six possible
|
/openbmc/linux/arch/riscv/ |
H A D | Makefile | 177 -f $(srctree)/Makefile randconfig 182 -f $(srctree)/Makefile randconfig
|
/openbmc/linux/arch/powerpc/ |
H A D | Makefile | 321 -f $(srctree)/Makefile randconfig 326 -f $(srctree)/Makefile randconfig
|
/openbmc/u-boot/scripts/kconfig/tests/ |
H A D | conftest.py | 194 def randconfig(self, all_config=None): member in Conf
|
/openbmc/linux/scripts/kconfig/tests/ |
H A D | conftest.py | 198 def randconfig(self, all_config=None): member in Conf
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | README.rst | 177 "make randconfig" 通过随机设置选项值来创建./.config文件。
|
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | README.rst | 180 "make randconfig" 通過隨機設置選項值來創建./.config文件。
|
/openbmc/linux/Documentation/kbuild/ |
H A D | kconfig.rst | 84 The allyesconfig/allmodconfig/allnoconfig/randconfig variants can also 121 Environment variables for 'randconfig'
|
/openbmc/qemu/scripts/ |
H A D | minikconf.py | 47 randconfig = lambda x: random.randint(0, 1) == 1 function 672 mode = randconfig
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | README.rst | 201 "make randconfig" Create a ./.config file by setting symbol
|