Symbol: module_t
share/examples/ipfilter/mlfk_rule.c
35
ipfrule_modevent(module_t mod, int type, void *unused)
share/examples/kld/cdev/module/cdevmod.c
107
cdev_load(module_t mod, int cmd, void *arg)
share/examples/kld/dyn_sysctl/dyn_sysctl.c
56
load(module_t mod, int cmd, void *arg)
share/examples/kld/firmware/fwconsumer/fw_consumer.c
41
fw_consumer_modevent(module_t mod, int type, void *unused)
share/examples/kld/random_adaptor/random_adaptor_example.c
98
live_random_example_modevent(module_t mod __unused, int type, void *unused __unused)
share/examples/modules/skel.c
53
skel_mod_event(module_t mod, int type, void *data)
sys/amd64/linux/linux_sysvec.c
911
linux64_elf_modevent(module_t mod, int type, void *data)
sys/amd64/linux32/linux32_sysvec.c
1008
linux_elf_modevent(module_t mod, int type, void *data)
sys/amd64/pt/pt.c
981
pt_modevent(module_t mod, int type, void *data)
sys/amd64/sgx/sgx.c
1202
sgx_handler(module_t mod, int what, void *arg)
sys/amd64/sgx/sgx_linux.c
98
sgx_linux_modevent(module_t mod, int type, void *data)
sys/arm/broadcom/bcm2835/bcm2835_vcio.c
94
vcio_load(module_t mod, int cmd, void *arg)
sys/arm64/linux/linux_sysvec.c
613
linux64_elf_modevent(module_t mod, int type, void *data)
sys/cam/cam_periph.h
58
static int name ## _modevent(module_t mod, int type, void *data) \
sys/cam/cam_xpt.c
223
static int cam_module_event_handler(module_t, int /*modeventtype_t*/, void *);
sys/cam/cam_xpt.c
749
cam_module_event_handler(module_t mod, int what, void *arg)
sys/cam/ctl/ctl.c
2084
ctl_module_event_handler(module_t mod, int what, void *arg)
sys/cam/ctl/ctl.c
523
static int ctl_module_event_handler(module_t, int /*modeventtype_t*/, void *);
sys/cam/ctl/ctl_backend.h
57
static int name ## _modevent(module_t mod, int type, void *data) \
sys/cam/ctl/ctl_frontend.h
62
static int name ## _modevent(module_t mod, int type, void *data) \
sys/cddl/compat/opensolaris/kern/opensolaris.c
78
opensolaris_modevent(module_t mod __unused, int type, void *data __unused)
sys/cddl/dev/dtmalloc/dtmalloc.c
187
dtmalloc_modevent(module_t mod __unused, int type, void *data __unused)
sys/cddl/dev/dtrace/dtrace_modevent.c
25
dtrace_modevent(module_t mod __unused, int type, void *data __unused)
sys/cddl/dev/dtrace/dtrace_test.c
107
dtrace_test_modevent(module_t mod, int type, void *data)
sys/cddl/dev/fbt/fbt.c
1299
fbt_modevent(module_t mod __unused, int type, void *data __unused)
sys/cddl/dev/kinst/kinst.c
311
kinst_modevent(module_t mod __unused, int type, void *data __unused)
sys/cddl/dev/kinst/kinst.c
36
static int kinst_modevent(module_t, int, void *);
sys/cddl/dev/profile/profile.c
639
profile_modevent(module_t mod __unused, int type, void *data __unused)
sys/cddl/dev/prototype.c
109
prototype_modevent(module_t mod __unused, int type, void *data __unused)
sys/cddl/dev/sdt/sdt.c
644
sdt_modevent(module_t mod __unused, int type, void *data __unused)
sys/cddl/dev/systrace/systrace.c
359
systrace_modevent(module_t mod __unused, int type, void *data __unused)
sys/compat/linux/linux_common.c
46
linux_common_modevent(module_t mod, int type, void *data)
sys/compat/x86bios/x86bios.c
842
x86bios_modevent(module_t mod __unused, int type, void *data __unused)
sys/crypto/rc4/rc4.c
108
rc4_modevent(module_t mod, int type, void *unused)
sys/dev/aac/aac_linux.c
58
aac_linux_modevent(module_t mod, int type, void *data)
sys/dev/aacraid/aacraid_linux.c
60
aacraid_linux_modevent(module_t mod, int type, void *data)
sys/dev/adb/adb_kbd.c
839
akbd_modevent(module_t mod, int type, void *data)
sys/dev/aic7xxx/aic79xx_osm.c
1369
ahd_modevent(module_t mod, int type, void *data)
sys/dev/aic7xxx/aic79xx_osm.c
56
static int ahd_modevent(module_t mod, int type, void *data);
sys/dev/aic7xxx/aic7xxx_osm.c
1429
ahc_modevent(module_t mod, int type, void *data)
sys/dev/aic7xxx/aic7xxx_osm.c
50
static int ahc_modevent(module_t mod, int type, void *data);
sys/dev/amd_ecc_inject/ecc_inject.c
225
tsc_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/ata/ata-all.c
1208
ata_module_event_handler(module_t mod, int what, void *arg)
sys/dev/ata/ata-all.c
67
static int ata_module_event_handler(module_t mod, int what, void *arg);
sys/dev/ath/ah_osdep.c
428
ath_hal_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/ath/ah_osdep_ar5210.c
43
ath_hal_ar5210_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/ath/ah_osdep_ar5211.c
43
ath_hal_ar5211_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/ath/ah_osdep_ar5212.c
50
ath_hal_ar5212_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/ath/ah_osdep_ar5416.c
52
ath_hal_ar5416_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/ath/ah_osdep_ar9300.c
43
ath_hal_ar9300_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/ath/if_ath_dfs.c
45
ath_dfs_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/ath/if_ath_drv.c
50
ath_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/ath/if_ath_rate.c
45
ath_rate_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/cpuctl/cpuctl.c
571
cpuctl_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/cxgb/cxgb_main.c
170
static int cxgbc_mod_event(module_t, int, void *);
sys/dev/cxgb/cxgb_main.c
3498
cxgbc_mod_event(module_t mod, int cmd, void *arg)
sys/dev/cxgb/cxgb_t3fw.c
115
cxgb_t3c_protocol_sram_modevent(module_t mod, int type, void *unused)
sys/dev/cxgb/cxgb_t3fw.c
147
cxgb_t3c_tp_eeprom_modevent(module_t mod, int type, void *unused)
sys/dev/cxgb/cxgb_t3fw.c
19
cxgb_t3fw_modevent(module_t mod, int type, void *unused)
sys/dev/cxgb/cxgb_t3fw.c
51
cxgb_t3b_protocol_sram_modevent(module_t mod, int type, void *unused)
sys/dev/cxgb/cxgb_t3fw.c
83
cxgb_t3b_tp_eeprom_modevent(module_t mod, int type, void *unused)
sys/dev/cxgbe/crypto/t4_crypto.c
2733
ccr_modevent(module_t mod, int cmd, void *arg)
sys/dev/cxgbe/cxgbei/cxgbei.c
943
cxgbei_modevent(module_t mod, int cmd, void *arg)
sys/dev/cxgbe/if_cc.c
33
mod_event(module_t mod, int cmd, void *arg)
sys/dev/cxgbe/if_ccv.c
33
mod_event(module_t mod, int cmd, void *arg)
sys/dev/cxgbe/if_cxl.c
33
mod_event(module_t mod, int cmd, void *arg)
sys/dev/cxgbe/if_cxlv.c
33
mod_event(module_t mod, int cmd, void *arg)
sys/dev/cxgbe/iw_cxgbe/device.c
421
c4iw_modevent(module_t mod, int cmd, void *arg)
sys/dev/cxgbe/nvmf/nvmf_che.c
3298
nvmf_che_modevent(module_t mod, int cmd, void *arg)
sys/dev/cxgbe/t4_main.c
14203
mod_event(module_t mod, int cmd, void *arg)
sys/dev/cxgbe/t4_main.c
940
static int mod_event(module_t, int, void *);
sys/dev/cxgbe/tom/t4_tom.c
2429
t4_tom_modevent(module_t mod, int cmd, void *arg)
sys/dev/cxgbe/tom/t4_tom.c
87
static int t4_tom_modevent(module_t, int, void *);
sys/dev/dcons/dcons_os.c
421
dcons_modevent(module_t mode, int type, void *data)
sys/dev/drm2/drm_os_freebsd.c
475
drm_modevent(module_t mod, int type, void *data)
sys/dev/efidev/efidev.c
205
efidev_modevents(module_t m, int event, void *arg __unused)
sys/dev/efidev/efirt.c
852
efirt_modevents(module_t m, int event, void *arg __unused)
sys/dev/evdev/uinput.c
689
uinput_modevent(module_t mod __unused, int cmd, void *data)
sys/dev/exca/exca.c
927
exca_modevent(module_t mod, int cmd, void *arg)
sys/dev/fb/splashreg.h
50
static int name##_modevent(module_t mod, int type, void *data) \
sys/dev/fb/splashreg.h
72
static int name##_modevent(module_t mod, int type, void *data) \
sys/dev/fb/vesa.c
1985
vesa_mod_event(module_t mod, int type, void *data)
sys/dev/fdc/fdc.c
2100
fdc_modevent(module_t mod, int type, void *data)
sys/dev/fdt/fdt_slicer.c
167
mod_handler(module_t mod, int type, void *data)
sys/dev/filemon/filemon.c
485
filemon_modevent(module_t mod __unused, int type, void *data)
sys/dev/firewire/firewire.c
2361
fw_modevent(module_t mode, int type, void *data)
sys/dev/gpio/gpiokeys.c
1028
gpiokeys_driver_load(module_t mod, int what, void *arg)
sys/dev/hid/hkbd.c
2077
hkbd_driver_load(module_t mod, int what, void *arg)
sys/dev/hwt/hwt.c
216
hwt_modevent(module_t mod, int type, void *data)
sys/dev/hyperv/input/hv_kbd.c
761
hvkbd_driver_load(module_t mod, int what, void *arg)
sys/dev/hyperv/input/hv_kbdc.h
114
int hvkbd_driver_load(module_t, int, void *);
sys/dev/ice/ice_lib.c
10031
ice_module_event_handler(module_t __unused mod, int what, void __unused *arg)
sys/dev/ice/ice_lib.h
1018
int ice_module_event_handler(module_t mod, int what, void *arg);
sys/dev/iicbus/mux/iicmux.c
372
iicmux_modevent(module_t mod, int type, void *unused)
sys/dev/io/iodev.c
188
io_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/ioat/ioat.c
252
ioat_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/ioat/ioat.c
71
static int ioat_modevent(module_t mod, int type, void *data);
sys/dev/ipmi/ipmi_linux.c
72
ipmi_linux_modevent(module_t mod, int type, void *data)
sys/dev/irdma/icrdma.c
811
irdma_module_event_handler(module_t __unused mod, int what, void __unused * arg)
sys/dev/iscsi/icl.c
310
icl_modevent(module_t mod, int what, void *arg)
sys/dev/iscsi/icl_soft.c
1757
icl_soft_modevent(module_t mod, int what, void *arg)
sys/dev/iscsi/iscsi.c
2805
iscsi_modevent(module_t mod, int what, void *arg)
sys/dev/iser/icl_iser.c
573
icl_iser_modevent(module_t mod, int what, void *arg)
sys/dev/ispfw/ispfw.c
150
module_handler(module_t mod, int what, void *arg)
sys/dev/kbdmux/kbdmux.c
1371
kbdmux_modevent(module_t mod, int type, void *data)
sys/dev/ksyms/ksyms.c
497
ksyms_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/mem/memdev.c
135
mem_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/mfi/mfi_linux.c
67
mfi_linux_modevent(module_t mod, int cmd, void *data)
sys/dev/mlx4/mlx4_core/mlx4_main.c
4231
mlx4_evhand(module_t mod, int event, void *arg)
sys/dev/mlx4/mlx4_en/mlx4_en_main.c
311
mlx4en_evhand(module_t mod, int event, void *arg)
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
3240
mlx4ib_evhand(module_t mod, int event, void *arg)
sys/dev/mmc/mmcsd.c
1550
mmcsd_handler(module_t mod __unused, int what, void *arg __unused)
sys/dev/mmc/mmcspi.c
2253
mmcspi_modevent_handler(module_t mod, int what, void *arg)
sys/dev/mpt/mpt.c
246
mpt_modevent(module_t mod, int type, void *data)
sys/dev/mpt/mpt.h
198
int mpt_modevent(module_t, int, void *);
sys/dev/mrsas/mrsas_linux.c
81
mrsas_linux_modevent(module_t mod __unused, int cmd __unused, void *data __unused)
sys/dev/mxge/mxge_eth_z8e.c
15
mxge_eth_z8e_fw_modevent(module_t mod, int type, void *unused)
sys/dev/mxge/mxge_ethp_z8e.c
15
mxge_ethp_z8e_fw_modevent(module_t mod, int type, void *unused)
sys/dev/mxge/mxge_rss_eth_z8e.c
15
mxge_rss_eth_z8e_fw_modevent(module_t mod, int type, void *unused)
sys/dev/mxge/mxge_rss_ethp_z8e.c
15
mxge_rss_ethp_z8e_fw_modevent(module_t mod, int type, void *unused)
sys/dev/nmdm/nmdm.c
423
nmdm_modevent(module_t mod, int type, void *data)
sys/dev/null/null.c
190
null_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/nvd/nvd.c
117
static int nvd_modevent(module_t mod, int type, void *arg)
sys/dev/nvme/nvme.c
148
nvme_modevent(module_t mod __unused, int type __unused, void *argp __unused)
sys/dev/nvmf/host/nvmf.c
1263
nvmf_modevent(module_t mod, int what, void *arg)
sys/dev/nvmf/nvmf_transport.c
427
nvmf_transport_modevent(module_t mod __unused, int what, void *arg __unused)
sys/dev/nvram/nvram.c
151
nvram_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/ofw/openfirmio.c
273
openfirm_modevent(module_t mod, int type, void *data)
sys/dev/pci/pci.c
120
static int pci_modevent(module_t mod, int what, void *arg);
sys/dev/pci/pci.c
6209
pci_modevent(module_t mod, int what, void *arg)
sys/dev/ppbus/if_plip.c
181
static int lp_module_handler(module_t, int, void *);
sys/dev/ppbus/if_plip.c
187
lp_module_handler(module_t mod, int what, void *arg)
sys/dev/pty/pty.c
142
pty_modevent(module_t mod, int type, void *data)
sys/dev/qat/qat_api/freebsd_module.c
43
adf_modevent(module_t mod, int type, void *arg)
sys/dev/qat/qat_common/qat_common_module.c
31
qat_common_modevent(module_t mod, int type, void *data)
sys/dev/qat/qat_hw/qat_4xxxvf/adf_drv.c
256
adf_modevent(module_t mod, int type, void *data)
sys/dev/qcom_gcc/qcom_gcc_main.c
57
static int qcom_gcc_modevent(module_t, int, void *);
sys/dev/qcom_gcc/qcom_gcc_main.c
78
qcom_gcc_modevent(module_t mod, int type, void *unused)
sys/dev/qcom_rnd/qcom_rnd.c
57
static int qcom_rnd_modevent(module_t, int, void *);
sys/dev/qcom_rnd/qcom_rnd.c
76
qcom_rnd_modevent(module_t mod, int type, void *unused)
sys/dev/qlnx/qlnxr/qlnxr_os.c
1290
qlnxr_event_handler(module_t mod, int event, void *arg)
sys/dev/random/armv8rng.c
93
rndr_modevent(module_t mod, int type, void *unused)
sys/dev/random/darn.c
108
darn_modevent(module_t mod, int type, void *unused)
sys/dev/random/ivy.c
113
rdrand_modevent(module_t mod, int type, void *unused)
sys/dev/random/nehemiah.c
94
nehemiah_modevent(module_t mod, int type, void *unused)
sys/dev/random/randomdev.c
397
randomdev_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/random/rdseed.c
103
rdseed_modevent(module_t mod, int type, void *unused)
sys/dev/rndtest/rndtest.c
379
rndtest_modevent(module_t mod, int type, void *unused)
sys/dev/smbios/smbios.c
284
smbios_modevent (module_t mod, int what, void *arg)
sys/dev/smbios/smbios.c
70
static int smbios_modevent (module_t, int, void *);
sys/dev/snp/snp.c
348
snp_modevent(module_t mod, int type, void *data)
sys/dev/sound/driver.c
36
snd_modevent(module_t mod, int type, void *data)
sys/dev/sound/pci/emu10kx.c
3409
emu_modevent(module_t mod __unused, int cmd, void *data __unused)
sys/dev/sound/pci/emu10kx.c
425
static int emu_modevent(module_t mod __unused, int cmd, void *data __unused);
sys/dev/sound/pcm/sound.c
699
sound_modevent(module_t mod, int type, void *data)
sys/dev/speaker/spkr.c
502
speaker_modevent(module_t mod, int type, void *data)
sys/dev/sume/if_sume.c
1562
mod_event(module_t mod, int cmd, void *arg)
sys/dev/syscons/syscons.h
413
scterm_##name##_event(module_t mod, int type, void *data) \
sys/dev/syscons/syscons.h
477
scrndr_##name##_event(module_t mod, int type, void *data) \
sys/dev/tcp_log/tcp_log_dev.c
492
tcp_log_dev_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/tdfx/tdfx_pci.c
802
tdfx_mod_event(module_t mod, int what, void *arg)
sys/dev/ufshci/ufshci.c
67
ufshci_modevent(module_t mod __unused, int type __unused, void *argp __unused)
sys/dev/usb/input/ukbd.c
2300
ukbd_driver_load(module_t mod, int what, void *arg)
sys/dev/usb/misc/udbp.c
136
static int udbp_modload(module_t mod, int event, void *data);
sys/dev/usb/misc/udbp.c
274
udbp_modload(module_t mod, int event, void *data)
sys/dev/usb/net/usb_ethernet.c
551
uether_modevent(module_t mod, int type, void *data)
sys/dev/virtio/block/virtio_blk.c
138
static int vtblk_modevent(module_t, int, void *);
sys/dev/virtio/block/virtio_blk.c
296
vtblk_modevent(module_t mod, int type, void *unused)
sys/dev/virtio/console/virtio_console.c
149
static int vtcon_modevent(module_t, int, void *);
sys/dev/virtio/console/virtio_console.c
270
vtcon_modevent(module_t mod, int type, void *unused)
sys/dev/virtio/gpu/virtio_gpu.c
261
vtgpu_modevent(module_t mod, int type, void *unused)
sys/dev/virtio/gpu/virtio_gpu.c
79
static int vtgpu_modevent(module_t, int, void *);
sys/dev/virtio/network/if_vtnet.c
393
vtnet_modevent(module_t mod __unused, int type, void *unused __unused)
sys/dev/virtio/network/if_vtnet.c
99
static int vtnet_modevent(module_t, int, void *);
sys/dev/virtio/p9fs/virtio_p9fs.c
464
vt9p_modevent(module_t mod, int type, void *unused)
sys/dev/virtio/random/virtio_random.c
114
vtrnd_modevent(module_t mod, int type, void *unused)
sys/dev/virtio/random/virtio_random.c
60
static int vtrnd_modevent(module_t, int, void *);
sys/dev/virtio/scmi/virtio_scmi.c
125
vtscmi_modevent(module_t mod, int type, void *unused)
sys/dev/virtio/scmi/virtio_scmi.c
80
static int vtscmi_modevent(module_t, int, void *);
sys/dev/virtio/scsi/virtio_scsi.c
245
vtscsi_modevent(module_t mod, int type, void *unused)
sys/dev/virtio/scsi/virtio_scsi.c
67
static int vtscsi_modevent(module_t, int, void *);
sys/dev/virtio/virtio.c
362
virtio_modevent(module_t mod, int type, void *unused)
sys/dev/virtio/virtio.c
48
static int virtio_modevent(module_t, int, void *);
sys/dev/vkbd/vkbd.c
1349
vkbd_modevent(module_t mod, int type, void *data)
sys/dev/vmm/vmm_dev.c
1243
vmm_handler(module_t mod, int what, void *arg)
sys/dev/watchdog/watchdog.c
438
watchdog_modevent(module_t mod __unused, int type, void *data __unused)
sys/dev/wg/if_wg.c
3283
wg_module_event_handler(module_t mod, int what, void *arg)
sys/dev/wtap/if_wtap_module.c
100
event_handler(module_t module, int event, void *arg)
sys/dev/xen/efi/pvefi.c
214
modevents(module_t m, int event, void *arg __unused)
sys/dev/xz/xz_mod.c
56
xz_module_event_handler(module_t mod, int what, void *arg)
sys/dev/zlib/zlib_mod.c
34
zlib_modevent(module_t mod, int type, void *unused)
sys/fs/cuse/cuse.c
78
cuse_modevent(module_t mod, int type, void *data)
sys/fs/nfs/nfs_commonport.c
929
nfscommon_modevent(module_t mod, int type, void *data)
sys/fs/nfsclient/nfs_clkdtrace.c
551
dtnfsclient_modevent(module_t mod __unused, int type, void *data __unused)
sys/fs/nfsclient/nfs_clport.c
1466
nfscl_modevent(module_t mod, int type, void *data)
sys/fs/nfsserver/nfs_nfsdport.c
7556
nfsd_modevent(module_t mod, int type, void *data)
sys/fs/pseudofs/pseudofs.c
528
pfs_modevent(module_t mod, int evt, void *arg)
sys/geom/gate/g_gate.c
972
g_gate_modevent(module_t mod, int type, void *data)
sys/geom/geom.h
329
int g_modevent(module_t, int, void *);
sys/geom/geom_subr.c
251
g_modevent(module_t mod, int type, void *data)
sys/geom/part/g_part.c
2392
g_part_modevent(module_t mod, int type, struct g_part_scheme *scheme)
sys/geom/part/g_part.h
241
int g_part_modevent(module_t, int, struct g_part_scheme *);
sys/geom/part/g_part.h
246
static int name##_modevent(module_t mod, int tp, void *d) \
sys/geom/raid/g_raid.c
2500
g_raid_md_modevent(module_t mod, int type, void *arg)
sys/geom/raid/g_raid.c
2533
g_raid_tr_modevent(module_t mod, int type, void *arg)
sys/geom/raid/g_raid.h
327
int g_raid_md_modevent(module_t, int, void *);
sys/geom/raid/g_raid.h
365
int g_raid_tr_modevent(module_t, int, void *);
sys/i386/bios/smapi.c
292
smapi_modevent (module_t mod, int what, void *arg)
sys/i386/bios/smapi.c
87
static int smapi_modevent(module_t, int, void *);
sys/i386/linux/linux_sysvec.c
850
linux_elf_modevent(module_t mod, int type, void *data)
sys/kern/kern_alq.c
923
alq_load_handler(module_t mod, int what, void *arg)
sys/kern/kern_khelp.c
314
khelp_modevent(module_t mod, int event_type, void *data)
sys/kern/kern_linker.c
1486
module_t mp;
sys/kern/kern_linker.c
686
module_t mod, next;
sys/kern/kern_module.c
111
module_t mod;
sys/kern/kern_module.c
152
module_t newmod;
sys/kern/kern_module.c
181
module_reference(module_t mod)
sys/kern/kern_module.c
191
module_release(module_t mod)
sys/kern/kern_module.c
210
module_t
sys/kern/kern_module.c
213
module_t mod;
sys/kern/kern_module.c
226
module_t
sys/kern/kern_module.c
229
module_t mod;
sys/kern/kern_module.c
240
module_quiesce(module_t mod)
sys/kern/kern_module.c
253
module_unload(module_t mod)
sys/kern/kern_module.c
264
module_getid(module_t mod)
sys/kern/kern_module.c
271
module_t
sys/kern/kern_module.c
272
module_getfnext(module_t mod)
sys/kern/kern_module.c
280
module_getname(module_t mod)
sys/kern/kern_module.c
288
module_setspecific(module_t mod, modspecific_t *datap)
sys/kern/kern_module.c
296
module_file(module_t mod)
sys/kern/kern_module.c
308
module_t mod;
sys/kern/kern_module.c
339
module_t mod;
sys/kern/kern_module.c
377
module_t mod;
sys/kern/kern_module.c
451
module_t mod;
sys/kern/kern_module.c
501
module_t mod;
sys/kern/kern_module.c
66
modevent_nop(module_t mod, int what, void *arg)
sys/kern/kern_module.c
94
module_t mod;
sys/kern/subr_acl_nfs4.c
1372
acl_nfs4_modload(module_t module, int what, void *arg)
sys/kern/subr_acl_posix1e.c
641
acl_posix1e_modload(module_t mod, int what, void *arg)
sys/kern/subr_bus.c
5213
root_bus_module_handler(module_t mod, int what, void* arg)
sys/kern/subr_bus.c
5269
driver_module_handler(module_t mod, int what, void *arg)
sys/kern/subr_firmware.c
602
firmware_modevent(module_t mod, int type, void *unused)
sys/kern/uipc_accf.c
126
accept_filt_generic_mod_event(module_t mod, int event, void *data)
sys/kern/vfs_init.c
601
vfs_modevent(module_t mod, int type, void *data)
sys/kgssapi/gss_impl.c
267
kgssapi_modevent(module_t mod, int type, void *data)
sys/kgssapi/krb5/krb5_mech.c
2180
kgssapi_krb5_modevent(module_t mod, int type, void *data)
sys/libkern/iconv.c
102
iconv_mod_handler(module_t mod, int type, void *data)
sys/libkern/iconv.c
478
iconv_converter_handler(module_t mod, int type, void *data)
sys/modules/dtrace/dtraceall/dtraceall.c
37
dtraceall_modevent(module_t mod __unused, int type, void *data __unused)
sys/net/bridgestp.c
2137
bstp_modevent(module_t mod, int type, void *data)
sys/net/dummymbuf.c
495
dmb_modevent(module_t mod __unused, int event, void *arg __unused)
sys/net/if_bridge.c
715
bridge_modevent(module_t mod, int type, void *data)
sys/net/if_disc.c
148
disc_modevent(module_t mod, int type, void *data)
sys/net/if_edsc.c
344
edsc_modevent(module_t mod, int type, void *data)
sys/net/if_enc.c
429
enc_modevent(module_t mod, int type, void *data)
sys/net/if_epair.c
986
epair_modevent(module_t mod, int type, void *data)
sys/net/if_fwsubr.c
848
firewire_modevent(module_t mod, int type, void *data)
sys/net/if_gif.c
235
gifmodevent(module_t mod, int type, void *data)
sys/net/if_gre.c
1159
gremodevent(module_t mod, int type, void *data)
sys/net/if_infiniband.c
714
infiniband_modevent(module_t mod, int type, void *data)
sys/net/if_lagg.c
325
lagg_modevent(module_t mod, int type, void *data)
sys/net/if_loop.c
170
loop_modevent(module_t mod, int type, void *data)
sys/net/if_me.c
662
memodevent(module_t mod, int type, void *data)
sys/net/if_ovpn.c
2872
ovpnmodevent(module_t mod, int type, void *data)
sys/net/if_stf.c
199
static int stfmodevent(module_t, int, void *);
sys/net/if_stf.c
343
stfmodevent(module_t mod, int type, void *data)
sys/net/if_tuntap.c
235
static int tuntapmodevent(module_t, int, void *);
sys/net/if_tuntap.c
819
tuntapmodevent(module_t mod, int type, void *data)
sys/net/if_vlan.c
902
vlan_modevent(module_t mod, int type, void *data)
sys/net/if_vxlan.c
3667
vxlan_modevent(module_t mod, int type, void *unused)
sys/net/if_vxlan.c
411
static int vxlan_modevent(module_t, int, void *);
sys/net/iflib.c
530
static int iflib_module_event_handler(module_t, int, void *);
sys/net/iflib.c
5534
iflib_module_event_handler(module_t mod, int what, void *arg)
sys/net80211/ieee80211_freebsd.c
1352
wlan_modevent(module_t mod, int type, void *unused)
sys/net80211/ieee80211_freebsd.h
398
wlan_##name##_modevent(module_t mod, int type, void *unused) \
sys/netgraph/bluetooth/common/ng_bluetooth.c
262
bluetooth_modevent(module_t mod, int event, void *data)
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
135
static int ubt_modevent(module_t, int, void *);
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
2014
ubt_modevent(module_t mod, int event, void *data)
sys/netgraph/bluetooth/socket/ng_btsocket.c
227
ng_btsocket_modevent(module_t mod, int event, void *data)
sys/netgraph/bluetooth/socket/ng_btsocket.c
63
static int ng_btsocket_modevent (module_t, int, void *);
sys/netgraph/netgraph.h
1183
int ng_mod_event(module_t mod, int what, void *arg);
sys/netgraph/ng_base.c
226
static int ngb_mod_event(module_t mod, int event, void *data);
sys/netgraph/ng_base.c
3091
ng_mod_event(module_t mod, int event, void *data)
sys/netgraph/ng_base.c
3200
ngb_mod_event(module_t mod, int event, void *data)
sys/netgraph/ng_device.c
187
ng_device_mod_event(module_t mod, int event, void *data)
sys/netgraph/ng_device.c
74
static int ng_device_mod_event(module_t, int, void *);
sys/netgraph/ng_eiface.c
100
static int ng_eiface_mod_event(module_t, int, void *);
sys/netgraph/ng_eiface.c
650
ng_eiface_mod_event(module_t mod, int event, void *data)
sys/netgraph/ng_ether.c
112
static int ng_ether_mod_event(module_t mod, int event, void *data);
sys/netgraph/ng_ether.c
811
ng_ether_mod_event(module_t mod, int event, void *data)
sys/netgraph/ng_gif.c
123
static int ng_gif_mod_event(module_t mod, int event, void *data);
sys/netgraph/ng_gif.c
536
ng_gif_mod_event(module_t mod, int event, void *data)
sys/netgraph/ng_iface.c
145
static int ng_iface_mod_event(module_t, int, void *);
sys/netgraph/ng_iface.c
778
ng_iface_mod_event(module_t mod, int event, void *data)
sys/netgraph/ng_ipfw.c
102
ng_ipfw_mod_event(module_t mod, int event, void *data)
sys/netgraph/ng_ipfw.c
63
static int ng_ipfw_mod_event(module_t mod, int event, void *data);
sys/netgraph/ng_pipe.c
133
static int ngp_modevent(module_t, int, void *);
sys/netgraph/ng_pipe.c
994
ngp_modevent(module_t mod, int type, void *unused)
sys/netgraph/ng_socket.c
1173
ngs_mod_event(module_t mod, int event, void *data)
sys/netgraph/ng_socket.c
129
static int ngs_mod_event(module_t mod, int event, void *data);
sys/netinet/cc/cc.c
634
cc_modevent(module_t mod, int event_type, void *data)
sys/netinet/cc/cc_module.h
57
int cc_modevent(module_t mod, int type, void *data);
sys/netinet/igmp.c
3696
igmp_modevent(module_t mod, int type, void *unused __unused)
sys/netinet/in_fib_dxr.c
1365
dxr_modevent(module_t mod, int type, void *unused)
sys/netinet/ip_carp.c
2911
carp_modevent(module_t mod, int type, void *data)
sys/netinet/ip_divert.c
728
div_modevent(module_t mod, int type, void *unused)
sys/netinet/ip_mroute.c
2933
ip_mroute_modevent(module_t mod, int type, void *unused)
sys/netinet/libalias/alias_db.c
74
alias_mod_handler(module_t mod, int type, void *data)
sys/netinet/libalias/alias_dummy.c
113
mod_handler(module_t mod, int type, void *data)
sys/netinet/libalias/alias_ftp.c
163
mod_handler(module_t mod, int type, void *data)
sys/netinet/libalias/alias_irc.c
129
mod_handler(module_t mod, int type, void *data)
sys/netinet/libalias/alias_mod.h
136
typedef int (*modeventhand_t)(module_t, int /* modeventtype_t */, void *);
sys/netinet/libalias/alias_nbt.c
151
mod_handler(module_t mod, int type, void *data)
sys/netinet/libalias/alias_pptp.c
165
mod_handler(module_t mod, int type, void *data)
sys/netinet/libalias/alias_skinny.c
89
mod_handler(module_t mod, int type, void *data)
sys/netinet/libalias/alias_smedia.c
173
mod_handler(module_t mod, int type, void *data)
sys/netinet/netdump/netdump_client.c
616
netdump_modevent(module_t mod __unused, int what, void *priv __unused)
sys/netinet/netdump/netdump_client.c
96
static int netdump_modevent(module_t mod, int type, void *priv);
sys/netinet/siftr.c
1356
siftr_load_handler(module_t mod, int what, void *arg)
sys/netinet/tcp_hpts.c
2177
tcp_hpts_mod_event(module_t mod, int what, void *arg)
sys/netinet/tcp_stacks/bbr.c
14733
tcp_addbbr(module_t mod, int32_t type, void *data)
sys/netinet/tcp_stacks/rack.c
24664
tcp_addrack(module_t mod, int32_t type, void *data)
sys/netinet/tcp_stacks/rack.c
524
static int32_t tcp_addrack(module_t mod, int32_t type, void *data);
sys/netinet/toecore.c
584
toecore_mod_handler(module_t mod, int cmd, void *arg)
sys/netinet6/ip6_mroute.c
2067
ip6_mroute_modevent(module_t mod, int type, void *unused)
sys/netinet6/mld6.c
3284
mld_modevent(module_t mod, int type, void *unused __unused)
sys/netinet6/send.c
329
send_modevent(module_t mod, int type, void *unused)
sys/netipsec/ipsec_mod.c
105
ipsec_modevent(module_t mod, int type, void *data)
sys/netipsec/subr_ipsec.c
245
ipsec_support_modevent(module_t mod, int type, void *data)
sys/netipsec/xform_tcp.c
407
tcpmd5_modevent(module_t mod, int type, void *data)
sys/netlink/netlink_module.c
185
netlink_modevent(module_t mod __unused, int what, void *priv __unused)
sys/netlink/netlink_sysevent.c
184
nlsysevent_loader(module_t mod __unused, int what, void *priv __unused)
sys/netpfil/ipfilter/netinet/mlfk_ipl.c
182
ipfilter_modevent(module_t mod, int type, void *unused)
sys/netpfil/ipfw/dn_aqm.h
152
dn_aqm_modevent(module_t mod, int cmd, void *arg);
sys/netpfil/ipfw/dn_sched.h
202
int dn_sched_modevent(module_t mod, int cmd, void *arg);
sys/netpfil/ipfw/ip_dummynet.c
2616
dummynet_modevent(module_t mod, int type, void *data)
sys/netpfil/ipfw/ip_dummynet.c
2691
dn_sched_modevent(module_t mod, int cmd, void *arg)
sys/netpfil/ipfw/ip_dummynet.c
2811
dn_aqm_modevent(module_t mod, int cmd, void *arg)
sys/netpfil/ipfw/ip_fw2.c
3826
ipfw_modevent(module_t mod, int type, void *unused)
sys/netpfil/ipfw/ip_fw_compat.c
683
ipfw_compat_modevent(module_t mod, int type, void *unused)
sys/netpfil/ipfw/ip_fw_nat.c
1198
ipfw_nat_modevent(module_t mod, int type, void *unused)
sys/netpfil/ipfw/nat64/ip_fw_nat64.c
118
ipfw_nat64_modevent(module_t mod, int type, void *unused)
sys/netpfil/ipfw/nptv6/ip_fw_nptv6.c
63
ipfw_nptv6_modevent(module_t mod, int type, void *unused)
sys/netpfil/ipfw/pmod/ip_fw_pmod.c
65
ipfw_pmod_modevent(module_t mod, int type, void *unused)
sys/netpfil/ipfw/test/dn_test.h
149
int (*f)(module_t, int, void *);
sys/netpfil/ipfw/test/test_dn_sched.c
15
dn_sched_modevent(module_t mod, int cmd, void *arg)
sys/netpfil/pf/if_pflog.c
338
pflog_modevent(module_t mod, int type, void *data)
sys/netpfil/pf/if_pfsync.c
3412
pfsync_modevent(module_t mod, int type, void *data)
sys/netpfil/pf/pf_ioctl.c
8016
pf_modevent(module_t mod, int type, void *data)
sys/netpfil/pf/pflow.c
1815
pflow_modevent(module_t mod, int type, void *data)
sys/netsmb/smb_dev.c
338
nsmb_dev_load(module_t mod, int cmd, void *arg)
sys/nfs/nfs_nfssvc.c
119
nfssvc_modevent(module_t mod, int type, void *data)
sys/nlm/nlm_prot_impl.c
2412
nfslockd_modevent(module_t mod, int type, void *data)
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c
1448
ipoib_evhand(module_t mod, int event, void *arg)
sys/opencrypto/crypto.c
1972
int crypto_modevent(module_t mod, int type, void *unused);
sys/opencrypto/crypto.c
1982
crypto_modevent(module_t mod, int type, void *unused)
sys/opencrypto/cryptodev.c
1275
cryptodev_modevent(module_t mod, int type, void *unused)
sys/rpc/rpc_generic.c
946
krpc_modevent(module_t mod, int type, void *data)
sys/security/audit/audit_dtrace.c
507
dtaudit_modevent(module_t mod __unused, int type, void *data __unused)
sys/security/mac/mac_framework.c
653
mac_policy_modevent(module_t mod, int type, void *data)
sys/security/mac/mac_policy.h
1116
int mac_policy_modevent(module_t mod, int type, void *data);
sys/security/mac_veriexec/mac_veriexec.h
172
int mac_veriexec_fingerprint_modevent(module_t mod, int type, void *data);
sys/security/mac_veriexec/veriexec_fingerprint.c
425
mac_veriexec_fingerprint_modevent(module_t mod, int type, void *data)
sys/sys/exec.h
107
static int __CONCAT(name,_modevent)(module_t mod, int type, \
sys/sys/iconv.h
199
static int fsname ## _iconv_mod_handler(module_t mod, \
sys/sys/iconv.h
202
fsname ## _iconv_mod_handler(module_t mod, int type, void *d) \
sys/sys/iconv.h
240
int iconv_converter_handler(module_t mod, int type, void *data);
sys/sys/module.h
229
module_t module_lookupbyname(const char *);
sys/sys/module.h
230
module_t module_lookupbyid(int);
sys/sys/module.h
231
int module_quiesce(module_t);
sys/sys/module.h
232
void module_reference(module_t);
sys/sys/module.h
233
void module_release(module_t);
sys/sys/module.h
234
int module_unload(module_t);
sys/sys/module.h
235
int module_getid(module_t);
sys/sys/module.h
236
module_t module_getfnext(module_t);
sys/sys/module.h
237
const char * module_getname(module_t);
sys/sys/module.h
238
void module_setspecific(module_t, modspecific_t *);
sys/sys/module.h
239
struct linker_file *module_file(module_t);
sys/sys/module.h
51
typedef int (*modeventhand_t)(module_t, int /* modeventtype_t */, void *);
sys/sys/module_khelp.h
94
int khelp_modevent(module_t mod, int type, void *data);
sys/sys/mount.h
1049
int vfs_modevent(module_t, int, void *);
sys/sys/socketvar.h
598
int accept_filt_generic_mod_event(module_t mod, int event, void *data);
sys/tests/epoch/epoch_test.c
193
epoch_test_module_event_handler(module_t mod, int what, void *arg __unused)
sys/tests/fib_lookup/fib_lookup.c
916
test_fib_lookup_modevent(module_t mod, int type, void *unused)
sys/tests/framework/kern_testfrwk.c
300
kerntest_mod_init(module_t mod, int type, void *data)
sys/tests/ktest.c
281
ktest_default_modevent(module_t mod, int type, void *arg)
sys/tests/ktest.c
386
ktest_modevent(module_t mod, int type, void *unused)
sys/tests/ktest.h
71
int ktest_default_modevent(module_t mod, int type, void *arg);
sys/x86/bios/vpd.c
100
static int vpd_modevent (module_t, int, void *);
sys/x86/bios/vpd.c
251
vpd_modevent (module_t mod, int what, void *arg)
sys/xdr/xdr.c
821
xdr_modevent(module_t mod, int type, void *data)
tools/regression/kthread/kld/kthrdlk.c
175
kthrdlk_handler(module_t mod, int /*modeventtype_t*/ what,
tools/regression/net80211/ccmp/test_ccmp.c
742
test_ccmp_modevent(module_t mod, int type, void *unused)
tools/regression/net80211/tkip/test_tkip.c
382
test_tkip_modevent(module_t mod, int type, void *unused)
tools/regression/net80211/wep/test_wep.c
331
test_wep_modevent(module_t mod, int type, void *unused)
tools/regression/redzone9/redzone.c
121
redzone_modevent(module_t mod, int type, void *data)
tools/test/callout_free/callout_free.c
54
callout_free_load(module_t mod, int cmd, void *arg)
tools/tools/kttcp/sys/kttcp.c
251
kttcpdev_modevent(module_t mod, int type, void *unused)
tools/tools/vhba/vhba.c
399
vhba_modprobe(module_t mod, int cmd, void *arg)
tools/tools/vhba/vhba.h
102
int vhba_modprobe(module_t, int, void *);
tools/uma/smrstress/smrstress.c
203
smrs_modevent(module_t mod, int what, void *arg)