Home
last modified time | relevance | path

Searched refs:test_setup (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/freezer/
H A Drun_freezer.sh51 function test_setup() function
127 test_setup && \
/third_party/ltp/testcases/kernel/syscalls/clone/
H A Dclone02.c78 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 Daccept01.c70 static void test_setup(void) in test_setup() function
106 .setup = test_setup,
/third_party/ltp/testcases/kernel/syscalls/bind/
H A Dbind01.c61 void test_setup(void) in test_setup() function
93 .setup = test_setup,
/third_party/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink01.c333 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