Home
last modified time | relevance | path

Searched defs:tst_test (Results 1 – 3 of 3) sorted by relevance

/external/ltp/include/
Dtst_test.h527 struct tst_test { struct
528 unsigned int tcnt;
530 struct tst_option *options;
532 const char *min_kver;
534 const char *const *supported_archs;
536 const char *tconf_msg;
538 unsigned int needs_tmpdir:1;
539 unsigned int needs_root:1;
540 unsigned int forks_child:1;
541 unsigned int needs_device:1;
[all …]
/external/ltp/tools/sparse/
Dsparse-ltp.c205 static struct ident *tst_test, *tst_test_test; in check_test_struct() local
/external/ltp/lib/
Dtst_test.c56 struct tst_test *tst_test; variable