Home
last modified time | relevance | path

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

12345678910>>...13

/external/ltp/lib/
Dtst_test.c42 struct tst_test *tst_test; variable
104 if (tst_test->needs_checkpoints) { in setup_ipc()
113 if (tst_test->needs_checkpoints) { in setup_ipc()
281 if (tst_test->cleanup) in do_test_cleanup()
282 tst_test->cleanup(); in do_test_cleanup()
379 if (!tst_test->forks_child) in safe_fork()
408 if (!tst_test->options) in print_help()
411 for (i = 0; tst_test->options[i].optstr; i++) in print_help()
412 fprintf(stderr, "%s\n", tst_test->options[i].help); in print_help()
418 struct tst_option *toptions = tst_test->options; in check_option_collision()
[all …]
Dtst_timer_test.c34 static struct tst_test *test;
458 struct tst_test *tst_timer_test_setup(struct tst_test *timer_test) in tst_timer_test_setup()
Dtst_res.c529 if (tst_test) in tst_resm_()
549 if (tst_test) in tst_resm_hexd_()
584 if (tst_test) { in tst_brkm_()
/external/ltp/testcases/lib/
Dtst_device.c27 extern struct tst_test *tst_test;
29 static struct tst_test test = {
90 tst_test = &test; in main()
/external/ltp/include/
Dtst_test.h107 struct tst_test { struct
173 void tst_run_tcases(int argc, char *argv[], struct tst_test *self) argument
210 static struct tst_test test;
220 static struct tst_test test = { .tconf_msg = message } \
Dtst_timer_test.h55 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.h38 # error Newlib tst_test.h already included
165 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.
471 If '.needs_tmpdir' is set to '1' in the 'struct tst_test' unique test
560 #include "tst_test.h"
590 static struct tst_test test = {
603 set the '.min_kver' string in the 'struct tst_test' to a minimal required
676 #include "tst_test.h"
693 tst_test' must be set to '1', this causes the test library to initialize
[all …]
/external/ltp/lib/newlib_tests/
Dtest03.c30 static struct tst_test test = {
Dtest01.c32 static struct tst_test test = {
Dtest10.c29 static struct tst_test test = {
Dtest12.c28 static struct tst_test test = {
Dtest11.c31 static struct tst_test test = {
Dtst_res_hexd.c28 static struct tst_test test = {
Dtest17.c54 static struct tst_test test = {
Dtest13.c32 static struct tst_test test = {
Dtest02.c45 static struct tst_test test = {
Dtst_safe_fileops.c37 static struct tst_test test = {
Dtest14.c41 static struct tst_test test = {
/external/ltp/testcases/kernel/syscalls/add_key/
Dadd_key01.c41 static struct tst_test test = {
/external/ltp/testcases/kernel/syscalls/keyctl/
Dkeyctl08.c40 static struct tst_test test = {
/external/ltp/testcases/cve/
Dcve-2017-6951.c44 static struct tst_test test = {
/external/ltp/testcases/commands/gdb/
Dgdb01.sh28 . tst_test.sh
/external/ltp/testcases/kernel/syscalls/nanosleep/
Dnanosleep01.c49 static struct tst_test test = {

12345678910>>...13