Searched refs:evhand (Results 1 – 24 of 24) sorted by relevance
/freebsd/sys/netinet/cc/ |
H A D | cc_module.h | 51 .evhand = cc_modevent, \
|
/freebsd/sys/kern/ |
H A D | kern_module.c | 127 " %d\n", data->name, (void *)data->evhand, data->priv, in module_register_init() 168 newmod->handler = data->evhand ? data->evhand : modevent_nop; in module_register()
|
/freebsd/sys/sys/ |
H A D | module_khelp.h | 85 .evhand = khelp_modevent, \
|
H A D | module.h | 58 modeventhand_t evhand; /* event handler */ member
|
H A D | socketvar.h | 434 .evhand = accept_filt_generic_mod_event, \
|
H A D | bus.h | 867 .evhand = driver_module_handler, \
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_mod.h | 143 modeventhand_t evhand; /* event handler */ member
|
/freebsd/sys/dev/efidev/ |
H A D | efidev.c | 241 .evhand = efidev_modevents,
|
H A D | efirt.c | 826 .evhand = efirt_modevents,
|
/freebsd/sys/tests/framework/ |
H A D | kern_testfrwk.c | 328 .evhand = kerntest_mod_init,
|
/freebsd/sys/dev/mlx4/mlx4_en/ |
H A D | mlx4_en_main.c | 317 .evhand = mlx4en_evhand,
|
/freebsd/sys/dev/xen/efi/ |
H A D | pvefi.c | 247 .evhand = modevents,
|
/freebsd/sys/dev/iser/ |
H A D | icl_iser.c | 587 .evhand = icl_iser_modevent,
|
/freebsd/sys/net/ |
H A D | if_infiniband.c | 727 .evhand = &infiniband_modevent,
|
/freebsd/sys/netinet/ |
H A D | siftr.c | 1384 .evhand = siftr_load_handler,
|
H A D | tcp_hpts.c | 2094 .evhand = tcp_hpts_modevent,
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_os.c | 1313 .evhand = qlnxr_event_handler,
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_main.c | 1455 .evhand = ipoib_evhand,
|
/freebsd/sys/fs/cuse/ |
H A D | cuse.c | 91 .evhand = &cuse_modevent,
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 3247 .evhand = mlx4ib_evhand,
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_main.c | 4238 .evhand = mlx4_evhand,
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_mod.c | 431 .evhand = syscall_module_handler,
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 14824 .evhand = tcp_addbbr,
|
H A D | rack.c | 24850 .evhand = tcp_addrack,
|