Searched defs:test_setup (Results 1 - 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/controllers/freezer/
H A Drun_freezer.sh51 function test_setup() function
127 test_setup && \
/external/ltp/testscripts/
H A Dtest_fs_bind.sh29 test_setup() function
522 test_setup || exit 1
/external/ltp/testcases/kernel/syscalls/capget/
H A Dcapget02.c92 static void test_setup(int);
133 test_setup(i);
173 void test_setup(int i) function
/external/ltp/testcases/kernel/syscalls/capset/
H A Dcapset02.c102 static void test_setup(int, char *);
154 test_setup(i, av[0]);
206 void test_setup(int i, char *argv0) function
/external/ltp/testcases/kernel/syscalls/clone/
H A Dclone02.c78 static int test_setup(void);
133 if (test_setup() != 0) {
134 tst_resm(TWARN, "test_setup() failed,"
204 static int test_setup(void) function
211 tst_resm(TWARN | TERRNO, "getcwd() failed in test_setup()");
227 tst_resm(TWARN | TERRNO, "open() failed in test_setup()");
243 tst_resm(TWARN | TERRNO, "sigaction() failed in test_setup()");
/external/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink01.c333 int (*test_setup) (char *path1, char *path2, char *path3); member in struct:all_test_cases
931 (tc_ptr->test_setup) (tc_ptr->fn_arg[0], tc_ptr->fn_arg[1],

Completed in 338 milliseconds