Home
last modified time | relevance | path

Searched refs:test_commands (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/cmd/
H A Ddm.c43 static cmd_tbl_t test_commands[] = { variable
54 fixup_cmdtable(test_commands, ARRAY_SIZE(test_commands)); in dm_reloc()
70 test_cmd = find_cmd_tbl(argv[1], test_commands, in do_dm()
71 ARRAY_SIZE(test_commands)); in do_dm()
/openbmc/qemu/tests/qtest/
H A Dtest-hmp.c76 static void test_commands(QTestState *qts) in test_commands() function
134 test_commands(qts); in test_machine()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_features.h4 enum test_commands { enum
H A Dxdp_features.c528 static int send_and_recv_msg(int sockfd, enum test_commands cmd, void *val, in send_and_recv_msg()