Home
last modified time | relevance | path

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

/trueos/sys/dev/hptiop/
HDhptiop.c146 static int hptiop_shutdown(device_t dev);
1742 DEVMETHOD(device_shutdown, hptiop_shutdown),
2143 if ((error = hptiop_shutdown(dev)) != 0) in hptiop_detach()
2156 static int hptiop_shutdown(device_t dev) in hptiop_shutdown() function