Searched refs:mlx_perform (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.sbin/mlxcontrol/
H A Dinterface.c67 mlx_perform(int unit, void (*func)(int fd, void *arg), void *arg) function
199 mlx_perform(unit, mlx_command, (void *)&cmd);
221 mlx_perform(unit, mlx_command, (void *)&cmd);
261 mlx_perform(unit, mlx_command, &cmd);
288 mlx_perform(unit, mlx_command, (void *)&cmd);
H A Dmlxcontrol.h45 extern void mlx_perform(int unit, void (*func)(int fd, void *arg), void *arg);

Completed in 99 milliseconds