HomeSort by relevance Sort by last modified time
    Searched refs:no_setup (Results 1 - 9 of 9) sorted by null

  /external/ltp/testcases/kernel/syscalls/unlink/
unlink07.c 134 int no_setup();
146 "nonexistfile", "non-existent file", ENOENT, no_setup}, {
147 "", "path is empty string", ENOENT, no_setup}, {
149 ENOENT, no_setup},
152 High_address, "address beyond address space", EFAULT, no_setup},
159 High_address, "address beyond address space", EFAULT, no_setup},
163 (char *)-1, "negative address", EFAULT, no_setup}, {
164 NULL, NULL, 0, no_setup}
276 int no_setup(void) function
unlink08.c 131 int no_setup(int flag);
153 NULL, NULL, no_setup, -1, 0}
352 int no_setup(int flag) function
  /external/ltp/testcases/kernel/syscalls/mknod/
mknod06.c 94 int no_setup(); /* simply returns 0 to the caller */
108 (char *)-1, "Negative address", EFAULT, no_setup}, {
110 no_setup},
113 "testdir_2/tnode_2", "Non-existent file", ENOENT, no_setup}, {
114 "", "Pathname is empty", ENOENT, no_setup}, {
117 NULL, NULL, 0, no_setup}
235 * no_setup() - Some test conditions for mknod(2) do not any setup.
238 int no_setup(void) function
  /external/ltp/testcases/kernel/syscalls/stat/
stat06.c 137 int no_setup();
152 "nonexistfile", &statbuf, "non-existent file", ENOENT, no_setup}, {
153 "", &statbuf, "path is empty string", ENOENT, no_setup}, {
155 ENOENT, no_setup}, {
164 (char *)-1, &statbuf, "negative address", EFAULT, no_setup},
167 NULL, NULL, NULL, 0, no_setup}
298 * no_setup() - does nothing
300 int no_setup(void) function
stat03.c 98 int no_setup();
118 High_address_node, "Address beyond address space", EFAULT, no_setup},
120 (char *)-1, "Negative address", EFAULT, no_setup},
124 "", "Pathname is empty", ENOENT, no_setup}, {
126 NULL, NULL, 0, no_setup}
257 * no_setup() - Some test conditions for stat(2) do not any setup.
261 int no_setup(void) function
  /external/ltp/testcases/kernel/syscalls/symlink/
symlink03.c 108 int no_setup();
132 EFAULT, no_setup},
135 TESTFILE, (char *)-1, "Negative address", EFAULT, no_setup}, {
138 TESTFILE, "", "Symlink Pathname is empty", ENOENT, no_setup}, {
141 NULL, NULL, NULL, 0, no_setup}
261 * no_setup() - Some test conditions for mknod(2) do not any setup.
265 int no_setup(void) function
  /external/ltp/testcases/kernel/syscalls/llseek/
llseek02.c 95 int no_setup();
113 0, 0, NULL, 0, no_setup}
200 * no_setup() - This is a dummy function which simply returns 0.
202 int no_setup(void) function
  /external/ltp/testcases/kernel/syscalls/pread/
pread02.c 93 int no_setup();
107 0, 0, 0, NULL, 0, no_setup}
197 * no_setup() - This function simply returns.
199 int no_setup(void) function
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c     [all...]

Completed in 215 milliseconds