Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/mlxcontrol/
H A Dinterface.c173 struct mlx_usercommand *cmd = (struct mlx_usercommand *)arg; in mlx_command()
188 struct mlx_usercommand cmd; in mlx_enquiry()
210 struct mlx_usercommand cmd; in mlx_read_configuration()
230 struct mlx_usercommand cmd; in mlx_scsi_inquiry()
275 struct mlx_usercommand cmd; in mlx_get_device_state()
/dflybsd-src/sys/dev/raid/mlx/
H A Dmlxio.h56 struct mlx_usercommand struct
95 #define MLX_COMMAND _IOWR('M', 4, struct mlx_usercommand)
H A Dmlx.c106 static int mlx_user_command(struct mlx_softc *sc, struct mlx_usercommand *mu);
846 return(mlx_user_command(sc, (struct mlx_usercommand *)ap->a_data)); in mlx_ioctl()
1851 mlx_user_command(struct mlx_softc *sc, struct mlx_usercommand *mu) in mlx_user_command()