/dflybsd-src/sys/kern/ |
H A D | kern_module.c | 64 modevent_nop(module_t mod, int what, void* arg) in modevent_nop() 83 module_t mod; in module_shutdown() 94 module_t mod; in module_register_init() 123 module_t newmod; in module_register() 131 newmod = (module_t) kmalloc(sizeof(struct module) + namelen, in module_register() 153 module_reference(module_t mod) in module_reference() 167 module_release(module_t mod) in module_release() 187 module_t 190 module_t mod; in module_lookupbyname() 200 module_t [all …]
|
H A D | uipc_accf.c | 112 accept_filt_generic_mod_event(module_t mod, int event, void *data) in accept_filt_generic_mod_event()
|
/dflybsd-src/sys/sys/ |
H A D | module.h | 53 typedef struct module *module_t; typedef 55 typedef int (*modeventhand_t)(module_t, int /*modeventtype_t*/, void *); 148 module_t module_lookupbyname(const char *name); 149 module_t module_lookupbyid(int modid); 150 void module_reference(module_t mod); 151 int module_release(module_t mod); 152 int module_unload(module_t mod); 153 int module_getid(module_t mod); 154 module_t module_getfnext(module_t mod); 155 void module_setspecific(module_t mod, modspecific_t *datap);
|
H A D | iconv.h | 202 static int fsname ## _iconv_mod_handler(module_t mod, \ 205 fsname ## _iconv_mod_handler(module_t mod, int type, void *d) \ 243 int iconv_converter_handler(module_t mod, int type, void *data);
|
H A D | tbridge.h | 78 int tbridge_testcase_modhandler(module_t mod, int type, void *arg);
|
H A D | exec.h | 94 static int name ## _modevent(module_t mod, int type, void *data) \
|
/dflybsd-src/sys/dev/video/fb/ |
H A D | splashreg.h | 51 static int name##_modevent(module_t mod, int type, void *data) \ 71 static int name##_modevent(module_t mod, int type, void *data) \
|
/dflybsd-src/sys/dev/virtual/virtio/random/ |
H A D | virtio_random.c | 53 static int vtrnd_modevent(module_t, int, void *); 92 vtrnd_modevent(module_t mod, int type, void *unused) in vtrnd_modevent()
|
/dflybsd-src/sys/netgraph7/bluetooth/socket/ |
H A D | ng_btsocket.c | 57 static int ng_btsocket_modevent (module_t, int, void *); 247 ng_btsocket_modevent(module_t mod, int event, void *data) in ng_btsocket_modevent()
|
/dflybsd-src/sys/dev/misc/tbridge/ |
H A D | tbridge.c | 168 tbridge_testcase_modhandler(module_t mod, int type, void *arg) in tbridge_testcase_modhandler() 308 testbridge_modevent(module_t mod, int type, void *unused) in testbridge_modevent()
|
/dflybsd-src/sys/dev/virtual/virtio/virtio/ |
H A D | virtio.c | 46 static int virtio_modevent(module_t, int, void *); 282 virtio_modevent(module_t mod, int type, void *unused) in virtio_modevent()
|
/dflybsd-src/sys/netgraph7/ |
H A D | ng_ipfw.c | 53 static int ng_ipfw_mod_event(module_t mod, int event, void *data); 93 ng_ipfw_mod_event(module_t mod, int event, void *data) in ng_ipfw_mod_event()
|
H A D | ng_device.c | 65 static int ng_device_mod_event(module_t, int, void *); 137 ng_device_mod_event(module_t mod, int event, void *data) in ng_device_mod_event()
|
H A D | ng_gif.c | 122 static int ng_gif_mod_event(module_t mod, int event, void *data); 542 ng_gif_mod_event(module_t mod, int event, void *data) in ng_gif_mod_event()
|
/dflybsd-src/share/examples/kld/firmware/fwconsumer/ |
H A D | fw_consumer.c | 41 fw_consumer_modevent(module_t mod, int type, void *unused) in fw_consumer_modevent()
|
/dflybsd-src/share/examples/kld/cdev/module/ |
H A D | cdevmod.c | 112 cdev_load(module_t mod, int cmd, void *arg) in cdev_load()
|
/dflybsd-src/sys/dev/disk/dm/ |
H A D | dm_target_error.c | 50 dmte_mod_handler(module_t mod, int type, void *unused) in dmte_mod_handler()
|
H A D | dm_target_zero.c | 51 dmtz_mod_handler(module_t mod, int type, void *unused) in dmtz_mod_handler()
|
/dflybsd-src/test/stress/stress2/tools/module/ |
H A D | ptest.c | 75 ptest_modevent(module_t mod, int what, void *arg) in ptest_modevent()
|
/dflybsd-src/sys/dev/sound/ |
H A D | driver.c | 36 snd_modevent(module_t mod, int type, void *data) in snd_modevent()
|
/dflybsd-src/sys/dev/crypto/rndtest/ |
H A D | rndtest.c | 48 static int rndtest_modevent(module_t, int, void *); 379 rndtest_modevent(module_t mod, int type, void *unused) in rndtest_modevent()
|
/dflybsd-src/sys/crypto/rc4/ |
H A D | rc4.c | 109 rc4_modevent(module_t mod, int type, void *unused) in rc4_modevent()
|
/dflybsd-src/sys/dev/video/bktr/ |
H A D | bktr_mem.c | 69 bktr_mem_modevent(module_t mod, int type, void *unused) in bktr_mem_modevent()
|
/dflybsd-src/share/examples/kld/firmware/ |
H A D | wrap-fw_module.sh | 67 ${MODNAME}_fw_modevent(module_t mod, int type, void *unused)
|
/dflybsd-src/sys/netgraph7/eiface/ |
H A D | ng_eiface.c | 93 static int ng_eiface_mod_event(module_t, int, void *); 594 ng_eiface_mod_event(module_t mod, int event, void *data) in ng_eiface_mod_event()
|