Home
last modified time | relevance | path

Searched defs:testcase (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/usr.bin/dfregress/
H A Dtestcase.c55 testcase_from_struct(struct testcase *testcase) in testcase_from_struct()
153 testcase_get_timeout(prop_dictionary_t testcase) in testcase_get_timeout()
171 testcase_get_type(prop_dictionary_t testcase) in testcase_get_type()
191 testcase_get_type_desc(prop_dictionary_t testcase) in testcase_get_type_desc()
204 testcase_get_name(prop_dictionary_t testcase) in testcase_get_name()
217 testcase_get_argc(prop_dictionary_t testcase) in testcase_get_argc()
230 testcase_get_args(prop_dictionary_t testcase) in testcase_get_args()
256 testcase_get_flags(prop_dictionary_t testcase) in testcase_get_flags()
270 testcase_get_precmd_type(prop_dictionary_t testcase) in testcase_get_precmd_type()
278 testcase_get_rc(prop_dictionary_t testcase) in testcase_get_rc()
[all …]
H A Dtestcase.h66 struct testcase { struct
73 struct testcase_options opts; argument
74 struct testcase_result results; argument
77 prop_dictionary_t testcase_from_struct(struct testcase *testcase); argument
H A Drunlist.c89 prop_dictionary_t testcase; in runlist_iterate() local
107 runlist_run_test(void *arg, prop_dictionary_t testcase) in runlist_run_test()
H A Dkernel.c63 run_kernel(const char *kmod, prop_dictionary_t testcase) in run_kernel()
/dflybsd-src/sys/dev/misc/tbridge/
H A Dtbridge.c66 testcase_get_result_dict(prop_dictionary_t testcase) in testcase_get_result_dict()
90 testcase_get_timeout(prop_dictionary_t testcase) in testcase_get_timeout()
104 testcase_set_stdout_buf(prop_dictionary_t testcase, const char *buf) in testcase_set_stdout_buf()
112 testcase_set_result(prop_dictionary_t testcase, int result) in testcase_set_result()
120 testcase_get_name(prop_dictionary_t testcase) in testcase_get_name()
/dflybsd-src/usr.bin/dfregress/fe/text/
H A Dfe_text.c77 static char *get_arg_string(prop_dictionary_t testcase) in get_arg_string()
137 runlist_parse_summary(void *arg __unused, prop_dictionary_t testcase) in runlist_parse_summary()
158 runlist_parse_detail(void *arg __unused, prop_dictionary_t testcase) in runlist_parse_detail()
/dflybsd-src/test/stress/stress2/testcases/openat/
H A Ddoat.c51 struct testcase { struct
60 struct testcase tests[10]; // no more than 10 tests argument
/dflybsd-src/sys/sys/
H A Dtbridge.h80 #define TBRIDGE_TESTCASE_MODULE(name, testcase) \ argument