Home
last modified time | relevance | path

Searched refs:eh_tag (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_hdmi.c61 eventhandler_tag eh_tag; member
108 if (sc->eh_tag != NULL) { in imx_hdmi_init()
110 sc->eh_tag); in imx_hdmi_init()
119 if (sc->eh_tag == NULL) { in imx_hdmi_init()
120 sc->eh_tag = EVENTHANDLER_REGISTER(device_attach, in imx_hdmi_init()
/f-stack/freebsd/netinet/
H A Dsctp_pcb.h260 eventhandler_tag eh_tag; member
H A Dsctp_usrreq.c91 SCTP_BASE_VAR(eh_tag) = EVENTHANDLER_REGISTER(rt_addrmsg, in sctp_init()
99 EVENTHANDLER_DEREGISTER(rt_addrmsg, SCTP_BASE_VAR(eh_tag)); in sctp_finish()