/freebsd/sys/cddl/dev/systrace/ |
H A D | systrace.c | 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);
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_dfs.c | 68 DEV_MODULE(ath_dfs, ath_dfs_modevent, NULL);
|
H A D | if_ath_rate.c | 68 DEV_MODULE(ath_rate, ath_rate_modevent, NULL);
|
H A D | ah_osdep_ar5210.c | 68 DEV_MODULE(ath_hal_ar5210, ath_hal_ar5210_modevent, NULL);
|
H A D | ah_osdep_ar5211.c | 68 DEV_MODULE(ath_hal_ar5211, ath_hal_ar5211_modevent, NULL);
|
H A D | ah_osdep_ar9300.c | 68 DEV_MODULE(ath_hal_ar9300, ath_hal_ar9300_modevent, NULL);
|
H A D | if_ath_drv.c | 73 DEV_MODULE(if_ath, ath_modevent, NULL);
|
H A D | ah_osdep_ar5212.c | 89 DEV_MODULE(ath_hal_ar5212, ath_hal_ar5212_modevent, NULL);
|
H A D | ah_osdep_ar5416.c | 93 DEV_MODULE(ath_hal_ar5416, ath_hal_ar5416_modevent, NULL);
|
/freebsd/tools/test/callout_free/ |
H A D | callout_free.c | 85 DEV_MODULE(callout_free, callout_free_load, NULL);
|
/freebsd/share/examples/kld/cdev/module/ |
H A D | cdevmod.c | 146 DEV_MODULE(cdev, cdev_load, NULL);
|
/freebsd/share/examples/kld/random_adaptor/ |
H A D | random_adaptor_example.c | 122 DEV_MODULE(live_random_example, live_random_example_modevent, NULL);
|
/freebsd/sys/cddl/compat/opensolaris/kern/ |
H A D | opensolaris.c | 100 DEV_MODULE(opensolaris, opensolaris_modevent, NULL);
|
/freebsd/sys/modules/dtrace/dtraceall/ |
H A D | dtraceall.c | 60 DEV_MODULE(dtraceall, dtraceall_modevent, NULL);
|
/freebsd/sys/dev/aac/ |
H A D | aac_linux.c | 72 DEV_MODULE(aac_linux, aac_linux_modevent, NULL);
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_linux.c | 74 DEV_MODULE(aacraid_linux, aacraid_linux_modevent, NULL);
|
/freebsd/sys/dev/mfi/ |
H A D | mfi_linux.c | 80 DEV_MODULE(mfi_linux, mfi_linux_modevent, NULL);
|
/freebsd/sys/dev/mrsas/ |
H A D | mrsas_linux.c | 123 DEV_MODULE(mrsas_linux, mrsas_linux_modevent, NULL);
|
/freebsd/sys/amd64/sgx/ |
H A D | sgx_linux.c | 113 DEV_MODULE(sgx_linux, sgx_linux_modevent, NULL);
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_vcio.c | 115 DEV_MODULE(vcio, vcio_load, NULL);
|
/freebsd/sys/cddl/dev/dtrace/ |
H A D | dtrace_test.c | 129 DEV_MODULE(dtrace_test, dtrace_test_modevent, NULL);
|
/freebsd/sys/dev/ipmi/ |
H A D | ipmi_linux.c | 86 DEV_MODULE(ipmi_linux, ipmi_linux_modevent, NULL);
|
/freebsd/sys/dev/pty/ |
H A D | pty.c | 163 DEV_MODULE(pty, pty_modevent, NULL);
|
/freebsd/sys/cddl/dev/ |
H A D | prototype.c | 141 DEV_MODULE(prototype, prototype_modevent, NULL);
|
/freebsd/sys/dev/mem/ |
H A D | memdev.c | 164 DEV_MODULE(mem, mem_modevent, NULL);
|