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

/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_main.c77 static void fuse_bringdown(eventhandler_tag eh_tag);
107 fuse_bringdown(eventhandler_tag eh_tag) argument
118 static eventhandler_tag eh_tag = NULL; local
134 fuse_bringdown(eh_tag);
144 fuse_bringdown(eh_tag);
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_hdmi.c70 eventhandler_tag eh_tag; member in struct:imx_hdmi_softc
654 if (sc->eh_tag != NULL) {
656 sc->eh_tag);
670 if (sc->eh_tag == NULL) {
671 sc->eh_tag = EVENTHANDLER_REGISTER(device_attach,
/freebsd-11-stable/sys/net/
H A Dif_tap.c270 static eventhandler_tag eh_tag = NULL; local
283 eh_tag = EVENTHANDLER_REGISTER(dev_clone, tapclone, 0, 1000);
284 if (eh_tag == NULL) {
313 EVENTHANDLER_DEREGISTER(dev_clone, eh_tag);

Completed in 56 milliseconds