Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx/
H A Dmlx.c589 struct mlxd_softc *mlxd; in mlx_detach() local
601 mlxd = device_get_softc(sc->mlx_sysdrive[i].ms_disk); in mlx_detach()
602 if (mlxd->mlxd_flags & MLXD_OPEN) { /* drive is mounted, abort detach */ in mlx_detach()
789 struct mlxd_softc *mlxd; in mlx_ioctl() local
834 ((mlxd = device_get_softc(dr->ms_disk)) == NULL)) { in mlx_ioctl()
841 if (mlxd->mlxd_flags & MLXD_OPEN) { in mlx_ioctl()
972 mlxd = devclass_get_softc(devclass_find("mlxd"), *arg); in mlx_ioctl()
974 if ((mlxd != NULL) && (mlxd->mlxd_drive >= sc->mlx_sysdrive) && in mlx_ioctl()
975 (mlxd->mlxd_drive < (sc->mlx_sysdrive + MLX_MAXDRIVES))) { in mlx_ioctl()
977 *arg = mlxd->mlxd_drive - sc->mlx_sysdrive; in mlx_ioctl()
[all …]
H A Dmlx_disk.c74 DRIVER_MODULE(mlxd, mlx, mlxd_driver, 0, 0);
/freebsd/usr.sbin/bsdconfig/share/
H A Ddevice.subr1266 f_disk "mlxd%d" "Mylex RAID disk"