Searched refs:no_setup (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/mknod/ |
H A 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} 209 * no_setup() - Some test conditions for mknod(2) do not any setup. 212 int no_setup(void) in no_setup() function
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
H A 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} 241 * no_setup() - Some test conditions for mknod(2) do not any setup. 245 int no_setup(void) in no_setup() function
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup.c | 1569 goto no_setup; in lp_setup_create() 1619 no_setup: in lp_setup_create()
|
Completed in 5 milliseconds