Home
last modified time | relevance | path

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

12345678910>>...21

/external/ltp/lib/
Dtst_test.c44 struct tst_test *tst_test; variable
110 if (tst_test->needs_checkpoints || tst_test->child_needs_reinit) { in setup_ipc()
119 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()
390 if (!tst_test->forks_child) in safe_fork()
419 if (!tst_test->options) in print_help()
422 for (i = 0; tst_test->options[i].optstr; i++) in print_help()
423 fprintf(stderr, "%s\n", tst_test->options[i].help); in print_help()
429 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()
/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.h117 struct tst_test { struct
194 void tst_run_tcases(int argc, char *argv[], struct tst_test *self) argument
241 static struct tst_test test;
251 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.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.
486 If '.needs_tmpdir' is set to '1' in the 'struct tst_test' unique test
574 #include "tst_test.h"
604 static struct tst_test test = {
617 set the '.min_kver' string in the 'struct tst_test' to a minimal required
689 #include "tst_test.h"
704 #include "tst_test.h"
[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 = {
Dtest18.c31 static struct tst_test test = {
Dtest17.c54 static struct tst_test test = {
Dtest13.c32 static struct tst_test test = {
Dtst_expiration_timer.c42 static struct tst_test test = {
Dtest19.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/controllers/
Dcgroup_lib.sh6 . tst_test.sh
/external/ltp/testcases/kernel/syscalls/keyctl/
Dkeyctl08.c40 static struct tst_test test = {
/external/ltp/testcases/kernel/syscalls/request_key/
Drequest_key05.c44 static struct tst_test test = {
/external/ltp/testcases/kernel/syscalls/execlp/
Dexeclp01.c46 static struct tst_test test = {
/external/ltp/testcases/kernel/syscalls/execvp/
Dexecvp01.c45 static struct tst_test test = {

12345678910>>...21