Searched refs:sc_shutdown_eh (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/iscsi/
H A Discsi.h132 eventhandler_tag sc_shutdown_eh; member in struct:iscsi_softc
H A Discsi.c2129 sc->sc_shutdown_eh = EVENTHANDLER_REGISTER(shutdown_post_sync,
2146 if (sc->sc_shutdown_eh != NULL)
2147 EVENTHANDLER_DEREGISTER(shutdown_post_sync, sc->sc_shutdown_eh);

Completed in 110 milliseconds