Searched refs:hptiop_shutdown (Results 1 – 1 of 1) sorted by relevance
163 static int hptiop_shutdown(device_t dev);1790 DEVMETHOD(device_shutdown, hptiop_shutdown),2222 if ((error = hptiop_shutdown(dev)) != 0) in hptiop_detach()2235 static int hptiop_shutdown(device_t dev) in hptiop_shutdown() function