/external/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 …]
|
/external/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 …]
|
/external/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()
|
/external/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()
|
/external/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()
|
D | timerfd_gettime01.c | 42 static struct test_case_t { struct 54 static void timerfd_gettime_verify(const struct test_case_t *); argument 94 static void timerfd_gettime_verify(const struct test_case_t *test) in timerfd_gettime_verify()
|
D | timerfd_settime01.c | 43 static struct test_case_t { struct 57 static void timerfd_settime_verify(const struct test_case_t *); argument 98 static void timerfd_settime_verify(const struct test_case_t *test) in timerfd_settime_verify()
|
/external/ltp/testcases/kernel/syscalls/unlink/ |
D | unlink08.c | 37 static struct test_case_t { struct 49 static void verify_unlink(struct test_case_t *tc) in verify_unlink() argument 70 struct test_case_t *cases = &tcases[n]; in do_unlink()
|
D | unlink05.c | 34 static struct test_case_t { struct 57 struct test_case_t *tc = &tcases[n]; in verify_unlink() argument
|
/external/ltp/testcases/kernel/syscalls/ipc/shmat/ |
D | shmat02.c | 46 static struct test_case_t { struct 57 static void verify_shmat(struct test_case_t *tc) in verify_shmat() argument 79 struct test_case_t *tc = &tcases[n]; in do_shmat()
|
/external/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()
|
/external/ltp/testcases/kernel/syscalls/pselect/ |
D | pselect02.c | 40 static struct test_case_t { struct 55 static void pselect_verify(const struct test_case_t *); argument 96 static void pselect_verify(const struct test_case_t *test) in pselect_verify()
|
/external/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()
|
/external/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()
|
/external/ltp/testcases/kernel/syscalls/fchownat/ |
D | fchownat01.c | 51 static struct test_case_t { struct 67 static void fchownat_verify(const struct test_case_t *); argument 106 static void fchownat_verify(const struct test_case_t *test) in fchownat_verify()
|
/external/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()
|
/external/ltp/testcases/kernel/syscalls/readdir/ |
D | readdir21.c | 61 static struct test_case_t { struct 77 static void readdir_verify(const struct test_case_t *); argument 120 static void readdir_verify(const struct test_case_t *test) in readdir_verify()
|
/external/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()
|
/external/ltp/testcases/kernel/syscalls/epoll_wait/ |
D | epoll_wait03.c | 54 static struct test_case_t { struct 76 static void verify_epoll_wait(struct test_case_t *tc); argument 125 static void verify_epoll_wait(struct test_case_t *tc) in verify_epoll_wait()
|
/external/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()
|
/external/ltp/testcases/kernel/syscalls/mknod/ |
D | mknod07.c | 68 static struct test_case_t { struct 85 static void mknod_verify(const struct test_case_t *test_case); argument 150 static void mknod_verify(const struct test_case_t *test_case) in mknod_verify()
|
/external/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()
|
/external/ltp/testcases/kernel/syscalls/truncate/ |
D | truncate03.c | 72 static struct test_case_t { struct 89 static void truncate_verify(struct test_case_t *); argument 162 void truncate_verify(struct test_case_t *tc) in truncate_verify()
|
/external/ltp/testcases/kernel/syscalls/mknodat/ |
D | mknodat02.c | 63 static struct test_case_t { struct 80 static void mknodat_verify(struct test_case_t *tc); argument 148 static void mknodat_verify(struct test_case_t *tc) in mknodat_verify()
|
/external/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
|