HomeSort by relevance Sort by last modified time
    Searched refs:setup1 (Results 1 - 25 of 35) sorted by null

1 2

  /external/ltp/testcases/kernel/syscalls/mlock/
mlock01.c 55 void setup1(int);
73 &addr1, 1, setup1}, {
74 &addr1, 1024, setup1}, {
75 &addr1, 1024 * 1024, setup1}, {
76 &addr1, 1024 * 1024 * 10, setup1}
136 void setup1(int len) function
  /external/ltp/testcases/kernel/syscalls/munlock/
munlock01.c 72 void setup1(int);
86 &addr1, 1, setup1}, {
87 &addr1, 1024, setup1}, {
88 &addr1, 1024 * 1024, setup1}, {
89 &addr1, 1024 * 1024 * 10, setup1}
131 void setup1(int i) function
  /external/ltp/testcases/kernel/syscalls/getsockopt/
getsockopt01.c 66 void setup(void), setup0(void), setup1(void),
98 EFAULT, setup1, cleanup1, "invalid option buffer"}
102 EFAULT, setup1, cleanup1, "invalid optlen"}
108 EOPNOTSUPP, setup1, cleanup1, "invalid level"}
112 -1, EOPNOTSUPP, setup1, cleanup1, "invalid option name"}
116 -1, EOPNOTSUPP, setup1, cleanup1,
121 ENOPROTOOPT, setup1, cleanup1, "invalid option name (IP)"}
125 ENOPROTOOPT, setup1, cleanup1, "invalid option name (TCP)"}
195 void setup1(void) function
  /external/ltp/testcases/kernel/syscalls/setsockopt/
setsockopt01.c 66 void setup(void), setup0(void), setup1(void),
100 sizeof(fsin1), -1, EFAULT, setup1, cleanup1,
107 EINVAL, setup1, cleanup1, "invalid optlen"}
111 sizeof(fsin1), -1, ENOPROTOOPT, setup1, cleanup1,
116 sizeof(fsin1), -1, ENOPROTOOPT, setup1, cleanup1,
121 sizeof(fsin1), -1, ENOPROTOOPT, setup1, cleanup1,
126 sizeof(fsin1), -1, ENOPROTOOPT, setup1, cleanup1,
202 void setup1(void) function
  /external/ltp/testcases/kernel/syscalls/fdatasync/
fdatasync02.c 98 static int setup1(void);
103 {EBADF, "invalid file descriptor", setup1, NULL},
151 int setup1(void) function
  /external/ltp/testcases/kernel/syscalls/iopl/
iopl02.c 87 static int setup1(void);
123 if (setup1()) {
124 /* setup1() failed, skip this test */
163 /* setup1() - set up non-super user for second test case */
164 int setup1(void) function
  /external/ltp/testcases/kernel/syscalls/socketcall/
socketcall04.c 85 void setup1(void);
100 AF_INET, SOCK_STREAM, 6, SYS_LISTEN, setup1, "listen call"};
137 /*setup1()*/
138 void setup1(void) function
socketcall03.c 85 void setup1(void);
100 AF_INET, SOCK_STREAM, 6, SYS_BIND, setup1, "bind call"};
139 /*setup1()*/
140 void setup1(void) function
  /external/ltp/testcases/kernel/syscalls/getsockname/
getsockname01.c 64 void setup(void), setup0(void), setup1(void),
90 &sinlen, -1, EFAULT, setup1, cleanup1,
94 NULL, -1, EFAULT, setup1, cleanup1,
98 (socklen_t *) 1, -1, EFAULT, setup1, cleanup1,
169 void setup1(void) function
  /external/ltp/testcases/kernel/syscalls/accept/
accept01.c 51 static void setup1(void);
76 &sinlen, -1, EINVAL, setup1, cleanup1,
79 (socklen_t *) 1, -1, EINVAL, setup1, cleanup1,
88 &sinlen, -1, EOPNOTSUPP, setup1, cleanup1,
157 static void setup1(void) function
173 setup1(); /* get a socket in s */
181 setup1();
  /external/ltp/testcases/kernel/syscalls/listen/
listen01.c 63 void setup(void), setup0(void), setup1(void),
80 PF_INET, SOCK_DGRAM, 0, 0, -1, EOPNOTSUPP, setup1, cleanup1,
142 void setup1(void) function
  /external/ltp/testcases/kernel/syscalls/mprotect/
mprotect01.c 61 static void setup1(struct test_case *self);
69 {NULL, 0, PROT_READ, ENOMEM, setup1},
122 static void setup1(struct test_case *self) function
  /external/ltp/testcases/kernel/syscalls/setgroups/
setgroups03.c 89 int setup1(); /* setup function to test error EPERM */
102 0, 2, "Permission denied, not super-user", EPERM, setup1}
184 * setup1 - Setup function to test setgroups() which returns -1
190 int setup1(void) function
  /external/ltp/testcases/kernel/syscalls/syslog/
syslog11.c 94 static int setup1(void);
105 {3, &buf, 0, setup1, cleanup1, "type 3/Read ring buffer for non-root "
166 int setup1(void) function
syslog12.c 106 static int setup1(void);
115 {2, &buf, 0, EPERM, setup1, cleanup1, "non-root user"},
187 int setup1(void) function
  /external/ltp/testcases/kernel/syscalls/connect/
connect01.c 65 void setup(void), setup0(void), setup1(void), setup2(void),
90 sizeof(struct sockaddr_in), -1, EFAULT, setup1,
95 3, -1, EINVAL, setup1, cleanup1, "invalid salen"}, {
105 sizeof(sin2), -1, ECONNREFUSED, setup1, cleanup1,
109 sizeof(sin4), -1, EAFNOSUPPORT, setup1, cleanup1,
222 void setup1(void) function
236 setup1(); /* get a socket in s */
  /external/ltp/testcases/kernel/syscalls/recvfrom/
recvfrom01.c 70 void setup1(void);
105 0, ENOTSOCK, setup1, cleanup1, "invalid socket buffer"},
115 -1, EFAULT, setup1, cleanup1, "invalid recv buffer"},
120 -1, EINVAL, setup1, cleanup1, "invalid MSG_OOB flag set"},
125 -1, EAGAIN, setup1, cleanup1, "invalid MSG_ERRQUEUE flag set"},};
212 void setup1(void) function
232 "client setup1 failed - no message ready in 2 sec");
238 setup1();
  /external/ltp/testcases/kernel/syscalls/sendto/
sendto01.c 72 static void setup1(void);
121 .setup = setup1,
136 .setup = setup1,
164 .setup = setup1,
180 .setup = setup1,
195 .setup = setup1,
223 .setup = setup1,
396 static void setup1(void) function
411 setup1();
  /external/ltp/testcases/kernel/syscalls/chown/
chown02.c 93 int setup1(); /* Test specific setup functions */
105 TESTFILE1, 700, 701, 1, setup1},
229 * setup1() - Setup function for chown(2) to verify setuid/setgid bits
233 int setup1(void) function
  /external/ltp/testcases/kernel/syscalls/ioperm/
ioperm02.c 92 static int setup1(void);
126 if (setup1()) {
127 /* setup1() failed, skip this test */
167 /* setup1() - set up non-super user for second test case */
168 int setup1(void) function
  /external/ltp/testcases/kernel/syscalls/llseek/
llseek02.c 96 int setup1(); /* setup function to test llseek() for EINVAL */
110 1, SEEK_TOP, "'whence' argument is not valid", EINVAL, setup1}, {
208 * setup1() - setup function for a test condition for which llseek(2)
214 int setup1(void) function
267 /* Close the temporary file(s) created in setup1/setup2 */
  /external/ltp/testcases/kernel/syscalls/mknod/
mknod06.c 91 int setup1(); /* setup function to test mknod for EEXIST */
103 {"tnode_1", "Specified node already exists", EEXIST, setup1}, {
233 * setup1() - setup function for a test condition for which mknod(2)
239 int setup1(void) function
243 tst_brkm(TBROK, cleanup, "Fails to create node in setup1()");
  /external/ltp/testcases/kernel/syscalls/pread/
pread02.c 91 int setup1(); /* setup function for test #1 */
105 1, K1, 0, "file descriptor is a PIPE or FIFO", ESPIPE, setup1}, {
205 * setup1() - setup function for a test condition for which pread()
212 int setup1(void) function
  /external/ltp/testcases/kernel/syscalls/sockioctl/
sockioctl01.c 59 static void setup1(void);
94 EFAULT, setup1, cleanup1, "invalid option buffer"}
100 EINVAL, setup1, cleanup1, "ATMARK on UDP"}
206 static void setup1(void) function
  /external/ltp/testcases/kernel/syscalls/send/
send01.c 73 static void setup1(void);
113 .setup = setup1,
126 .setup = setup1,
152 .setup = setup1,
326 static void setup1(void) function
341 setup1();

Completed in 829 milliseconds

1 2