Home
last modified time | relevance | path

Searched refs:testcase_list (Results 1 – 12 of 12) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/bind/
Dbind05.c38 static struct test_case testcase_list[] = { variable
105 if (request < ARRAY_SIZE(testcase_list)) in peer_thread()
106 response = testcase_list[request].description; in peer_thread()
121 struct test_case tc_copy, *tc = testcase_list + n; in test_bind()
158 rand_index = rand() % ARRAY_SIZE(testcase_list); in test_bind()
164 exp_data = testcase_list[rand_index].description; in test_bind()
182 .tcnt = ARRAY_SIZE(testcase_list),
Dbind04.c34 static struct test_case testcase_list[] = { variable
95 if (request < ARRAY_SIZE(testcase_list)) in peer_thread()
96 response = testcase_list[request].description; in peer_thread()
107 struct test_case tc_copy, *tc = testcase_list + n; in test_bind()
141 rand_index = rand() % ARRAY_SIZE(testcase_list); in test_bind()
146 exp_data = testcase_list[rand_index].description; in test_bind()
165 .tcnt = ARRAY_SIZE(testcase_list),
/third_party/ltp/testcases/kernel/syscalls/fsync/
Dfsync03.c30 } testcase_list[] = { variable
61 const struct test_case *tc = testcase_list + n; in test_fsync()
85 .tcnt = ARRAY_SIZE(testcase_list),
/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/
Depoll_pwait01.c52 static void (*testcase_list[])(void) = {verify_sigmask, verify_nonsigmask}; variable
70 testcase_list[n](); in run()
126 .tcnt = ARRAY_SIZE(testcase_list),
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt01.c34 } testcase_list[] = { variable
63 struct test_case *tc = testcase_list + n; in run()
106 .tcnt = ARRAY_SIZE(testcase_list),
/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_initmsg_connect.c35 } testcase_list[] = { variable
48 const struct test_case *tc = testcase_list + n; in test_sctp()
112 .tcnt = ARRAY_SIZE(testcase_list),
/third_party/ltp/testcases/kernel/syscalls/readv/
Dreadv01.c34 } testcase_list[] = { variable
47 const struct testcase *tc = testcase_list + n; in test_readv()
111 .tcnt = ARRAY_SIZE(testcase_list),
/third_party/ltp/testcases/kernel/syscalls/chdir/
Dchdir01.c37 } testcase_list[] = { variable
110 struct test_case *tc = testcase_list + n; in run()
151 .tcnt = ARRAY_SIZE(testcase_list),
/third_party/ltp/testcases/kernel/syscalls/send/
Dsend02.c62 } testcase_list[] = { variable
128 struct test_case *tc = testcase_list + n; in run()
184 .tcnt = ARRAY_SIZE(testcase_list),
/third_party/ltp/testcases/kernel/syscalls/sendto/
Dsendto03.c185 static int (*testcase_list[])(void) = {check_tiny_frame, check_vnet_hdr}; variable
189 if (!testcase_list[n]()) in run()
211 .tcnt = ARRAY_SIZE(testcase_list),
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/
Depoll_wait01.c230 static void (*testcase_list[])(void) = { variable
236 testcase_list[n](); in do_test()
243 .tcnt = ARRAY_SIZE(testcase_list),
/third_party/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate06.c53 } testcase_list[] = { variable
174 const struct test_case *tc = testcase_list + n; in run()
261 .tcnt = ARRAY_SIZE(testcase_list),