HomeSort by: relevance | last modified time | path
    Searched defs:mlx_command (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/mlxctl/
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 41 milliseconds