Home
last modified time | relevance | path

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

/NextBSD/sys/modules/tests/callout_test/
HDMakefile5 .PATH: ${.CURDIR}/../../../tests/callout_test
7 KMOD= callout_test
8 SRCS= callout_test.c
/NextBSD/sys/tests/callout_test/
HDcallout_test.c186 struct callout_test *u; in run_callout_test()
192 u = (struct callout_test *)test->test_options; in run_callout_test()
282 MODULE_DEPEND(callout_test, kern_testframework, 1, 1, 1);
283 DECLARE_MODULE(callout_test, callout_test_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
/NextBSD/sys/tests/
HDcallout_test.h30 struct callout_test { struct
/NextBSD/sys/modules/
HDMakefile355 tests/callout_test \