/third_party/ltp/testcases/kernel/syscalls/mremap/ |
D | mremap05.c | 50 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/ |
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/sbrk/ |
D | sbrk01.c | 51 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/ |
D | timerfd_create01.c | 34 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/ |
D | mq_notify02.c | 33 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/ |
D | unlink08.c | 25 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()
|
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 | 25 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/ |
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/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/readlinkat/ |
D | readlinkat02.c | 46 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/ |
D | statvfs02.c | 46 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/ |
D | statfs02.c | 57 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/ |
D | fchownat01.c | 50 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/ |
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/utime/ |
D | utime06.c | 66 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/ |
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/perf_event_open/ |
D | perf_event_open01.c | 55 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/ |
D | mknodat02.c | 62 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/ |
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()
|
/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
|