Home
last modified time | relevance | path

Searched defs:test_case (Results 1 – 25 of 106) sorted by relevance

12345

/external/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c37 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/
Dppoll01.c41 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/
Dclock_nanosleep01.c43 struct test_case { struct
59 static struct test_case tcase[] = { argument
/external/ltp/testcases/kernel/syscalls/mq_timedreceive/
Dmq_timedreceive01.c37 struct test_case { struct
38 int len;
62 static const struct test_case tcase[] = { argument
/external/ltp/testcases/kernel/syscalls/kcmp/
Dkcmp02.c49 static struct test_case { struct
56 } test_cases[] = { argument
Dkcmp01.c42 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/
Dmq_open01.c43 struct test_case { struct
63 static struct test_case tcase[] = { argument
/external/ltp/testcases/kernel/syscalls/sched_getattr/
Dsched_getattr02.c47 static struct test_case { struct
61 static void sched_getattr_verify(const struct test_case *test); argument
/external/ltp/testcases/kernel/syscalls/fchown/
Dfchown02.c54 struct test_case { struct
70 static void verify_fchown(struct test_case *t) in verify_fchown() argument
/external/ltp/testcases/kernel/syscalls/mq_unlink/
Dmq_unlink01.c35 struct test_case { struct
42 static struct test_case tcase[] = { argument
/external/ltp/testcases/kernel/syscalls/renameat2/
Drenameat201.c56 static struct test_case { struct
78 static void renameat2_verify(const struct test_case *test); argument
/external/ltp/testcases/kernel/syscalls/setxattr/
Dsetxattr01.c79 struct test_case { struct
87 struct test_case tc[] = { argument
Dsetxattr02.c79 struct test_case { struct
87 static struct test_case tc[] = { argument
Dsetxattr03.c69 struct test_case { struct
78 static struct test_case tc[] = { argument
/external/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect01.c50 struct test_case { struct
55 void (*setupfunc) (struct test_case *self); argument
/external/ltp/testcases/kernel/syscalls/getxattr/
Dgetxattr01.c65 struct test_case { struct
72 struct test_case tc[] = { argument
/external/ltp/testcases/kernel/syscalls/mq_timedsend/
Dmq_timedsend01.c156 struct test_case { struct
157 int ttype;
158 int non_block;
159 int len;
183 static struct test_case tcase[] = { argument
/external/ltp/testcases/kernel/syscalls/mount/
Dmount02.c74 static struct test_case { struct
75 const char **device;
76 const char **mntpoint;
100 static void verify_mount(struct test_case *tc) in verify_mount() argument
/external/ltp/testcases/kernel/syscalls/sched_setattr/
Dsched_setattr01.c60 static struct test_case { struct
74 static void sched_setattr_verify(const struct test_case *test); argument
/external/ltp/testcases/kernel/syscalls/readlinkat/
Dreadlinkat01.c54 static struct test_case { struct
70 static void verify_readlinkat(struct test_case *test) in verify_readlinkat() argument
/external/ltp/testcases/kernel/syscalls/open/
Dopen11.c94 struct test_case { struct
101 struct test_case tc[] = { argument
/external/ltp/testcases/kernel/syscalls/lgetxattr/
Dlgetxattr02.c49 static struct test_case { struct
61 struct test_case *tc = tcase + n; in verify_lgetxattr() argument
/external/ltp/testcases/kernel/syscalls/listxattr/
Dlistxattr02.c55 static struct test_case { struct
68 struct test_case *t = tc + n; in verify_listxattr() argument
/external/ltp/testcases/kernel/syscalls/mbind/
Dmbind01.c87 struct test_case { struct
106 static struct test_case tcase[] = { argument
/external/ltp/testcases/kernel/syscalls/llistxattr/
Dllistxattr02.c54 static struct test_case { struct
67 struct test_case *t = tc + n; in verify_llistxattr() argument

12345