| /freebsd-12.1/sys/sys/ |
| H A D | module.h | 52 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 D | iconv.h | 201 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-12.1/sys/kern/ |
| H A D | kern_module.c | 97 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() 372 module_t mod; in sys_modstat() 427 module_t mod; in sys_modfind() [all …]
|
| /freebsd-12.1/sys/dev/cxgb/ |
| H A D | cxgb_t3fw.c | 20 cxgb_t3fw_modevent(module_t mod, int type, void *unused) in cxgb_t3fw_modevent() 53 cxgb_t3b_protocol_sram_modevent(module_t mod, int type, void *unused) in cxgb_t3b_protocol_sram_modevent() 86 cxgb_t3b_tp_eeprom_modevent(module_t mod, int type, void *unused) in cxgb_t3b_tp_eeprom_modevent() 119 cxgb_t3c_protocol_sram_modevent(module_t mod, int type, void *unused) in cxgb_t3c_protocol_sram_modevent() 152 cxgb_t3c_tp_eeprom_modevent(module_t mod, int type, void *unused) in cxgb_t3c_tp_eeprom_modevent()
|
| /freebsd-12.1/usr.sbin/ndiscvt/ |
| H A D | windrv_stub.c | 141 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-12.1/sys/netinet/libalias/ |
| H A D | alias_mod.h | 137 typedef struct module *module_t; typedef 138 typedef int (*modeventhand_t)(module_t, int /* modeventtype_t */, void *);
|
| /freebsd-12.1/sys/dev/fb/ |
| H A D | splashreg.h | 52 static int name##_modevent(module_t mod, int type, void *data) \ 74 static int name##_modevent(module_t mod, int type, void *data) \
|
| /freebsd-12.1/sys/netpfil/ipfw/test/ |
| H A D | dn_test.h | 147 typedef void * module_t; typedef 151 int (*f)(module_t, int, void *);
|
| /freebsd-12.1/sys/dev/virtio/random/ |
| H A D | virtio_random.c | 55 static int vtrnd_modevent(module_t, int, void *); 94 vtrnd_modevent(module_t mod, int type, void *unused) in vtrnd_modevent()
|
| /freebsd-12.1/sys/geom/part/ |
| H A D | g_part.h | 227 int g_part_modevent(module_t, int, struct g_part_scheme *); 230 static int name##_modevent(module_t mod, int tp, void *d) \
|
| /freebsd-12.1/sys/x86/bios/ |
| H A D | smbios.c | 73 static int smbios_modevent (module_t, int, void *); 194 module_t mod; in smbios_modevent()
|
| /freebsd-12.1/sys/dev/virtio/ |
| H A D | virtio.c | 50 static int virtio_modevent(module_t, int, void *); 267 virtio_modevent(module_t mod, int type, void *unused) in virtio_modevent()
|
| /freebsd-12.1/sys/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket.c | 64 static int ng_btsocket_modevent (module_t, int, void *); 270 ng_btsocket_modevent(module_t mod, int event, void *data) in ng_btsocket_modevent()
|
| /freebsd-12.1/sys/dev/ofw/ |
| H A D | openpromio.c | 58 static int openprom_modevent(module_t mode, int type, void *data); 221 openprom_modevent(module_t mode, int type, void *data) in openprom_modevent()
|
| /freebsd-12.1/sys/cddl/dev/dtrace/ |
| H A D | dtrace_modevent.c | 27 dtrace_modevent(module_t mod __unused, int type, void *data __unused) in dtrace_modevent()
|
| /freebsd-12.1/sys/dev/cxgbe/ |
| H A D | if_cxlv.c | 36 mod_event(module_t mod, int cmd, void *arg) in mod_event()
|
| H A D | if_cc.c | 36 mod_event(module_t mod, int cmd, void *arg) in mod_event()
|
| H A D | if_ccv.c | 36 mod_event(module_t mod, int cmd, void *arg) in mod_event()
|
| H A D | if_cxl.c | 36 mod_event(module_t mod, int cmd, void *arg) in mod_event()
|
| /freebsd-12.1/sys/dev/ath/ |
| H A D | if_ath_rate.c | 47 ath_rate_modevent(module_t mod __unused, int type, void *data __unused) in ath_rate_modevent()
|
| H A D | if_ath_dfs.c | 47 ath_dfs_modevent(module_t mod __unused, int type, void *data __unused) in ath_dfs_modevent()
|
| H A D | ah_osdep_ar9300.c | 46 ath_hal_ar9300_modevent(module_t mod __unused, int type, void *data __unused) in ath_hal_ar9300_modevent()
|
| H A D | ah_osdep_ar5210.c | 46 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 | 46 ath_hal_ar5211_modevent(module_t mod __unused, int type, void *data __unused) in ath_hal_ar5211_modevent()
|
| /freebsd-12.1/sys/netinet/cc/ |
| H A D | cc_module.h | 70 int cc_modevent(module_t mod, int type, void *data);
|