/external/ltp/testcases/kernel/syscalls/listen/ |
listen01.c | 63 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) function
|
/external/ltp/testcases/kernel/syscalls/bind/ |
bind01.c | 64 void setup(void), setup0(void), setup1(void), setup2(void), 83 sizeof(struct sockaddr_in), -1, EFAULT, setup0, 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, 176 void setup0(void) function
|
/external/ltp/testcases/kernel/syscalls/getsockname/ |
getsockname01.c | 64 void setup(void), setup0(void), setup1(void), 81 &sinlen, -1, EBADF, setup0, cleanup0, 84 &sinlen, -1, ENOTSOCK, setup0, cleanup0, 154 void setup0(void) function
|
/external/ltp/testcases/kernel/syscalls/accept/ |
accept01.c | 49 static void setup0(void); 70 &sinlen, -1, EBADF, setup0, cleanup0, 73 &sinlen, -1, ENOTSOCK, setup0, cleanup0, 144 static void setup0(void) function
|
/external/ltp/testcases/kernel/syscalls/getsockopt/ |
getsockopt01.c | 66 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) function
|
/external/ltp/testcases/kernel/syscalls/setsockopt/ |
setsockopt01.c | 66 void setup(void), setup0(void), setup1(void), 88 sizeof(fsin1), -1, EBADF, setup0, cleanup0, 93 sizeof(fsin1), -1, ENOTSOCK, setup0, cleanup0, 188 void setup0(void) function
|
/external/ltp/testcases/kernel/syscalls/sockioctl/ |
sockioctl01.c | 58 static void setup0(void); 84 EBADF, setup0, cleanup0, "bad file descriptor"} 88 EINVAL, setup0, cleanup0, "not a socket"} 171 static void setup0(void) function
|
/external/ltp/testcases/kernel/syscalls/setns/ |
setns01.c | 58 static void setup0(struct testcase_t *, int); 72 .setup = setup0, 107 static void setup0(struct testcase_t *t, int i) function
|
/external/ltp/testcases/kernel/syscalls/connect/ |
connect01.c | 65 void setup(void), setup0(void), setup1(void), setup2(void), 84 sizeof(struct sockaddr_in), -1, EBADF, setup0, 97 sizeof(sin1), -1, ENOTSOCK, setup0, cleanup0, 189 void setup0(void) function
|
/external/ltp/testcases/kernel/syscalls/recv/ |
recv01.c | 66 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) function
|
/external/ltp/testcases/kernel/syscalls/recvfrom/ |
recvfrom01.c | 69 void setup0(void); 96 -1, EBADF, setup0, cleanup0, "bad file descriptor"}, 100 &fromlen, -1, ENOTSOCK, setup0, cleanup0, "invalid socket"}, 198 void setup0(void) function
|
/external/ltp/testcases/kernel/syscalls/send/ |
send01.c | 72 static void setup0(void); 87 .setup = setup0, 99 .setup = setup0, 313 static void setup0(void) function
|
/external/ltp/testcases/kernel/syscalls/sendto/ |
sendto01.c | 71 static void setup0(void); 91 .setup = setup0, 105 .setup = setup0, 383 static void setup0(void) function
|
/external/ltp/testcases/kernel/syscalls/mremap/ |
mremap05.c | 66 static void setup0(struct test_case_t *); 82 .setup = setup0, 162 static void setup0(struct test_case_t *t) function
|