Searched refs:test_cmd (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | dm.c | 61 cmd_tbl_t *test_cmd; in do_dm() local 70 test_cmd = find_cmd_tbl(argv[1], test_commands, in do_dm() 74 if (!test_cmd || argc > test_cmd->maxargs) in do_dm() 77 ret = test_cmd->cmd(test_cmd, flag, argc, argv); in do_dm() 79 return cmd_process_error(test_cmd, ret); in do_dm()
|
/openbmc/u-boot/test/ |
H A D | command_ut.c | 10 static const char test_cmd[] = "setenv list 1\n setenv list ${list}2; " variable 29 run_command_list(test_cmd, sizeof(test_cmd), 0); in do_ut_cmd()
|
/openbmc/linux/tools/testing/selftests/iommu/ |
H A D | iommufd_utils.h | 34 struct iommu_test_cmd test_cmd = { \ 35 .size = sizeof(test_cmd), \ 44 &test_cmd)); \ 329 struct iommu_test_cmd test_cmd = { in teardown_iommufd() local 330 .size = sizeof(test_cmd), in teardown_iommufd() 344 &test_cmd)); in teardown_iommufd()
|
H A D | iommufd.c | 403 struct iommu_test_cmd test_cmd = { in TEST_F() local 404 .size = sizeof(test_cmd), in TEST_F() 444 &test_cmd)); in TEST_F() 451 iovas[i] > test_cmd.add_reserved.start && in TEST_F() 453 test_cmd.add_reserved.start + in TEST_F() 454 test_cmd.add_reserved.length); in TEST_F() 490 struct iommu_test_cmd test_cmd = { in TEST_F() local 491 .size = sizeof(test_cmd), in TEST_F() 510 test_cmd.add_reserved.start = ranges[0].start + PAGE_SIZE; in TEST_F() 511 test_cmd.add_reserved.length = PAGE_SIZE; in TEST_F() [all …]
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | run_vmtests.sh | 114 for test_cmd in -u -U -a -b -L; do 124 $huge $test_cmd $write $share $num
|
/openbmc/qemu/scripts/ |
H A D | xml-preprocess-test.py | 90 def test_cmd(self): member in TestXmlPreprocess
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | devtool.py | 2703 test_cmd = "cat /proc/$(cat /tmp/gdbserver_1234_usr-bin-" + \ 2705 r = runCmd('ssh %s root@%s %s' % (sshargs, qemu.ip, test_cmd))
|