Home
last modified time | relevance | path

Searched refs:test_case_t (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/ltp/testcases/kernel/syscalls/mremap/
Dmremap05.c48 struct test_case_t { struct
58 void (*setup) (struct test_case_t *); argument
59 void (*cleanup) (struct test_case_t *); argument
64 static void setup0(struct test_case_t *);
65 static void setup1(struct test_case_t *);
66 static void setup2(struct test_case_t *);
67 static void setup3(struct test_case_t *);
68 static void setup4(struct test_case_t *);
69 static void cleanup0(struct test_case_t *);
70 static void cleanup1(struct test_case_t *);
[all …]
/third_party/ltp/testcases/kernel/syscalls/mincore/
Dmincore01.c60 struct test_case_t;
61 static void setup1(struct test_case_t *tc);
62 static void setup2(struct test_case_t *tc);
63 static void setup3(struct test_case_t *tc);
64 static void setup4(struct test_case_t *tc);
66 static struct test_case_t { struct
71 void (*setupfunc) (struct test_case_t *tc); argument
79 static void mincore_verify(struct test_case_t *tc);
102 static void setup1(struct test_case_t *tc) in setup1()
109 void setup2(struct test_case_t *tc) in setup2()
[all …]
/third_party/ltp/testcases/kernel/syscalls/unlink/
Dunlink08.c26 static struct test_case_t { struct
38 static void verify_unlink(struct test_case_t *tc) in verify_unlink() argument
45 struct test_case_t *cases = &tcases[n]; in do_unlink()
Dunlink05.c22 static struct test_case_t { struct
45 struct test_case_t *tc = &tcases[n]; in verify_unlink() argument
Dunlink07.c29 static struct test_case_t { struct
44 struct test_case_t *tc = &tcases[n]; in verify_unlink() argument
/third_party/ltp/testcases/kernel/syscalls/ipc/shmat/
Dshmat02.c34 static struct test_case_t { struct
45 static void verify_shmat(struct test_case_t *tc) in verify_shmat() argument
67 struct test_case_t *tc = &tcases[n]; in do_shmat()
/third_party/ltp/testcases/kernel/syscalls/setresgid/
Dsetresgid03.c22 struct test_case_t { struct
34 static struct test_case_t test_cases[] = { argument
64 const struct test_case_t *tc = test_cases + n; in run()
Dsetresgid02.c26 struct test_case_t { struct
39 static struct test_case_t test_cases[] = { argument
72 const struct test_case_t *tc = test_cases + n; in run()
/third_party/ltp/testcases/kernel/syscalls/fchownat/
Dfchownat01.c50 static struct test_case_t { struct
66 static void fchownat_verify(const struct test_case_t *); argument
102 static void fchownat_verify(const struct test_case_t *test) in fchownat_verify()
/third_party/ltp/testcases/kernel/syscalls/lchown/
Dlchown03.c52 static struct test_case_t { struct
64 static void lchown_verify(const struct test_case_t *); argument
116 static void lchown_verify(const struct test_case_t *test) in lchown_verify()
/third_party/ltp/testcases/kernel/syscalls/msync/
Dmsync03.c64 static struct test_case_t { struct
77 static void msync_verify(struct test_case_t *tc); argument
137 static void msync_verify(struct test_case_t *tc) in msync_verify()
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/
Dperf_event_open01.c53 static struct test_case_t { struct
76 static void verify(struct test_case_t *tc); argument
140 static void verify(struct test_case_t *tc) in verify()
/third_party/ltp/testcases/kernel/syscalls/mknod/
Dmknod07.c69 static struct test_case_t { struct
87 static void mknod_verify(const struct test_case_t *test_case); argument
152 static void mknod_verify(const struct test_case_t *test_case) in mknod_verify()
/third_party/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd_create01.c21 static struct test_case_t { struct
32 struct test_case_t *test = &tcases[i]; in run() argument
/third_party/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify02.c18 static struct test_case_t { struct
28 struct test_case_t *test = &tcase[i]; in run() argument
/third_party/ltp/testcases/kernel/syscalls/mknodat/
Dmknodat02.c62 static struct test_case_t { struct
79 static void mknodat_verify(struct test_case_t *tc); argument
142 static void mknodat_verify(struct test_case_t *tc) in mknodat_verify()
/third_party/ltp/testcases/kernel/syscalls/cacheflush/
Dcacheflush01.c28 static struct test_case_t { struct
46 struct test_case_t *tc = &test_cases[i]; in test_cacheflush() argument
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify12.c45 static struct test_case_t { struct
135 struct test_case_t *tc = &test_cases[n]; in setup_mark()
169 struct test_case_t *tc = &test_cases[n]; in do_test()
Dfanotify20.c33 static struct test_case_t { struct
58 struct test_case_t *tc = &test_cases[i]; in do_test() argument
/third_party/ltp/testcases/kernel/syscalls/sched_getparam/
Dsched_getparam03.c28 static struct test_case_t { struct
44 struct test_case_t *tc = &test_cases[n]; in verify_sched_getparam() argument
/third_party/ltp/testcases/kernel/syscalls/rt_sigprocmask/
Drt_sigprocmask02.c78 static struct test_case_t { struct
88 int test_count = sizeof(test_cases) / sizeof(struct test_case_t); argument
/third_party/ltp/testcases/kernel/syscalls/socket/
Dsocket01.c23 struct test_case_t { struct
45 struct test_case_t *tc = &tdat[n]; in verify_socket() argument
/third_party/ltp/testcases/kernel/syscalls/delete_module/
Ddelete_module02.c41 static struct test_case_t { struct
57 struct test_case_t *tc = &tdat[n]; in do_delete_module() argument
/third_party/ltp/testcases/kernel/syscalls/socketpair/
Dsocketpair01.c24 struct test_case_t { struct
49 struct test_case_t *tc = &tdat[n]; in verify_socketpair() argument
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen08.c34 struct test_case_t;
36 static struct test_case_t { struct

12345