Home
last modified time | relevance | path

Searched refs:testcase_get_name (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.bin/dfregress/fe/text/
H A Dfe_text.c145 i = printf("%s", testcase_get_name(testcase)); in runlist_parse_summary()
167 printf("Test: %s\n", testcase_get_name(testcase)); in runlist_parse_detail()
/dragonfly/sys/dev/misc/tbridge/
H A Dtbridge.c120 testcase_get_name(prop_dictionary_t testcase) in testcase_get_name() function
199 testcase_get_name(tbridge_testcase), result); in tbridge_test_done()
/dragonfly/usr.bin/dfregress/
H A Drunlist.c119 testcase_get_name(testcase)); in runlist_run_test()
125 printf("Running testcase %s... ", testcase_get_name(testcase)); in runlist_run_test()
H A Dtestcase.h83 const char *testcase_get_name(prop_dictionary_t testcase);
H A Dtestcase.c204 testcase_get_name(prop_dictionary_t testcase) in testcase_get_name() function