| /external/ltp/testcases/kernel/syscalls/utils/ |
| D | mq_timed.h | 23 struct test_case { struct 24 int *fd; 25 unsigned int len; 26 unsigned int prio; 27 struct timespec *rq; 28 int invalid_msg; 29 int send; 30 int signal; 31 int timeout; 32 int ret; [all …]
|
| /external/ltp/testcases/kernel/syscalls/clock_getres/ |
| D | clock_getres01.c | 37 static struct test_case { struct 38 char *name; 39 clockid_t clk_id; 40 struct timespec *res; 41 int ret; 42 int err;
|
| /external/ltp/testcases/kernel/syscalls/ppoll/ |
| D | ppoll01.c | 41 struct test_case { struct 42 int ttype; /* test type (enum) */ 43 const char *desc; /* test description (name) */ 44 int ret; /* expected ret code */ 45 int err; /* expected errno code */ 46 short expect_revents; /* expected revents value */ 47 unsigned int nfds; /* nfds ppoll parameter */ 48 sigset_t *sigmask; /* sigmask ppoll parameter */ 49 sigset_t *sigmask_cur; /* sigmask set for current process */ 50 struct timespec *ts; /* ts ppoll parameter */ [all …]
|
| /external/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
| D | clock_nanosleep01.c | 41 struct test_case { struct 57 static struct test_case tcase[] = { argument
|
| /external/ltp/testcases/kernel/syscalls/setxattr/ |
| D | setxattr02.c | 75 struct test_case { struct 83 static struct test_case tc[] = { argument
|
| D | setxattr01.c | 76 struct test_case { struct 83 struct test_case tc[] = { argument
|
| D | setxattr03.c | 70 struct test_case { struct 79 static struct test_case tc[] = { argument
|
| /external/ltp/testcases/kernel/syscalls/kcmp/ |
| D | kcmp02.c | 49 static struct test_case { struct 56 } test_cases[] = { argument
|
| D | kcmp01.c | 42 static struct test_case { struct 49 } test_cases[] = { argument 68 static void do_child(const struct test_case *test) in do_child() argument
|
| /external/ltp/testcases/kernel/syscalls/mq_open/ |
| D | mq_open01.c | 43 struct test_case { struct 63 static struct test_case tcase[] = { argument
|
| /external/ltp/testcases/kernel/syscalls/sched_getattr/ |
| D | sched_getattr02.c | 47 static struct test_case { struct 61 static void sched_getattr_verify(const struct test_case *test); argument
|
| /external/ltp/testcases/kernel/syscalls/fchown/ |
| D | fchown02.c | 54 struct test_case { struct 70 static void verify_fchown(struct test_case *t) in verify_fchown() argument
|
| /external/ltp/testcases/kernel/syscalls/mq_unlink/ |
| D | mq_unlink01.c | 35 struct test_case { struct 42 static struct test_case tcase[] = { argument
|
| /external/ltp/testcases/kernel/syscalls/renameat2/ |
| D | renameat201.c | 56 static struct test_case { struct 78 static void renameat2_verify(const struct test_case *test); argument
|
| /external/ltp/testcases/kernel/syscalls/mprotect/ |
| D | mprotect01.c | 51 struct test_case { struct 56 void (*setupfunc) (struct test_case *self); argument
|
| /external/ltp/testcases/kernel/syscalls/mbind/ |
| D | mbind01.c | 48 struct test_case { struct 58 static struct test_case tcase[] = { argument
|
| /external/ltp/testcases/kernel/syscalls/getxattr/ |
| D | getxattr01.c | 66 struct test_case { struct 73 struct test_case tc[] = { argument
|
| /external/ltp/testcases/kernel/syscalls/mount/ |
| D | mount02.c | 75 static struct test_case { struct 76 const char **device; 77 const char **mntpoint; 101 static void verify_mount(struct test_case *tc) in verify_mount() argument
|
| /external/ltp/testcases/kernel/syscalls/sched_setattr/ |
| D | sched_setattr01.c | 60 static struct test_case { struct 74 static void sched_setattr_verify(const struct test_case *test); argument
|
| /external/ltp/testcases/kernel/syscalls/mq_notify/ |
| D | mq_notify01.c | 41 struct test_case { struct 49 static struct test_case tcase[] = { argument
|
| /external/ltp/testcases/kernel/syscalls/readlinkat/ |
| D | readlinkat01.c | 54 static struct test_case { struct 70 static void verify_readlinkat(struct test_case *test) in verify_readlinkat() argument
|
| /external/ltp/testcases/kernel/syscalls/open/ |
| D | open11.c | 96 struct test_case { struct 103 struct test_case tc[] = { argument
|
| /external/ltp/testcases/kernel/syscalls/lgetxattr/ |
| D | lgetxattr02.c | 49 static struct test_case { struct 61 struct test_case *tc = tcase + n; in verify_lgetxattr() argument
|
| /external/ltp/testcases/kernel/syscalls/listxattr/ |
| D | listxattr02.c | 55 static struct test_case { struct 68 struct test_case *t = tc + n; in verify_listxattr() argument
|
| /external/ltp/testcases/kernel/syscalls/llistxattr/ |
| D | llistxattr02.c | 54 static struct test_case { struct 67 struct test_case *t = tc + n; in verify_llistxattr() argument
|