HomeSort by relevance Sort by last modified time
    Searched defs:setup2 (Results 1 - 24 of 24) sorted by null

  /external/ltp/testcases/kernel/syscalls/fdatasync/
fdatasync02.c 99 static int setup2(void);
104 {EINVAL, "file descriptor to a special file", setup2, cleanup2},
157 int setup2(void) function
  /external/ltp/testcases/kernel/syscalls/mprotect/
mprotect01.c 62 static void setup2(struct test_case *self);
75 {NULL, 1024, PROT_READ, EINVAL, setup2},
127 static void setup2(struct test_case *self) function
  /external/ltp/testcases/kernel/syscalls/accept/
accept01.c 53 static void setup2(void);
82 &sinlen, -1, EINVAL, setup2, cleanup1,
171 static void setup2(void) function
  /external/ltp/testcases/kernel/syscalls/adjtimex/
adjtimex02.c 100 static int setup2(void);
130 &buff, setup2, NULL, EINVAL}, {
233 int setup2(void) function
  /external/ltp/testcases/kernel/syscalls/chown/
chown02.c 94 int setup2();
108 TESTFILE2, 700, 701, 2, setup2},};
251 * setup2() - Setup function for chown(2) to verify setgid bit set
255 int setup2(void) function
  /external/ltp/testcases/kernel/syscalls/getpeername/
getpeername01.c 45 static void setup2(int);
64 {-1, (struct sockaddr *)&fsin1, &sinlen, -1, ENOTSOCK, setup2, cleanup2,
144 static void setup2(int i) function
  /external/ltp/testcases/kernel/syscalls/llseek/
llseek02.c 97 int setup2(); /* setup function to test llseek() for EBADF */
111 2, SEEK_SET, "'fd' is not an open file descriptor", EBADF, setup2},
238 * setup2() - setup function for a test condition for which llseek(2)
243 int setup2(void) function
267 /* Close the temporary file(s) created in setup1/setup2 */
  /external/ltp/testcases/kernel/syscalls/rename/
rename03.c 75 void setup2();
121 setup2();
194 * setup2() - set up the files and directories for the tests
196 void setup2(void) function
  /external/ltp/testcases/kernel/syscalls/setns/
setns01.c 60 static void setup2(struct testcase_t *, int);
86 .setup = setup2,
126 static void setup2(struct testcase_t *t, int i) function
  /external/ltp/testcases/kernel/syscalls/acct/
acct01.c 60 static void setup2(void);
75 {TEST_FILE5, "EPERM", EPERM, setup2, cleanup2},
76 {NULL, "EPERM", EPERM, setup2, cleanup2},
192 static void setup2(void) function
  /external/ltp/testcases/kernel/syscalls/mincore/
mincore01.c 62 static void setup2(struct test_case_t *tc);
74 {NULL, 0, NULL, EFAULT, setup2},
109 void setup2(struct test_case_t *tc) function
  /external/ltp/testcases/kernel/syscalls/mremap/
mremap05.c 68 static void setup2(struct test_case_t *);
100 .setup = setup2,
174 static void setup2(struct test_case_t *t) function
  /external/ltp/testcases/kernel/syscalls/pread/
pread02.c 92 int setup2(); /* setup function for test #2 */
106 2, K1, -1, "specified offset is -ve or invalid", EINVAL, setup2}, {
227 * setup2 - setup function for a test condition for which pread()
233 int setup2(void) function
290 /* Close the temporary file created in setup2 */
  /external/ltp/testcases/kernel/syscalls/sockioctl/
sockioctl01.c 60 static void setup2(void);
104 0, setup2, cleanup1, "SIOCGIFCONF"}
219 static void setup2(void) function
229 setup2();
  /external/ltp/testcases/kernel/syscalls/stat/
stat03.c 100 int setup2(); /* setup function to test chmod for ENOTDIR */
117 TEST_FILE2, "Path contains regular file", ENOTDIR, setup2}, {
277 * setup2() - setup function for a test condition for which stat(2)
284 int setup2(void) function
327 /* Restore mode permissions on test directory created in setup2() */
  /external/ltp/testcases/kernel/syscalls/symlink/
symlink03.c 108 int setup2(); /* setup function to test symlink for EEXIST */
125 EEXIST, setup2}, {
281 * setup2() - EEXIST
283 int setup2(void) function
347 /* Restore mode permissions on test directory created in setup2() */
  /external/ltp/testcases/kernel/syscalls/waitid/
waitid02.c 69 static void setup2(struct testcase_t *);
101 .setup = setup2,
141 .setup = setup2,
186 static void setup2(struct testcase_t *t) function
  /external/ltp/testcases/kernel/syscalls/connect/
connect01.c 65 void setup(void), setup0(void), setup1(void), setup2(void),
101 sizeof(sin1), -1, EISCONN, setup2, cleanup1,
234 void setup2(void) function
  /external/ltp/testcases/kernel/syscalls/recvfrom/
recvfrom01.c 71 void setup2(void);
110 -1, EINVAL, setup2, cleanup1, "invalid socket addr length"},
236 void setup2(void) function
  /external/ltp/testcases/kernel/syscalls/send/
send01.c 74 static void setup2(void);
138 .setup = setup2,
339 static void setup2(void) function
  /external/ltp/testcases/kernel/syscalls/sendmsg/
sendmsg01.c 71 static void setup2(void);
252 .setup = setup2,
607 static void setup2(void) function
  /external/ltp/testcases/kernel/syscalls/sendto/
sendto01.c 73 static void setup2(void);
209 .setup = setup2,
409 static void setup2(void) function
  /external/ltp/testcases/kernel/syscalls/recvmsg/
recvmsg01.c 79 void setup2(void);
154 0, 0, setup2, cleanup2, "rights reception"}
320 void setup2(void) function
331 setup2();
337 setup2();
  /external/u-boot/drivers/spi/
ti_qspi.c 91 u32 setup2; member in struct:ti_qspi_regs

Completed in 2378 milliseconds