Searched refs:test_setup (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/freezer/ |
H A D | run_freezer.sh | 51 function test_setup() function 127 test_setup && \
|
/third_party/ltp/testcases/kernel/syscalls/clone/ |
H A D | clone02.c | 78 static int test_setup(void); 133 if (test_setup() != 0) { in main() 134 tst_resm(TWARN, "test_setup() failed, skipping this test case"); in main() 203 static int test_setup(void) in test_setup() function 210 tst_resm(TWARN | TERRNO, "getcwd() failed in test_setup()"); in test_setup() 226 tst_resm(TWARN | TERRNO, "open() failed in test_setup()"); in test_setup() 242 tst_resm(TWARN | TERRNO, "sigaction() failed in test_setup()"); in test_setup()
|
/third_party/ltp/testcases/kernel/syscalls/accept/ |
H A D | accept01.c | 70 static void test_setup(void) in test_setup() function 106 .setup = test_setup,
|
/third_party/ltp/testcases/kernel/syscalls/bind/ |
H A D | bind01.c | 61 void test_setup(void) in test_setup() function 93 .setup = test_setup,
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
H A D | symlink01.c | 333 int (*test_setup) (char *path1, char *path2, char *path3); member 931 (tc_ptr->test_setup) (tc_ptr->fn_arg[0], tc_ptr->fn_arg[1], in do_syscalltests()
|
Completed in 4 milliseconds