Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd-13.1/sys/sys/
H A Dmodule.h52 typedef struct module *module_t; typedef
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_getfnext(module_t);
237 const char * module_getname(module_t);
[all …]
H A Diconv.h201 static int fsname ## _iconv_mod_handler(module_t mod, \
204 fsname ## _iconv_mod_handler(module_t mod, int type, void *d) \
242 int iconv_converter_handler(module_t mod, int type, void *data);
/freebsd-13.1/sys/kern/
H A Dkern_module.c97 module_t mod; in module_shutdown()
114 module_t mod; in module_register_init()
213 module_t
216 module_t mod; in module_lookupbyname()
229 module_t
274 module_t
311 module_t mod; in sys_modnext()
342 module_t mod; in sys_modfnext()
380 module_t mod; in sys_modstat()
454 module_t mod; in sys_modfind()
[all …]
/freebsd-13.1/sys/dev/cxgb/
H A Dcxgb_t3fw.c20 cxgb_t3fw_modevent(module_t mod, int type, void *unused) in cxgb_t3fw_modevent()
52 cxgb_t3b_protocol_sram_modevent(module_t mod, int type, void *unused) in cxgb_t3b_protocol_sram_modevent()
84 cxgb_t3b_tp_eeprom_modevent(module_t mod, int type, void *unused) in cxgb_t3b_tp_eeprom_modevent()
116 cxgb_t3c_protocol_sram_modevent(module_t mod, int type, void *unused) in cxgb_t3c_protocol_sram_modevent()
148 cxgb_t3c_tp_eeprom_modevent(module_t mod, int type, void *unused) in cxgb_t3c_tp_eeprom_modevent()
/freebsd-13.1/usr.sbin/ndiscvt/
H A Dwindrv_stub.c141 extern int windrv_load(module_t, vm_offset_t, size_t,
143 extern int windrv_unload(module_t, vm_offset_t, size_t);
175 static int windrv_modevent(module_t, int, void *);
215 module_t mod; in windrv_modevent()
/freebsd-13.1/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.1/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.1/sys/netinet/libalias/
H A Dalias_mod.h137 typedef struct module *module_t; typedef
138 typedef int (*modeventhand_t)(module_t, int /* modeventtype_t */, void *);
/freebsd-13.1/sys/netpfil/ipfw/test/
H A Ddn_test.h146 typedef void * module_t; typedef
150 int (*f)(module_t, int, void *);
/freebsd-13.1/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-13.1/sys/cddl/dev/dtrace/
H A Ddtrace_modevent.c27 dtrace_modevent(module_t mod __unused, int type, void *data __unused) in dtrace_modevent()
/freebsd-13.1/sys/dev/zlib/
H A Dzlib_mod.c36 zlib_modevent(module_t mod, int type, void *unused) in zlib_modevent()
/freebsd-13.1/sys/dev/cxgbe/
H A Dif_cc.c36 mod_event(module_t mod, int cmd, void *arg) in mod_event()
H A Dif_ccv.c36 mod_event(module_t mod, int cmd, void *arg) in mod_event()
H A Dif_cxl.c36 mod_event(module_t mod, int cmd, void *arg) in mod_event()
H A Dif_cxlv.c36 mod_event(module_t mod, int cmd, void *arg) in mod_event()
/freebsd-13.1/sys/netgraph/bluetooth/socket/
H A Dng_btsocket.c64 static int ng_btsocket_modevent (module_t, int, void *);
274 ng_btsocket_modevent(module_t mod, int event, void *data) in ng_btsocket_modevent()
/freebsd-13.1/sys/dev/ath/
H A Dif_ath_rate.c47 ath_rate_modevent(module_t mod __unused, int type, void *data __unused) in ath_rate_modevent()
H A Dif_ath_dfs.c47 ath_dfs_modevent(module_t mod __unused, int type, void *data __unused) in ath_dfs_modevent()
H A Dah_osdep_ar5210.c46 ath_hal_ar5210_modevent(module_t mod __unused, int type, void *data __unused) in ath_hal_ar5210_modevent()
H A Dah_osdep_ar9300.c46 ath_hal_ar9300_modevent(module_t mod __unused, int type, void *data __unused) in ath_hal_ar9300_modevent()
H A Dah_osdep_ar5211.c46 ath_hal_ar5211_modevent(module_t mod __unused, int type, void *data __unused) in ath_hal_ar5211_modevent()
/freebsd-13.1/sys/netinet/cc/
H A Dcc_module.h70 int cc_modevent(module_t mod, int type, void *data);
/freebsd-13.1/sys/dev/smbios/
H A Dsmbios.c76 static int smbios_modevent (module_t, int, void *);
213 module_t mod; in smbios_modevent()
/freebsd-13.1/share/examples/ipfilter/
H A Dmlfk_rule.c36 ipfrule_modevent(module_t mod, int type, void *unused) in ipfrule_modevent()

12345678910>>...13