Home
last modified time | relevance | path

Searched refs:module_t (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/freebsd-14.2/sys/sys/
H A Dmodule.h50 typedef struct module *module_t; typedef
227 module_t module_lookupbyname(const char *);
228 module_t module_lookupbyid(int);
229 int module_quiesce(module_t);
230 void module_reference(module_t);
231 void module_release(module_t);
232 int module_unload(module_t);
233 int module_getid(module_t);
234 module_t module_getfnext(module_t);
235 const char * module_getname(module_t);
[all …]
H A Diconv.h199 static int fsname ## _iconv_mod_handler(module_t mod, \
202 fsname ## _iconv_mod_handler(module_t mod, int type, void *d) \
240 int iconv_converter_handler(module_t mod, int type, void *data);
/freebsd-14.2/sys/kern/
H A Dkern_module.c95 module_t mod; in module_shutdown()
112 module_t mod; in module_register_init()
211 module_t
214 module_t mod; in module_lookupbyname()
227 module_t
272 module_t
309 module_t mod; in sys_modnext()
340 module_t mod; in sys_modfnext()
378 module_t mod; in sys_modstat()
452 module_t mod; in sys_modfind()
[all …]
/freebsd-14.2/sys/dev/cxgb/
H A Dcxgb_t3fw.c19 cxgb_t3fw_modevent(module_t mod, int type, void *unused) in cxgb_t3fw_modevent()
51 cxgb_t3b_protocol_sram_modevent(module_t mod, int type, void *unused) in cxgb_t3b_protocol_sram_modevent()
83 cxgb_t3b_tp_eeprom_modevent(module_t mod, int type, void *unused) in cxgb_t3b_tp_eeprom_modevent()
115 cxgb_t3c_protocol_sram_modevent(module_t mod, int type, void *unused) in cxgb_t3c_protocol_sram_modevent()
147 cxgb_t3c_tp_eeprom_modevent(module_t mod, int type, void *unused) in cxgb_t3c_tp_eeprom_modevent()
/freebsd-14.2/sys/gnu/gcov/
H A Dgcov.h84 void gcov_module_unload(void *, module_t);
87 int within_module(vm_offset_t addr, module_t mod);
/freebsd-14.2/sys/netinet/libalias/
H A Dalias_mod.h135 typedef struct module *module_t; typedef
136 typedef int (*modeventhand_t)(module_t, int /* modeventtype_t */, void *);
/freebsd-14.2/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-14.2/sys/dev/qcom_gcc/
H A Dqcom_gcc_ipq4018.c58 static int qcom_gcc_ipq4018_modevent(module_t, int, void *);
65 qcom_gcc_ipq4018_modevent(module_t mod, int type, void *unused) in qcom_gcc_ipq4018_modevent()
/freebsd-14.2/sys/netpfil/ipfw/test/
H A Ddn_test.h145 typedef void * module_t; typedef
149 int (*f)(module_t, int, void *);
/freebsd-14.2/sys/geom/part/
H A Dg_part.h239 int g_part_modevent(module_t, int, struct g_part_scheme *);
244 static int name##_modevent(module_t mod, int tp, void *d) \
/freebsd-14.2/sys/dev/qcom_rnd/
H A Dqcom_rnd.c58 static int qcom_rnd_modevent(module_t, int, void *);
77 qcom_rnd_modevent(module_t mod, int type, void *unused) in qcom_rnd_modevent()
/freebsd-14.2/sys/netgraph/bluetooth/socket/
H A Dng_btsocket.c63 static int ng_btsocket_modevent (module_t, int, void *);
227 ng_btsocket_modevent(module_t mod, int event, void *data) in ng_btsocket_modevent()
/freebsd-14.2/sys/cddl/dev/dtrace/
H A Ddtrace_modevent.c25 dtrace_modevent(module_t mod __unused, int type, void *data __unused) in dtrace_modevent()
/freebsd-14.2/sys/dev/cxgbe/
H A Dif_cc.c34 mod_event(module_t mod, int cmd, void *arg) in mod_event()
H A Dif_cxl.c34 mod_event(module_t mod, int cmd, void *arg) in mod_event()
H A Dif_cxlv.c34 mod_event(module_t mod, int cmd, void *arg) in mod_event()
H A Dif_ccv.c34 mod_event(module_t mod, int cmd, void *arg) in mod_event()
/freebsd-14.2/sys/dev/zlib/
H A Dzlib_mod.c34 zlib_modevent(module_t mod, int type, void *unused) in zlib_modevent()
/freebsd-14.2/sys/dev/smbios/
H A Dsmbios.c72 static int smbios_modevent (module_t, int, void *);
208 smbios_modevent (module_t mod, int what, void *arg) in smbios_modevent()
/freebsd-14.2/sys/dev/ath/
H A Dif_ath_rate.c45 ath_rate_modevent(module_t mod __unused, int type, void *data __unused) in ath_rate_modevent()
H A Dif_ath_dfs.c45 ath_dfs_modevent(module_t mod __unused, int type, void *data __unused) in ath_dfs_modevent()
H A Dah_osdep_ar5211.c44 ath_hal_ar5211_modevent(module_t mod __unused, int type, void *data __unused) in ath_hal_ar5211_modevent()
H A Dah_osdep_ar5210.c44 ath_hal_ar5210_modevent(module_t mod __unused, int type, void *data __unused) in ath_hal_ar5210_modevent()
H A Dah_osdep_ar9300.c44 ath_hal_ar9300_modevent(module_t mod __unused, int type, void *data __unused) in ath_hal_ar9300_modevent()
/freebsd-14.2/sys/netinet/cc/
H A Dcc_module.h68 int cc_modevent(module_t mod, int type, void *data);

12345678910>>...13