Home
last modified time | relevance | path

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

/freebsd/sys/tests/
H A Dktest.c54 struct ktest_module { struct
57 TAILQ_ENTRY(ktest_module) entries; argument
59 static TAILQ_HEAD(, ktest_module) module_list = TAILQ_HEAD_INITIALIZER(module_list);
97 struct ktest_module *mod, const struct ktest_test_info *test_info) in dump_mod_test()
117 struct ktest_module *mod, struct nl_ktest_parsed *attrs) in dump_mod_tests()
135 struct ktest_module *mod; in dump_tests()
166 struct ktest_module *mod; in run_test()
249 struct ktest_module *mod = malloc(sizeof(*mod), M_TEMP, M_WAITOK | M_ZERO); in register_test_module()
261 struct ktest_module *mod = info->module_ptr; in unregister_test_module()
275 struct ktest_module *mod = info->module_ptr; in can_unregister()