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

1234567891011>>

/freebsd-13-stable/sys/cddl/dev/dtrace/
H A Ddtrace_modevent.c27 dtrace_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-13-stable/sys/sys/
H A Dmodule.h52 typedef struct module *module_t; typedef in typeref:struct:module
53 typedef int (*modeventhand_t)(module_t, int /* modeventtype_t */, void *);
229 module_t module_lookupbyname(const char *);
230 module_t module_lookupbyid(int);
231 int module_quiesce(module_t);
232 void module_reference(module_t);
233 void module_release(module_t);
234 int module_unload(module_t);
235 int module_getid(module_t);
236 module_t module_getfnex
[all...]
/freebsd-13-stable/sys/dev/cxgbe/
H A Dif_cc.c36 mod_event(module_t mod, int cmd, void *arg)
H A Dif_ccv.c36 mod_event(module_t mod, int cmd, void *arg)
H A Dif_cxl.c36 mod_event(module_t mod, int cmd, void *arg)
H A Dif_cxlv.c36 mod_event(module_t mod, int cmd, void *arg)
/freebsd-13-stable/sys/dev/zlib/
H A Dzlib_mod.c36 zlib_modevent(module_t mod, int type, void *unused)
/freebsd-13-stable/sys/netinet/cc/
H A Dcc_module.h70 int cc_modevent(module_t mod, int type, void *data);
/freebsd-13-stable/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;
184 module_reference(module_t mod)
194 module_release(module_t mod)
213 module_t
216 module_t mod;
229 module_t
232 module_t mo
[all...]
/freebsd-13-stable/sys/dev/fb/
H A Dsplashreg.h52 static int name##_modevent(module_t mod, int type, void *data) \
74 static int name##_modevent(module_t mod, int type, void *data) \
/freebsd-13-stable/sys/gnu/gcov/
H A Dgcov.h86 void gcov_module_unload(void *, module_t);
89 int within_module(vm_offset_t addr, module_t mod);
/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_mod.h137 typedef struct module *module_t; typedef in typeref:struct:module
138 typedef int (*modeventhand_t)(module_t, int /* modeventtype_t */, void *);
/freebsd-13-stable/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-13-stable/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-13-stable/sys/dev/ath/
H A Dah_osdep_ar5210.c46 ath_hal_ar5210_modevent(module_t mod __unused, int type, void *data __unused)
H A Dah_osdep_ar5211.c46 ath_hal_ar5211_modevent(module_t mod __unused, int type, void *data __unused)
H A Dah_osdep_ar9300.c46 ath_hal_ar9300_modevent(module_t mod __unused, int type, void *data __unused)
H A Dif_ath_dfs.c47 ath_dfs_modevent(module_t mod __unused, int type, void *data __unused)
H A Dif_ath_rate.c47 ath_rate_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-13-stable/sys/dev/xz/
H A Dxz_mod.c58 xz_module_event_handler(module_t mod, int what, void *arg)
/freebsd-13-stable/share/examples/kld/cdev/module/
H A Dcdevmod.c109 cdev_load(module_t mod, int cmd, void *arg)
/freebsd-13-stable/share/examples/kld/firmware/fwconsumer/
H A Dfw_consumer.c44 fw_consumer_modevent(module_t mod, int type, void *unused)

Completed in 276 milliseconds

1234567891011>>