Searched refs:eh_tag (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_main.c90 static void fuse_bringdown(eventhandler_tag eh_tag);
125 fuse_bringdown(eventhandler_tag eh_tag) argument
138 static eventhandler_tag eh_tag = NULL; local
157 fuse_bringdown(eh_tag);
162 fuse_bringdown(eh_tag);
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx6_hdmi.c61 eventhandler_tag eh_tag; member in struct:imx_hdmi_softc
108 if (sc->eh_tag != NULL) {
110 sc->eh_tag);
119 if (sc->eh_tag == NULL) {
120 sc->eh_tag = EVENTHANDLER_REGISTER(device_attach,
/freebsd-13-stable/sys/netinet/
H A Dsctp_pcb.h260 eventhandler_tag eh_tag; member in struct:sctp_base_info
H A Dsctp_usrreq.c91 SCTP_BASE_VAR(eh_tag) = EVENTHANDLER_REGISTER(rt_addrmsg,
99 EVENTHANDLER_DEREGISTER(rt_addrmsg, SCTP_BASE_VAR(eh_tag));

Completed in 131 milliseconds