HomeSort by: relevance | last modified time | path
    Searched refs:mlx_command (Results 1 - 2 of 2) 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) function in typeref:typename:int
85 if ((rv = ioctl(mlxfd, MLX_COMMAND, mu)) != 0 && bomb)
106 mlx_command(&mu, 1);
122 mlx_command(&mu, 1);
144 mlx_command(&mu, 1);
162 return (mlx_command(&mu, 0));
195 if ((rv = mlx_command(&mu, 0)) == 0) {

Completed in 12 milliseconds