/third_party/ltp/testcases/kernel/syscalls/mremap/ |
D | mremap05.c | 48 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/ |
D | mincore01.c | 60 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/ |
D | unlink08.c | 26 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()
|
D | unlink05.c | 22 static struct test_case_t { struct 45 struct test_case_t *tc = &tcases[n]; in verify_unlink() argument
|
D | unlink07.c | 29 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/ |
D | shmat02.c | 34 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/ |
D | setresgid03.c | 22 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()
|
D | setresgid02.c | 26 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/ |
D | fchownat01.c | 50 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/ |
D | lchown03.c | 52 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/ |
D | msync03.c | 64 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/ |
D | perf_event_open01.c | 53 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/ |
D | mknod07.c | 69 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/ |
D | timerfd_create01.c | 21 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/ |
D | mq_notify02.c | 18 static struct test_case_t { struct 28 struct test_case_t *test = &tcase[i]; in run() argument
|
/third_party/ltp/testcases/kernel/syscalls/mknodat/ |
D | mknodat02.c | 62 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/ |
D | cacheflush01.c | 28 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/ |
D | fanotify12.c | 45 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()
|
D | fanotify20.c | 33 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/ |
D | sched_getparam03.c | 28 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/ |
D | rt_sigprocmask02.c | 78 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/ |
D | socket01.c | 23 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/ |
D | delete_module02.c | 41 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/ |
D | socketpair01.c | 24 struct test_case_t { struct 49 struct test_case_t *tc = &tdat[n]; in verify_socketpair() argument
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open08.c | 34 struct test_case_t; 36 static struct test_case_t { struct
|