Searched refs:testfunc (Results 1 - 15 of 15) sorted by relevance

/external/ltp/testcases/kernel/syscalls/munmap/
H A Dmunmap03.c58 static void (*testfunc[])(void) = { test_einval1, test_einval2, test_einval3 }; variable
59 int TST_TOTAL = ARRAY_SIZE(testfunc);
73 (*testfunc[i])();
/external/ltp/testcases/kernel/syscalls/setpgid/
H A Dsetpgid01.c56 static void (*testfunc[])(void) = { setpgid_test1, setpgid_test2}; variable
57 int TST_TOTAL = ARRAY_SIZE(testfunc);
71 (*testfunc[i])();
/external/ltp/testcases/kernel/syscalls/getdents/
H A Dgetdents02.c62 static void (*testfunc[])(void) = { test_ebadf, test_einval, variable
65 int TST_TOTAL = ARRAY_SIZE(testfunc);
92 (*testfunc[i])();
/external/ltp/testcases/kernel/syscalls/pwrite/
H A Dpwrite02.c62 static void (*testfunc[])(void) = { variable
69 int TST_TOTAL = ARRAY_SIZE(testfunc);
83 (*testfunc[i])();
/external/ltp/testcases/kernel/syscalls/rename/
H A Drename11.c66 static void (*testfunc[])(void) = { test_eloop, test_erofs, test_emlink }; variable
68 int TST_TOTAL = ARRAY_SIZE(testfunc);
82 (*testfunc[i])();
/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/
H A Dmsgrcv07.c39 static void (*testfunc[])(void) = { test_msg_except, test_msg_noerror }; variable
42 int TST_TOTAL = ARRAY_SIZE(testfunc);
57 (*testfunc[i])();
/external/ltp/testcases/kernel/syscalls/mprotect/
H A Dmprotect04.c50 static void (*testfunc[])(void) = { testfunc_protnone, testfunc_protexec }; variable
53 int TST_TOTAL = ARRAY_SIZE(testfunc);
72 (*testfunc[i])();
/external/ltp/testcases/kernel/syscalls/openat/
H A Dopenat02.c72 static void (*testfunc[])(void) = { variable
82 int TST_TOTAL = ARRAY_SIZE(testfunc);
97 (*testfunc[i])();
/external/ltp/testcases/network/lib6/
H A Din6_01.c68 static void (*testfunc[])(void) = { test_in6_addr, variable
73 int TST_TOTAL = ARRAY_SIZE(testfunc);
88 (*testfunc[i])();
H A Din6_02.c51 static void (*testfunc[])(void) = { n2itest, variable
55 int TST_TOTAL = ARRAY_SIZE(testfunc);
70 (*testfunc[i])();
/external/kmod/testsuite/
H A Dtestsuite.h27 typedef int (*testfunc)(const struct test *t); typedef
100 testfunc func;
/external/ltp/testcases/kernel/syscalls/llseek/
H A Dllseek03.c55 static void (*testfunc[])(void) = { testfunc_seekcur, testfunc_seekend }; variable
74 (*testfunc[i])();
/external/autotest/client/site_tests/network_ModemManagerSMS/
H A Dnetwork_ModemManagerSMS.py18 def run_sms_test(self, testfunc, *args, **kwargs):
27 testfunc(smsstore, smstest, *args, **kwargs)
/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl31.c73 static void (*testfunc[])(void) = { variable
81 int TST_TOTAL = ARRAY_SIZE(testfunc);
96 (*testfunc[i])();
/external/ltp/testcases/kernel/syscalls/clone/
H A Dclone08.c63 void (*testfunc)(int); member in struct:test_case
93 test_cases[i].testfunc(i);

Completed in 285 milliseconds