Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dmlx.c129 static int mlx_user_command(struct mlx_softc *, struct mlx_usercommand *);
812 return (mlx_user_command(mlx, (struct mlx_usercommand *)data)); in mlxioctl()
1718 mlx_user_command(struct mlx_softc *mlx, struct mlx_usercommand *mu) in mlx_user_command() function