Home
last modified time | relevance | path

Searched refs:setup0 (Results 1 – 13 of 13) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/listen/
Dlisten01.c63 void setup(void), setup0(void), setup1(void),
78 0, 0, 0, 0, -1, EBADF, setup0, cleanup0, "bad file descriptor"}, {
79 0, 0, 0, 0, -1, ENOTSOCK, setup0, cleanup0, "not a socket"}, {
128 void setup0(void) in setup0() function
/third_party/ltp/testcases/kernel/syscalls/getsockname/
Dgetsockname01.c64 void setup(void), setup0(void), setup1(void),
81 &sinlen, -1, EBADF, setup0, cleanup0,
84 &sinlen, -1, ENOTSOCK, setup0, cleanup0,
154 void setup0(void) in setup0() function
/third_party/ltp/testcases/kernel/syscalls/getsockopt/
Dgetsockopt01.c66 void setup(void), setup0(void), setup1(void),
88 -1, EBADF, setup0, cleanup0, "bad file descriptor"}
92 -1, ENOTSOCK, setup0, cleanup0, "bad file descriptor"}
181 void setup0(void) in setup0() function
/third_party/ltp/testcases/kernel/syscalls/sockioctl/
Dsockioctl01.c58 static void setup0(void);
84 EBADF, setup0, cleanup0, "bad file descriptor"}
88 EINVAL, setup0, cleanup0, "not a socket"}
171 static void setup0(void) in setup0() function
/third_party/ltp/testcases/kernel/syscalls/recv/
Drecv01.c66 void do_child(void), setup(void), setup0(void), setup1(void),
85 -1, EBADF, setup0, cleanup0, "bad file descriptor"}
88 -1, ENOTSOCK, setup0, cleanup0, "invalid socket"}
177 void setup0(void) in setup0() function
/third_party/ltp/testcases/kernel/syscalls/connect/
Dconnect01.c65 void setup(void), setup0(void), setup1(void), setup2(void),
84 sizeof(struct sockaddr_in), -1, EBADF, setup0,
97 sizeof(sin1), -1, ENOTSOCK, setup0, cleanup0,
207 void setup0(void) in setup0() function
/third_party/ltp/testcases/kernel/syscalls/send/
Dsend01.c72 static void setup0(void);
87 .setup = setup0,
99 .setup = setup0,
313 static void setup0(void) in setup0() function
/third_party/ltp/testcases/kernel/syscalls/recvfrom/
Drecvfrom01.c69 void setup0(void);
96 -1, EBADF, setup0, cleanup0, "bad file descriptor"},
100 &fromlen, -1, ENOTSOCK, setup0, cleanup0, "invalid socket"},
198 void setup0(void) in setup0() function
/third_party/ltp/testcases/kernel/syscalls/sendto/
Dsendto01.c71 static void setup0(void);
91 .setup = setup0,
105 .setup = setup0,
383 static void setup0(void) in setup0() function
/third_party/ltp/testcases/kernel/syscalls/mremap/
Dmremap05.c66 static void setup0(struct test_case_t *);
82 .setup = setup0,
162 static void setup0(struct test_case_t *t) in setup0() function
/third_party/ltp/testcases/kernel/syscalls/setns/
Dsetns01.c34 static void setup0(struct testcase_t *t, int i) in setup0() function
80 .setup = setup0,
/third_party/ltp/testcases/kernel/syscalls/recvmsg/
Drecvmsg01.c77 void setup0(void);
113 -1, EBADF, setup0, cleanup0, "bad file descriptor"}
119 -1, ENOTSOCK, setup0, cleanup0, "invalid socket"}
279 void setup0(void) in setup0() function
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
Dsendmsg01.c69 static void setup0(void);
118 .setup = setup0,
135 .setup = setup0,
576 static void setup0(void) in setup0() function