/freebsd/sys/sys/ |
H A D | module.h | 50 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 D | iconv.h | 199 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 D | kern_module.c | 66 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 D | cxgb_t3fw.c | 19 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 D | gcov.h | 84 void gcov_module_unload(void *, module_t); 87 int within_module(vm_offset_t addr, module_t mod);
|
/freebsd/sys/dev/fb/ |
H A D | splashreg.h | 50 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 D | alias_mod.h | 135 typedef struct module *module_t; typedef 136 typedef int (*modeventhand_t)(module_t, int /* modeventtype_t */, void *);
|
/freebsd/sys/netpfil/ipfw/test/ |
H A D | dn_test.h | 145 typedef void * module_t; typedef 149 int (*f)(module_t, int, void *);
|
/freebsd/sys/dev/qcom_gcc/ |
H A D | qcom_gcc_ipq4018.c | 57 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 D | g_part.h | 241 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 D | qcom_rnd.c | 57 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 D | ng_btsocket.c | 63 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 D | dtrace_modevent.c | 25 dtrace_modevent(module_t mod __unused, int type, void *data __unused) in dtrace_modevent()
|
/freebsd/sys/dev/cxgbe/ |
H A D | if_cc.c | 33 mod_event(module_t mod, int cmd, void *arg) in mod_event()
|
H A D | if_ccv.c | 33 mod_event(module_t mod, int cmd, void *arg) in mod_event()
|
H A D | if_cxl.c | 33 mod_event(module_t mod, int cmd, void *arg) in mod_event()
|
H A D | if_cxlv.c | 33 mod_event(module_t mod, int cmd, void *arg) in mod_event()
|
/freebsd/sys/dev/zlib/ |
H A D | zlib_mod.c | 34 zlib_modevent(module_t mod, int type, void *unused) in zlib_modevent()
|
/freebsd/share/examples/modules/ |
H A D | skel.c | 53 skel_mod_event(module_t mod, int type, void *data) in skel_mod_event()
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_dfs.c | 45 ath_dfs_modevent(module_t mod __unused, int type, void *data __unused) in ath_dfs_modevent()
|
H A D | if_ath_rate.c | 45 ath_rate_modevent(module_t mod __unused, int type, void *data __unused) in ath_rate_modevent()
|
H A D | ah_osdep_ar5210.c | 43 ath_hal_ar5210_modevent(module_t mod __unused, int type, void *data __unused) in ath_hal_ar5210_modevent()
|
H A D | ah_osdep_ar5211.c | 43 ath_hal_ar5211_modevent(module_t mod __unused, int type, void *data __unused) in ath_hal_ar5211_modevent()
|
H A D | ah_osdep_ar9300.c | 43 ath_hal_ar9300_modevent(module_t mod __unused, int type, void *data __unused) in ath_hal_ar9300_modevent()
|
/freebsd/sys/netinet/cc/ |
H A D | cc_module.h | 57 int cc_modevent(module_t mod, int type, void *data);
|