Home
last modified time | relevance | path

Searched refs:no_setup (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/kernel/syscalls/mknod/
Dmknod06.c94 int no_setup(); /* simply returns 0 to the caller */
104 NULL, "Invalid address", EFAULT, no_setup}, {
105 "testdir_2/tnode_2", "Non-existent file", ENOENT, no_setup}, {
106 "", "Pathname is empty", ENOENT, no_setup}, {
109 NULL, NULL, 0, no_setup}
212 int no_setup(void) in no_setup() function
/external/ltp/testcases/kernel/syscalls/stat/
Dstat06.c137 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}
300 int no_setup(void) in no_setup() function
Dstat03.c98 int no_setup();
114 NULL, "Invalid address", EFAULT, no_setup}, {
116 "", "Pathname is empty", ENOENT, no_setup}, {
118 NULL, NULL, 0, no_setup}
238 int no_setup(void) in no_setup() function
/external/ltp/testcases/kernel/syscalls/symlink/
Dsymlink03.c106 int no_setup();
126 TESTFILE, NULL, "Invalid address", EFAULT, no_setup}, {
129 TESTFILE, "", "Symlink Pathname is empty", ENOENT, no_setup}, {
132 NULL, NULL, NULL, 0, no_setup}
245 int no_setup(void) in no_setup() function
/external/ltp/testcases/kernel/syscalls/llseek/
Dllseek02.c95 int no_setup();
113 0, 0, NULL, 0, no_setup}
202 int no_setup(void) in no_setup() function
/external/ltp/testcases/kernel/syscalls/pread/
Dpread02.c93 int no_setup();
107 0, 0, 0, NULL, 0, no_setup}
199 int no_setup(void) in no_setup() function
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.c1317 goto no_setup; in lp_setup_create()
1366 no_setup: in lp_setup_create()