Searched refs:systrace_modevent (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/cddl/dev/systrace/ |
H A D | systrace.c | 360 systrace_modevent(module_t mod __unused, int type, void *data __unused) in systrace_modevent() function 389 DEV_MODULE(systrace_linux, systrace_modevent, NULL); 399 DEV_MODULE(systrace_linux32, systrace_modevent, NULL); 405 DEV_MODULE(systrace_freebsd32, systrace_modevent, NULL); 410 DEV_MODULE(systrace, systrace_modevent, NULL);
|