Home
last modified time | relevance | path

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

12345

/third_party/ltp/testcases/kernel/syscalls/mremap/
Dmremap05.c50 struct test_case_t { struct
60 void (*setup) (struct test_case_t *); argument
61 void (*cleanup) (struct test_case_t *); argument
66 static void setup0(struct test_case_t *);
67 static void setup1(struct test_case_t *);
68 static void setup2(struct test_case_t *);
69 static void setup3(struct test_case_t *);
70 static void setup4(struct test_case_t *);
71 static void cleanup0(struct test_case_t *);
72 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/sbrk/
Dsbrk01.c51 static struct test_case_t { struct
59 static void sbrk_verify(const struct test_case_t *); argument
93 static void sbrk_verify(const struct test_case_t *test) in sbrk_verify()
/third_party/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd_create01.c34 static struct test_case_t { struct
45 static void timerfd_create_verify(const struct test_case_t *); argument
77 static void timerfd_create_verify(const struct test_case_t *test) in timerfd_create_verify()
/third_party/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify02.c33 static struct test_case_t { struct
42 static void mq_notify_verify(struct test_case_t *); argument
69 static void mq_notify_verify(struct test_case_t *test) in mq_notify_verify()
/third_party/ltp/testcases/kernel/syscalls/unlink/
Dunlink08.c25 static struct test_case_t { struct
37 static void verify_unlink(struct test_case_t *tc) in verify_unlink() argument
58 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.c25 static struct test_case_t { struct
40 struct test_case_t *tc = &tcases[n]; in verify_unlink() argument
/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/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/readlinkat/
Dreadlinkat02.c46 static struct test_case_t { struct
62 static void readlinkat_verify(const struct test_case_t *); argument
97 static void readlinkat_verify(const struct test_case_t *test) in readlinkat_verify()
/third_party/ltp/testcases/kernel/syscalls/statvfs/
Dstatvfs02.c46 static struct test_case_t { struct
59 static void statvfs_verify(const struct test_case_t *); argument
98 static void statvfs_verify(const struct test_case_t *test) in statvfs_verify()
/third_party/ltp/testcases/kernel/syscalls/statfs/
Dstatfs02.c57 static struct test_case_t { struct
75 static void statfs_verify(const struct test_case_t *); argument
117 static void statfs_verify(const struct test_case_t *test) in statfs_verify()
/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
105 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/utime/
Dutime06.c66 struct test_case_t { struct
81 static void utime_verify(const struct test_case_t *); argument
131 static void utime_verify(const struct test_case_t *test) in utime_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/perf_event_open/
Dperf_event_open01.c55 static struct test_case_t { struct
78 static void verify(struct test_case_t *tc); argument
142 static void verify(struct test_case_t *tc) in verify()
/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
147 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()
/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

12345