Searched refs:module_t (Results 1 - 25 of 274) sorted by relevance

1234567891011

/freebsd-10.0-release/sys/dev/lindev/
H A Dlindev.h32 int lindev_modevent_full(module_t, int, void *);
H A Dlindev.c48 lindev_modevent(module_t mod, int type, void *data)
/freebsd-10.0-release/sys/cddl/dev/dtrace/
H A Ddtrace_modevent.c27 dtrace_modevent(module_t mod __unused, int type, void *data __unused)
H A Ddtrace_test.c86 dtrace_test_modevent(module_t mod, int type, void *data)
/freebsd-10.0-release/sys/sys/
H A Dmodule.h49 typedef struct module *module_t; typedef in typeref:struct:module
50 typedef int (*modeventhand_t)(module_t, int /* modeventtype_t */, void *);
168 module_t module_lookupbyname(const char *);
169 module_t module_lookupbyid(int);
170 int module_quiesce(module_t);
171 void module_reference(module_t);
172 void module_release(module_t);
173 int module_unload(module_t);
174 int module_getid(module_t);
175 module_t module_getfnex
[all...]
/freebsd-10.0-release/sys/netinet/cc/
H A Dcc_module.h68 int cc_modevent(module_t mod, int type, void *data);
/freebsd-10.0-release/sys/kern/
H A Dkern_module.c69 modevent_nop(module_t mod, int what, void *arg)
97 module_t mod;
114 module_t mod;
155 module_t newmod;
188 module_reference(module_t mod)
198 module_release(module_t mod)
217 module_t
220 module_t mod;
233 module_t
236 module_t mo
[all...]
/freebsd-10.0-release/sys/dev/fb/
H A Dsplashreg.h50 static int name##_modevent(module_t mod, int type, void *data) \
72 static int name##_modevent(module_t mod, int type, void *data) \
/freebsd-10.0-release/sys/netinet/libalias/
H A Dalias_mod.h144 typedef struct module *module_t; typedef in typeref:struct:module
145 typedef int (*modeventhand_t)(module_t, int /* modeventtype_t */, void *);
/freebsd-10.0-release/sys/dev/cxgb/
H A Dcxgb_t3fw.c20 cxgb_t3fw_modevent(module_t mod, int type, void *unused)
53 cxgb_t3b_protocol_sram_modevent(module_t mod, int type, void *unused)
86 cxgb_t3b_tp_eeprom_modevent(module_t mod, int type, void *unused)
119 cxgb_t3c_protocol_sram_modevent(module_t mod, int type, void *unused)
152 cxgb_t3c_tp_eeprom_modevent(module_t mod, int type, void *unused)
/freebsd-10.0-release/share/examples/kld/cdev/module/
H A Dcdevmod.c107 cdev_load(module_t mod, int cmd, void *arg)
/freebsd-10.0-release/share/examples/kld/firmware/fwconsumer/
H A Dfw_consumer.c42 fw_consumer_modevent(module_t mod, int type, void *unused)
/freebsd-10.0-release/share/examples/kld/random_adaptor/
H A Drandom_adaptor_example.c77 random_example_modevent(module_t mod, int type, void *unused)
/freebsd-10.0-release/sys/dev/mxge/
H A Dmxge_eth_z8e.c16 mxge_eth_z8e_fw_modevent(module_t mod, int type, void *unused)
H A Dmxge_ethp_z8e.c16 mxge_ethp_z8e_fw_modevent(module_t mod, int type, void *unused)
H A Dmxge_rss_eth_z8e.c16 mxge_rss_eth_z8e_fw_modevent(module_t mod, int type, void *unused)
H A Dmxge_rss_ethp_z8e.c16 mxge_rss_ethp_z8e_fw_modevent(module_t mod, int type, void *unused)
/freebsd-10.0-release/usr.sbin/ndiscvt/
H A Dwindrv_stub.c139 extern int windrv_load(module_t, vm_offset_t, size_t,
141 extern int windrv_unload(module_t, vm_offset_t, size_t);
173 static int windrv_modevent(module_t, int, void *);
213 module_t mod;
/freebsd-10.0-release/sys/geom/part/
H A Dg_part.h204 int g_part_modevent(module_t, int, struct g_part_scheme *);
207 static int name##_modevent(module_t mod, int tp, void *d) \
/freebsd-10.0-release/sys/netpfil/ipfw/test/
H A Ddn_test.h111 typedef void * module_t; typedef
115 int (*f)(module_t, int, void *);
/freebsd-10.0-release/contrib/ipfilter/
H A Dmlfk_rule.c36 ipfrule_modevent(module_t mod, int type, void *unused)
/freebsd-10.0-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris.c79 opensolaris_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-10.0-release/sys/dev/aac/
H A Daac_linux.c66 aac_linux_modevent(module_t mod, int type, void *data)
/freebsd-10.0-release/sys/dev/aacraid/
H A Daacraid_linux.c70 aacraid_linux_modevent(module_t mod, int type, void *data)
/freebsd-10.0-release/sys/dev/amr/
H A Damr_linux.c64 amr_linux_modevent(module_t mod, int cmd, void *data)

Completed in 283 milliseconds

1234567891011