Searched refs:EVENTHANDLER_REGISTER (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | eventhandler.h | 170 name ## _tag = EVENTHANDLER_REGISTER(evthdlr_ref, name, func, ctx, \ 185 #define EVENTHANDLER_REGISTER(evthdlr_ref, name, func, arg, priority) \ macro
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | if_low_power_mode.c | 136 (void)EVENTHANDLER_REGISTER(&if_low_power_evhdlr_ctx, in if_low_power_evhdlr_init()
|
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | ip6_input.c | 372 (void)EVENTHANDLER_REGISTER(&in6_evhdlr_ctxt, in6_event, in ip6_init() 377 (void)EVENTHANDLER_REGISTER(&in6_clat46_evhdlr_ctxt, in6_clat46_event, in ip6_init()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 2200 EVENTHANDLER_REGISTER(&ifnet_evhdlr_ctxt, in fsw_init() 2206 EVENTHANDLER_REGISTER(&protoctl_evhdlr_ctxt, in fsw_init()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_route.c | 469 EVENTHANDLER_REGISTER(&rt->rt_evhdlr_ctxt, route_event, in flow_route_configure()
|