Searched refs:cleanup0 (Results 1 - 15 of 15) sorted by relevance

/external/ltp/testcases/kernel/syscalls/listen/
H A Dlisten01.c64 cleanup(void), cleanup0(void), cleanup1(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"}, {
137 void cleanup0(void) function
/external/ltp/testcases/kernel/syscalls/bind/
H A Dbind01.c65 cleanup(void), cleanup0(void), cleanup1(void);
84 cleanup0, "invalid sockaddr"},
88 3, -1, EINVAL, setup0, cleanup0, "invalid salen"}, {
94 sizeof(sin2), 0, 0, setup0, cleanup0, "INADDR_ANYPORT"}
97 sizeof(sun1), -1, EADDRINUSE, setup0, cleanup0,
101 sizeof(sin3), -1, EADDRNOTAVAIL, setup0, cleanup0,
182 void cleanup0(void) function
/external/ltp/testcases/kernel/syscalls/getsockname/
H A Dgetsockname01.c65 cleanup(void), cleanup0(void), cleanup1(void);
81 &sinlen, -1, EBADF, setup0, cleanup0,
84 &sinlen, -1, ENOTSOCK, setup0, cleanup0,
164 void cleanup0(void) function
/external/ltp/testcases/kernel/syscalls/accept/
H A Daccept01.c50 static void cleanup0(void);
70 &sinlen, -1, EBADF, setup0, cleanup0,
73 &sinlen, -1, ENOTSOCK, setup0, cleanup0,
152 static void cleanup0(void) function
/external/ltp/testcases/kernel/syscalls/getsockopt/
H A Dgetsockopt01.c67 cleanup(void), cleanup0(void), cleanup1(void);
88 -1, EBADF, setup0, cleanup0, "bad file descriptor"}
92 -1, ENOTSOCK, setup0, cleanup0, "bad file descriptor"}
190 void cleanup0(void) function
/external/ltp/testcases/kernel/syscalls/setsockopt/
H A Dsetsockopt01.c67 cleanup(void), cleanup0(void), cleanup1(void);
88 sizeof(fsin1), -1, EBADF, setup0, cleanup0,
93 sizeof(fsin1), -1, ENOTSOCK, setup0, cleanup0,
197 void cleanup0(void) function
/external/ltp/testcases/kernel/syscalls/sockioctl/
H A Dsockioctl01.c64 static void cleanup0(void);
84 EBADF, setup0, cleanup0, "bad file descriptor"}
88 EINVAL, setup0, cleanup0, "not a socket"}
198 static void cleanup0(void) function
/external/ltp/testcases/kernel/syscalls/mremap/
H A Dmremap05.c71 static void cleanup0(struct test_case_t *);
83 .cleanup = cleanup0},
92 .cleanup = cleanup0},
101 .cleanup = cleanup0},
108 .cleanup = cleanup0},
197 static void cleanup0(struct test_case_t *t) function
/external/ltp/testcases/kernel/syscalls/connect/
H A Dconnect01.c66 cleanup(void), cleanup0(void), cleanup1(void), do_child(void);
85 cleanup0, "bad file descriptor"},
97 sizeof(sin1), -1, ENOTSOCK, setup0, cleanup0,
198 void cleanup0(void) function
/external/ltp/testcases/kernel/syscalls/recv/
H A Drecv01.c67 cleanup(void), cleanup0(void), cleanup1(void);
85 -1, EBADF, setup0, cleanup0, "bad file descriptor"}
88 -1, ENOTSOCK, setup0, cleanup0, "invalid socket"}
185 void cleanup0(void) function
/external/ltp/testcases/kernel/syscalls/recvfrom/
H A Drecvfrom01.c73 void cleanup0(void);
96 -1, EBADF, setup0, cleanup0, "bad file descriptor"},
100 &fromlen, -1, ENOTSOCK, setup0, cleanup0, "invalid socket"},
207 void cleanup0(void) function
/external/ltp/testcases/kernel/syscalls/send/
H A Dsend01.c75 static void cleanup0(void);
88 .cleanup = cleanup0,
100 .cleanup = cleanup0,
321 static void cleanup0(void) function
/external/ltp/testcases/kernel/syscalls/sendto/
H A Dsendto01.c76 static void cleanup0(void);
92 .cleanup = cleanup0,
106 .cleanup = cleanup0,
391 static void cleanup0(void) function
/external/ltp/testcases/kernel/syscalls/recvmsg/
H A Drecvmsg01.c83 void cleanup0(void);
113 -1, EBADF, setup0, cleanup0, "bad file descriptor"}
119 -1, ENOTSOCK, setup0, cleanup0, "invalid socket"}
287 void cleanup0(void) function
/external/ltp/testcases/kernel/syscalls/sendmsg/
H A Dsendmsg01.c79 static void cleanup0(void);
119 .cleanup = cleanup0,
136 .cleanup = cleanup0,
585 static void cleanup0(void) function

Completed in 271 milliseconds