Home
last modified time | relevance | path

Searched refs:mod_event (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dif_cc.c33 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 Dif_ccv.c33 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 Dif_cxl.c33 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 Dif_cxlv.c33 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 Dt4_main.c884 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 Dng_ipfw.c82 .mod_event = ng_ipfw_mod_event,
H A Dng_base.c3104 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 Dng_device.c102 .mod_event = ng_device_mod_event,
H A Dng_gif.c147 .mod_event = ng_gif_mod_event,
H A Dng_eiface.c112 .mod_event = ng_eiface_mod_event,
H A Dng_iface.c196 .mod_event = ng_iface_mod_event,
H A Dng_ether.c207 .mod_event = ng_ether_mod_event,
H A Dng_socket.c136 .mod_event = ngs_mod_event,
H A Dng_pipe.c238 .mod_event = ngp_modevent,
H A Dnetgraph.h1080 modeventhand_t mod_event; /* Module event handler (optional) */ member
/freebsd/sys/dev/sume/
H A Dif_sume.c1562 mod_event(module_t mod, int cmd, void *arg) in mod_event() function
1577 DRIVER_MODULE(sume, pci, sume_driver, mod_event, NULL);