Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd/sys/sys/
H A Dmodule.h50 typedef struct module *module_t; typedef
51 typedef int (*modeventhand_t)(module_t, int /* modeventtype_t */, void *);
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);
[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/sys/kern/
H A Dkern_module.c66 modevent_nop(module_t mod, int what, void *arg) in modevent_nop()
94 module_t mod; in module_shutdown()
111 module_t mod; in module_register_init()
152 module_t newmod; in module_register()
181 module_reference(module_t mod) in module_reference()
191 module_release(module_t mod) in module_release()
210 module_t
213 module_t mod; in module_lookupbyname()
226 module_t
229 module_t mod; in module_lookupbyid()
[all …]
/freebsd/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/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/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/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/sys/netpfil/ipfw/test/
H A Ddn_test.h145 typedef void * module_t; typedef
149 int (*f)(module_t, int, void *);
/freebsd/sys/dev/qcom_gcc/
H A Dqcom_gcc_ipq4018.c57 static int qcom_gcc_ipq4018_modevent(module_t, int, void *);
64 qcom_gcc_ipq4018_modevent(module_t mod, int type, void *unused) in qcom_gcc_ipq4018_modevent()
/freebsd/sys/geom/part/
H A Dg_part.h241 int g_part_modevent(module_t, int, struct g_part_scheme *);
246 static int name##_modevent(module_t mod, int tp, void *d) \
/freebsd/sys/dev/qcom_rnd/
H A Dqcom_rnd.c57 static int qcom_rnd_modevent(module_t, int, void *);
76 qcom_rnd_modevent(module_t mod, int type, void *unused) in qcom_rnd_modevent()
/freebsd/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/sys/cddl/dev/dtrace/
H A Ddtrace_modevent.c25 dtrace_modevent(module_t mod __unused, int type, void *data __unused) in dtrace_modevent()
/freebsd/sys/dev/cxgbe/
H A Dif_cc.c33 mod_event(module_t mod, int cmd, void *arg) in mod_event()
H A Dif_ccv.c33 mod_event(module_t mod, int cmd, void *arg) in mod_event()
H A Dif_cxl.c33 mod_event(module_t mod, int cmd, void *arg) in mod_event()
H A Dif_cxlv.c33 mod_event(module_t mod, int cmd, void *arg) in mod_event()
/freebsd/sys/dev/zlib/
H A Dzlib_mod.c34 zlib_modevent(module_t mod, int type, void *unused) in zlib_modevent()
/freebsd/share/examples/modules/
H A Dskel.c53 skel_mod_event(module_t mod, int type, void *data) in skel_mod_event()
/freebsd/sys/dev/ath/
H A Dif_ath_dfs.c45 ath_dfs_modevent(module_t mod __unused, int type, void *data __unused) in ath_dfs_modevent()
H A Dif_ath_rate.c45 ath_rate_modevent(module_t mod __unused, int type, void *data __unused) in ath_rate_modevent()
H A Dah_osdep_ar5210.c43 ath_hal_ar5210_modevent(module_t mod __unused, int type, void *data __unused) in ath_hal_ar5210_modevent()
H A Dah_osdep_ar5211.c43 ath_hal_ar5211_modevent(module_t mod __unused, int type, void *data __unused) in ath_hal_ar5211_modevent()
H A Dah_osdep_ar9300.c43 ath_hal_ar9300_modevent(module_t mod __unused, int type, void *data __unused) in ath_hal_ar9300_modevent()
/freebsd/sys/netinet/cc/
H A Dcc_module.h57 int cc_modevent(module_t mod, int type, void *data);

12345678910>>...13