Searched refs:setup3 (Results 1 - 14 of 14) sorted by relevance

/external/ltp/testcases/kernel/syscalls/mprotect/
H A Dmprotect01.c63 static void setup3(struct test_case *self);
80 {NULL, 0, PROT_WRITE, EACCES, setup3}
138 static void setup3(struct test_case *self) function
/external/ltp/testcases/kernel/syscalls/sockioctl/
H A Dsockioctl01.c61 static void setup3(void);
108 0, setup3, cleanup1, "SIOCGIFFLAGS"}
112 EFAULT, setup3, cleanup1, "SIOCGIFFLAGS with invalid ifr"}
116 EFAULT, setup3, cleanup1, "SIOCSIFFLAGS with invalid ifr"}
227 static void setup3(void) function
/external/ltp/testcases/kernel/syscalls/adjtimex/
H A Dadjtimex02.c101 static int setup3(void);
131 &buff, setup3, NULL, EINVAL}, {
239 int setup3(void) function
/external/ltp/testcases/kernel/syscalls/mknod/
H A Dmknod06.c92 int setup3(); /* setup function to test mknod for ENOTDIR */
116 "tnode/tnode_3", "Path contains regular file", ENOTDIR, setup3}, {
276 * setup3() - setup function for a test condition for which mknod(2)
283 int setup3(void) function
287 tst_brkm(TBROK, cleanup, "Fails to create node in setup3()");
/external/ltp/testcases/kernel/syscalls/accept/
H A Daccept01.c54 static void setup3(void);
85 &sinlen, -1, EINVAL, setup3, cleanup1,
177 static void setup3(void) function
/external/ltp/testcases/kernel/syscalls/getpeername/
H A Dgetpeername01.c46 static void setup3(int);
66 {-1, (struct sockaddr *)&fsin1, &sinlen, -1, ENOTCONN, setup3, cleanup2,
149 static void setup3(int i) function
/external/ltp/testcases/kernel/syscalls/mincore/
H A Dmincore01.c63 static void setup3(struct test_case_t *tc);
75 {NULL, 0, NULL, ENOMEM, setup3},
131 static void setup3(struct test_case_t *tc) function
/external/ltp/testcases/kernel/syscalls/setns/
H A Dsetns01.c61 static void setup3(struct testcase_t *, int);
92 .setup = setup3,
131 static void setup3(struct testcase_t *t, int i) function
/external/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink03.c111 int setup3(); /* setup function to test symlink for ENOTDIR */
140 ENOTDIR, setup3}, {
336 * setup3() - setup function for a test condition for which symlink(2)
343 int setup3(void) function
/external/ltp/testcases/kernel/syscalls/mremap/
H A Dmremap05.c69 static void setup3(struct test_case_t *);
107 .setup = setup3,
180 static void setup3(struct test_case_t *t) function
/external/ltp/testcases/kernel/syscalls/waitid/
H A Dwaitid02.c70 static void setup3(struct testcase_t *);
109 .setup = setup3,
197 static void setup3(struct testcase_t *t) function
/external/ltp/testcases/kernel/syscalls/sendto/
H A Dsendto01.c74 static void setup3(void);
150 .setup = setup3,
417 static void setup3(void) function
/external/ltp/testcases/kernel/syscalls/recvmsg/
H A Drecvmsg01.c80 void setup3(void);
174 0, EINVAL, setup3, cleanup2, "invalid cmsg length"}
329 void setup3(void) function
/external/ltp/testcases/kernel/syscalls/sendmsg/
H A Dsendmsg01.c72 static void setup3(void);
186 .setup = setup3,
616 static void setup3(void) function

Completed in 410 milliseconds