Searched refs:module_t (Results 51 - 75 of 275) sorted by relevance

1234567891011

/freebsd-10.2-release/sys/i386/ibcs2/
H A Dibcs2_sysvec.c106 ibcs2_modevent(module_t mod, int type, void *unused)
/freebsd-10.2-release/sys/dev/mrsas/
H A Dmrsas_linux.c93 mrsas_linux_modevent(module_t mod __unused, int cmd __unused, void *data __unused)
/freebsd-10.2-release/sys/dev/null/
H A Dnull.c153 null_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-10.2-release/sys/dev/nvram/
H A Dnvram.c151 nvram_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-10.2-release/sys/nfs/
H A Dnfs_nfssvc.c118 nfssvc_modevent(module_t mod, int type, void *data)
/freebsd-10.2-release/tools/regression/kthread/kld/
H A Dkthrdlk.c178 kthrdlk_handler(module_t mod, int /*modeventtype_t*/ what,
/freebsd-10.2-release/tools/regression/redzone9/
H A Dredzone.c124 redzone_modevent(module_t mod, int type, void *data)
/freebsd-10.2-release/sys/cddl/dev/
H A Dprototype.c109 prototype_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-10.2-release/sys/dev/bktr/
H A Dbktr_mem.c69 bktr_mem_modevent(module_t mod, int type, void *unused){
/freebsd-10.2-release/share/examples/kld/dyn_sysctl/
H A Ddyn_sysctl.c56 load(module_t mod, int cmd, void *arg)
/freebsd-10.2-release/sys/dev/pty/
H A Dpty.c139 pty_modevent(module_t mod, int type, void *data)
/freebsd-10.2-release/sys/dev/virtio/
H A Dvirtio.c48 static int virtio_modevent(module_t, int, void *);
251 virtio_modevent(module_t mod, int type, void *unused)
/freebsd-10.2-release/sys/i386/bios/
H A Dsmapi.c90 static int smapi_modevent(module_t, int, void *);
282 smapi_modevent (module_t mod, int what, void *arg)
/freebsd-10.2-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket.c62 static int ng_btsocket_modevent (module_t, int, void *);
269 ng_btsocket_modevent(module_t mod, int event, void *data)
/freebsd-10.2-release/sys/netgraph/
H A Dng_ipfw.c62 static int ng_ipfw_mod_event(module_t mod, int event, void *data);
102 ng_ipfw_mod_event(module_t mod, int event, void *data)
/freebsd-10.2-release/sys/net/
H A Dif_faith.c94 static int faithmodevent(module_t, int, void *);
107 module_t mod;
H A Dif_disc.c132 disc_modevent(module_t mod, int type, void *data)
H A Dif_edsc.c313 edsc_modevent(module_t mod, int type, void *data)
/freebsd-10.2-release/sys/x86/bios/
H A Dsmbios.c71 static int smbios_modevent (module_t, int, void *);
192 module_t mod;
H A Dvpd.c102 static int vpd_modevent (module_t, int, void *);
239 module_t mod;
/freebsd-10.2-release/sys/dev/io/
H A Diodev.c189 io_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-10.2-release/sys/dev/wtap/
H A Dif_wtap_module.c137 event_handler(module_t module, int event, void *arg)
/freebsd-10.2-release/sys/dev/random/
H A Drandomdev.c190 random_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-10.2-release/sys/netgraph/bluetooth/common/
H A Dng_bluetooth.c260 bluetooth_modevent(module_t mod, int event, void *data)
/freebsd-10.2-release/sys/netinet/libalias/
H A Dalias_cuseeme.c113 mod_handler(module_t mod, int type, void *data)

Completed in 317 milliseconds

1234567891011