| /third_party/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 …]
|
| /third_party/ltp/testcases/kernel/syscalls/fgetxattr/ |
| D | fgetxattr02.c | 68 struct test_case { struct 81 static struct test_case tc[] = { argument
|
| D | fgetxattr01.c | 47 struct test_case { struct 54 struct test_case tc[] = { argument
|
| /third_party/ltp/testcases/kernel/syscalls/accept/ |
| D | accept01.c | 31 static struct test_case { struct 32 int domain; /* PF_INET, PF_UNIX, ... */ 33 int type; /* SOCK_STREAM, SOCK_DGRAM ... */ 34 int proto; /* protocol number (usually 0 = default) */ 35 int *fd; /* File descriptor for the test case */ 36 struct sockaddr *sockaddr; /* socket address buffer */ 37 socklen_t salen; /* accept's 3rd argument */ 38 int experrno; /* expected errno */ 39 char *desc;
|
| /third_party/ltp/testcases/kernel/syscalls/fsetxattr/ |
| D | fsetxattr02.c | 61 struct test_case { struct 73 static struct test_case tc[] = { argument
|
| D | fsetxattr01.c | 63 struct test_case { struct 72 struct test_case tc[] = { argument
|
| /third_party/ltp/testcases/kernel/syscalls/membarrier/ |
| D | membarrier01.c | 28 struct test_case { struct 43 struct test_case tc[] = { argument
|
| /third_party/ltp/testcases/kernel/syscalls/ppoll/ |
| D | ppoll01.c | 32 struct test_case { struct 33 int ttype; /* test type (enum) */ 34 const char *desc; /* test description (name) */ 35 int ret; /* expected ret code */ 36 int err; /* expected errno code */ 37 short expect_revents; /* expected revents value */ 38 unsigned int nfds; /* nfds ppoll parameter */ 39 sigset_t *sigmask; /* sigmask ppoll parameter */ 40 sigset_t *sigmask_cur; /* sigmask set for current process */ 41 struct timespec *ts; /* ts ppoll parameter */ [all …]
|
| /third_party/ltp/testcases/kernel/syscalls/bind/ |
| D | libbind.h | 23 struct test_case { struct 24 int type, protocol; 25 struct sockaddr *address; 26 socklen_t addrlen; 27 const char *description;
|
| D | bind01.c | 26 static struct test_case { struct 48 struct test_case *tcase = &tcases[nr]; in verify_bind() argument
|
| /third_party/ltp/testcases/kernel/syscalls/setxattr/ |
| D | setxattr02.c | 57 struct test_case { struct 66 static struct test_case tc[] = { argument
|
| D | setxattr01.c | 61 struct test_case { struct 69 struct test_case tc[] = { argument
|
| D | setxattr03.c | 49 struct test_case { struct 58 static struct test_case tc[] = { argument
|
| /third_party/ltp/testcases/kernel/syscalls/setdomainname/ |
| D | setdomainname02.c | 14 struct test_case { struct 28 struct test_case *tcase = &tcases[nr]; in verify_setdomainname() argument
|
| /third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
| D | clock_nanosleep01.c | 27 struct test_case { struct 44 static struct test_case tcase[] = { argument
|
| /third_party/ltp/testcases/kernel/syscalls/kcmp/ |
| D | kcmp02.c | 36 static struct test_case { struct 43 } test_cases[] = { argument
|
| D | kcmp01.c | 29 static struct test_case { struct 36 } test_cases[] = { argument 55 static void do_child(const struct test_case *test) in do_child() argument
|
| /third_party/ltp/testcases/kernel/syscalls/mq_open/ |
| D | mq_open01.c | 30 struct test_case { struct 50 static struct test_case tcase[] = { argument
|
| /third_party/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
|
| /third_party/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
|
| /third_party/ltp/testcases/kernel/syscalls/statx/ |
| D | statx03.c | 48 static struct test_case { struct 49 uint32_t dfd; 50 char **filename; 51 uint32_t flag; 52 uint32_t mask; 53 int32_t errnum;
|
| /third_party/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
|
| /third_party/ltp/testcases/kernel/syscalls/madvise/ |
| D | madvise10.c | 58 static const struct test_case { struct 76 static void cmp_area(char *addr, const struct test_case *tc) in cmp_area() argument
|
| /third_party/ltp/testcases/kernel/syscalls/mq_unlink/ |
| D | mq_unlink01.c | 22 struct test_case { struct 29 static struct test_case tcase[] = { argument
|
| /third_party/ltp/testcases/kernel/syscalls/clock_adjtime/ |
| D | clock_adjtime02.c | 67 struct test_case { struct 77 struct test_case tc[] = { argument
|