Searched refs:no_setup (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/kernel/syscalls/mknod/ |
D | mknod06.c | 94 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/ |
D | 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} 300 int no_setup(void) in no_setup() function
|
D | stat03.c | 98 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/ |
D | symlink03.c | 106 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/ |
D | llseek02.c | 95 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/ |
D | pread02.c | 93 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/ |
D | lp_setup.c | 1317 goto no_setup; in lp_setup_create() 1366 no_setup: in lp_setup_create()
|