Searched refs:mlx_perform (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.sbin/mlxcontrol/ |
H A D | interface.c | 65 mlx_perform(int unit, void (*func)(int fd, void *arg), void *arg) in mlx_perform() function 197 mlx_perform(unit, mlx_command, (void *)&cmd); in mlx_enquiry() 219 mlx_perform(unit, mlx_command, (void *)&cmd); in mlx_read_configuration() 259 mlx_perform(unit, mlx_command, &cmd); in mlx_scsi_inquiry() 286 mlx_perform(unit, mlx_command, (void *)&cmd); in mlx_get_device_state()
|
H A D | mlxcontrol.h | 43 extern void mlx_perform(int unit, void (*func)(int fd, void *arg), void *arg);
|