/freebsd/sys/dev/cxgbe/ |
H A D | if_cc.c | 33 mod_event(module_t mod, int cmd, void *arg) in mod_event() function 38 static moduledata_t if_cc_mod = {"if_cc", mod_event};
|
H A D | if_ccv.c | 33 mod_event(module_t mod, int cmd, void *arg) in mod_event() function 38 static moduledata_t if_ccv_mod = {"if_ccv", mod_event};
|
H A D | if_cxl.c | 33 mod_event(module_t mod, int cmd, void *arg) in mod_event() function 38 static moduledata_t if_cxl_mod = {"if_cxl", mod_event};
|
H A D | if_cxlv.c | 33 mod_event(module_t mod, int cmd, void *arg) in mod_event() function 38 static moduledata_t if_cxlv_mod = {"if_cxlv", mod_event};
|
H A D | t4_main.c | 884 static int mod_event(module_t, int, void *); 13242 mod_event(module_t mod, int cmd, void *arg) in mod_event() function 13364 DRIVER_MODULE(t4nex, pci, t4_driver, mod_event, 0); 13371 DRIVER_MODULE(t5nex, pci, t5_driver, mod_event, 0); 13378 DRIVER_MODULE(t6nex, pci, t6_driver, mod_event, 0);
|
/freebsd/sys/netgraph/ |
H A D | ng_ipfw.c | 82 .mod_event = ng_ipfw_mod_event,
|
H A D | ng_base.c | 3104 if (type->mod_event != NULL) in ng_mod_event() 3105 if ((error = (*type->mod_event)(mod, event, data))) { in ng_mod_event() 3119 if (type->mod_event != NULL) { /* check with type */ in ng_mod_event() 3120 error = (*type->mod_event)(mod, event, data); in ng_mod_event() 3131 if (type->mod_event != NULL) in ng_mod_event() 3132 error = (*type->mod_event)(mod, event, data); in ng_mod_event()
|
H A D | ng_device.c | 102 .mod_event = ng_device_mod_event,
|
H A D | ng_gif.c | 147 .mod_event = ng_gif_mod_event,
|
H A D | ng_eiface.c | 112 .mod_event = ng_eiface_mod_event,
|
H A D | ng_iface.c | 196 .mod_event = ng_iface_mod_event,
|
H A D | ng_ether.c | 207 .mod_event = ng_ether_mod_event,
|
H A D | ng_socket.c | 136 .mod_event = ngs_mod_event,
|
H A D | ng_pipe.c | 238 .mod_event = ngp_modevent,
|
H A D | netgraph.h | 1080 modeventhand_t mod_event; /* Module event handler (optional) */ member
|
/freebsd/sys/dev/sume/ |
H A D | if_sume.c | 1562 mod_event(module_t mod, int cmd, void *arg) in mod_event() function 1577 DRIVER_MODULE(sume, pci, sume_driver, mod_event, NULL);
|