Home
last modified time | relevance | path

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

/NextBSD/sys/dev/aacraid/
HDaacraid_var.h518 extern int aacraid_shutdown(device_t dev);
HDaacraid.c315 if ((sc->eh = EVENTHANDLER_REGISTER(shutdown_final, aacraid_shutdown, in aacraid_attach()
791 if ((error = aacraid_shutdown(dev))) in aacraid_detach()
812 aacraid_shutdown(device_t dev) in aacraid_shutdown() function
3773 (void) aacraid_shutdown(sc->aac_dev); in aac_reset_adapter()