Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/hptiop/
H A Dhptiop.c143 static int hptiop_shutdown(device_t dev);
1738 DEVMETHOD(device_shutdown, hptiop_shutdown),
2131 if ((error = hptiop_shutdown(dev)) != 0) in hptiop_detach()
2144 static int hptiop_shutdown(device_t dev) in hptiop_shutdown() function