Home
last modified time | relevance | path

Searched refs:tst_test (Results 1 – 25 of 647) sorted by relevance

12345678910>>...26

/external/ltp/lib/
Dtst_test.c37 struct tst_test *tst_test; variable
105 if (tst_test->needs_checkpoints || tst_test->child_needs_reinit) { in setup_ipc()
114 if (tst_test->needs_checkpoints) { in setup_ipc()
291 if (tst_test->cleanup) in do_test_cleanup()
292 tst_test->cleanup(); in do_test_cleanup()
392 if (!tst_test->forks_child) in safe_fork()
427 if (!tst_test->options) in print_help()
430 for (i = 0; tst_test->options[i].optstr; i++) in print_help()
431 fprintf(stderr, "%s\n", tst_test->options[i].help); in print_help()
437 const struct tst_tag *tags = tst_test->tags; in print_test_tags()
[all …]
Dtst_timer_test.c23 static struct tst_test *test;
454 struct tst_test *tst_timer_test_setup(struct tst_test *timer_test) in tst_timer_test_setup()
/external/ltp/testcases/lib/
Dtst_device.c14 extern struct tst_test *tst_test;
16 static struct tst_test test = {
77 tst_test = &test; in main()
/external/ltp/include/
Dtst_test.h118 struct tst_test { struct
230 void tst_run_tcases(int argc, char *argv[], struct tst_test *self) argument
291 static struct tst_test test;
301 static struct tst_test test = { .tconf_msg = message } \
Dtst_timer_test.h43 struct tst_test *tst_timer_test_setup(struct tst_test *test);
/external/ltp/include/old/
Dltp_priv.h53 extern void *tst_test;
69 if (tst_test) { \
Dtest.h11 # error Newlib tst_test.h already included
139 if (tst_test) \
/external/ltp/doc/
Dtest-writing-guidelines.txt251 #include "tst_test.h"
290 static struct tst_test test = {
296 Each test includes the 'tst_test.h' header and must define the 'struct
297 tst_test test' structure.
494 If '.needs_tmpdir' is set to '1' in the 'struct tst_test' unique test
585 #include "tst_test.h"
615 static struct tst_test test = {
628 set the '.min_kver' string in the 'struct tst_test' to a minimal required
700 #include "tst_test.h"
715 #include "tst_test.h"
[all …]
/external/ltp/lib/newlib_tests/
Dtest03.c17 static struct tst_test test = {
Dtest01.c19 static struct tst_test test = {
Dtest12.c18 static struct tst_test test = {
Dtest10.c19 static struct tst_test test = {
Dtest11.c21 static struct tst_test test = {
Dtst_res_hexd.c16 static struct tst_test test = {
Dtest_kconfig.c20 static struct tst_test test = {
Dtest18.c19 static struct tst_test test = {
Dtest17.c42 static struct tst_test test = {
Dtest13.c22 static struct tst_test test = {
Dtst_expiration_timer.c29 static struct tst_test test = {
Dtest19.c29 static struct tst_test test = {
/external/ltp/lib/newlib_tests/shell/
Dtimeout01.sh8 . tst_test.sh
Dtimeout02.sh8 . tst_test.sh
/external/ltp/testcases/kernel/crypto/
Daf_alg03.c29 static struct tst_test test = {
/external/ltp/testcases/kernel/syscalls/add_key/
Dadd_key01.c24 static struct tst_test test = {
/external/ltp/testcases/kernel/syscalls/execlp/
Dexeclp01.c32 static struct tst_test test = {

12345678910>>...26