Home
last modified time | relevance | path

Searched defs:test_case_t (Results 1 – 25 of 99) sorted by relevance

1234

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/sendmsg/
H A Dsendmsg01.c85 struct test_case_t { /* test case structure */ struct
104 struct test_case_t tdat[] = { argument
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/recvfrom/
H A Drecvfrom01.c77 struct test_case_t { /* test case structure */ struct
78 int domain; /* PF_INET, PF_UNIX, ... */
79 int type; /* SOCK_STREAM, SOCK_DGRAM ... */
80 int proto; /* protocol number (usually 0 = default) */
81 void *buf; /* recv data buffer */
82 size_t buflen; /* recv's 3rd argument */
83 unsigned flags; /* recv's 4th argument */
84 struct sockaddr *from; /* from address */
85 socklen_t *salen; /* from address value/result buffer length */
86 int retval; /* syscall return value */
[all …]
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/sendto/
H A Dsendto01.c54 struct test_case_t { /* test case structure */ struct
55 int domain; /* PF_INET, PF_UNIX, ... */
56 int type; /* SOCK_STREAM, SOCK_DGRAM ... */
80 struct test_case_t tdat[] = { argument
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/sockioctl/
H A Dsockioctl01.c67 struct test_case_t { struct
68 int domain; /* PF_INET, PF_UNIX, ... */
69 int type; /* SOCK_STREAM, SOCK_DGRAM ... */
70 int proto; /* protocol number (usually 0 = default) */
71 int cmd; /* IPPROTO_* */
72 void *arg;
73 struct sockaddr *sin;
74 int salen;
75 int retval; /* syscall return value */
76 int experrno; /* expected errno */
[all …]
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ipc/semop/
H A Dsemop02.c41 static struct test_case_t { struct
42 int semtimedop_only;
43 int *semid;
44 struct sembuf **buf;
45 short *sem_op;
46 unsigned short ctl_sem_num;
47 unsigned short sem_num;
48 short sem_flg;
49 unsigned t_ops;
50 int arr_val;
[all …]
H A Dsemop03.c23 struct test_case_t { struct
24 union semun semunptr;
25 short op;
26 short flg;
27 short num;
28 int error;
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/mremap/
H A Dmremap05.c48 struct test_case_t { struct
58 void (*setup) (struct test_case_t *); argument
59 void (*cleanup) (struct test_case_t *); argument
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/send/
H A Dsend01.c55 struct test_case_t { /* test case structure */ struct
78 static struct test_case_t tdat[] = { argument
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/recv/
H A Drecv01.c70 struct test_case_t { /* test case structure */ struct
71 int domain; /* PF_INET, PF_UNIX, ... */
72 int type; /* SOCK_STREAM, SOCK_DGRAM ... */
73 int proto; /* protocol number (usually 0 = default) */
74 void *buf; /* recv data buffer */
75 int buflen; /* recv's 3rd argument */
76 unsigned flags; /* recv's 4th argument */
77 int retval; /* syscall return value */
78 int experrno; /* expected errno */
79 void (*setup) (void);
[all …]
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/listen/
H A Dlisten01.c66 struct test_case_t { /* test case structure */ struct
67 int domain; /* PF_INET, PF_UNIX, ... */
68 int type; /* SOCK_STREAM, SOCK_DGRAM ... */
69 int proto; /* protocol number (usually 0 = default) */
70 int backlog; /* connect's 3rd argument */
71 int retval; /* syscall return value */
72 int experrno; /* expected errno */
73 void (*setup) (void);
74 void (*cleanup) (void);
75 char *desc;
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/connect/
H A Dconnect01.c70 struct test_case_t { /* test case structure */ struct
71 int domain; /* PF_INET, PF_UNIX, ... */
72 int type; /* SOCK_STREAM, SOCK_DGRAM ... */
73 int proto; /* protocol number (usually 0 = default) */
74 struct sockaddr *sockaddr; /* socket address buffer */
75 int salen; /* connect's 3rd argument */
76 int retval; /* syscall return value */
77 int experrno; /* expected errno */
78 void (*setup) (void);
79 void (*cleanup) (void);
[all …]
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/socketpair/
H A Dsocketpair01.c24 struct test_case_t { struct
47 struct test_case_t *tc = &tdat[n]; in verify_socketpair() argument
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/setresgid/
H A Dsetresgid02.c26 struct test_case_t { struct
39 static struct test_case_t test_cases[] = { argument
H A Dsetresgid03.c22 struct test_case_t { struct
34 static struct test_case_t test_cases[] = { argument
H A Dsetresgid01.c83 struct test_case_t { /* test case structure */ struct
103 static struct test_case_t tdat[] = { argument
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/socket/
H A Dsocket01.c23 struct test_case_t { struct
45 struct test_case_t *tc = &tdat[n]; in verify_socket() argument
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify12.c45 static struct test_case_t { struct
46 const char *tname;
47 struct fanotify_mark_type mark;
48 unsigned long long mask;
49 unsigned long long ignore_mask;
50 int event_count;
51 unsigned long long event_set[EVENT_SET_BUF];
H A Dfanotify16.c76 static struct test_case_t { struct
77 const char *tname;
78 struct fanotify_group_type group;
79 struct fanotify_mark_type mark;
80 unsigned long mask;
81 struct fanotify_mark_type sub_mark;
82 unsigned long sub_mask;
83 unsigned long tmpdir_ignored_mask;
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/getrandom/
H A Dgetrandom05.c23 static struct test_case_t { struct
37 struct test_case_t *tc = &tcases[i]; in verify_getrandom() argument
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ustat/
H A Dustat02.c25 static struct test_case_t { struct
26 char *err_desc;
27 int exp_errno;
28 char *exp_errval;
29 dev_t *dev;
30 struct ustat *buf;
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/epoll_wait/
H A Depoll_wait03.c33 static struct test_case_t { struct
34 int *epfd;
35 struct epoll_event **ev;
36 int maxevents;
37 int exp_errno;
38 const char *desc;
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/sendfile/
H A Dsendfile09.c30 static struct test_case_t { struct
31 char *desc;
32 off_t offset;
33 int64_t count;
34 int64_t exp_retval;
35 int64_t exp_updated_offset;
H A Dsendfile02.c29 struct test_case_t { struct
30 char *desc;
31 off_t offset;
32 int64_t count;
33 int64_t exp_retval;
34 int64_t exp_updated_offset;
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/pread/
H A Dpread02.c27 struct test_case_t { struct
41 struct test_case_t *tc = &tcases[n]; in verify_pread() argument
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/unlink/
H A Dunlink09.c28 static struct test_case_t { struct
29 char *filename;
30 int *fd;
31 int flag;
32 int expected_errno;
33 char *desc;

1234