HomeSort by: relevance | last modified time | path
    Searched refs:mlx_usercommand (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/mlxctl/
extern.h 62 int mlx_command(struct mlx_usercommand *, int);
util.c 81 mlx_command(struct mlx_usercommand *mu, int bomb)
95 struct mlx_usercommand mu;
134 struct mlx_usercommand mu;
150 struct mlx_usercommand mu;
169 struct mlx_usercommand mu;
  /src/sys/dev/ic/
mlxio.h 61 struct mlx_usercommand { struct
103 #define MLX_COMMAND _IOWR('M', 2, struct mlx_usercommand)
mlx.c 129 static int mlx_user_command(struct mlx_softc *, struct mlx_usercommand *);
812 return (mlx_user_command(mlx, (struct mlx_usercommand *)data));
1718 mlx_user_command(struct mlx_softc *mlx, struct mlx_usercommand *mu)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 721 unsigned struct_mlx_usercommand_sz = sizeof(mlx_usercommand);

Completed in 19 milliseconds