Home
last modified time | relevance | path

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

/trueos/sys/dev/mlx/
HDmlxio.h92 #define MLX_DETACH_DRIVE _IOW ('M', 2, int) macro
HDmlx.c833 case MLX_DETACH_DRIVE: /* detach one drive */ in mlx_ioctl()
/trueos/usr.sbin/mlxcontrol/
HDcommand.c492 if (ioctl(fd, MLX_DETACH_DRIVE, &unit) < 0) in detach_drive()