Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/mlx/
H A Dmlxvar.h212 extern int mlx_shutdown(device_t dev);
H A Dmlx_pci.c54 DEVMETHOD(device_shutdown, mlx_shutdown),
H A Dmlx.c567 if ((error = mlx_shutdown(dev))) in mlx_detach()
589 mlx_shutdown(device_t dev) in mlx_shutdown() function