Home
last modified time | relevance | path

Searched refs:aacraid_shutdown (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/aacraid/
H A Daacraid_var.h502 extern int aacraid_shutdown(device_t dev);
H A Daacraid.c310 if ((sc->eh = EVENTHANDLER_REGISTER(shutdown_final, aacraid_shutdown, in aacraid_attach()
768 if ((error = aacraid_shutdown(dev))) in aacraid_detach()
789 aacraid_shutdown(device_t dev) in aacraid_shutdown() function
3835 (void) aacraid_shutdown(sc->aac_dev); in aac_reset_adapter()