Home
last modified time | relevance | path

Searched refs:mlx_usercommand (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/mlxcontrol/
H A Dinterface.c173 struct mlx_usercommand *cmd = (struct mlx_usercommand *)arg; in mlx_command()
188 struct mlx_usercommand cmd; in mlx_enquiry()
210 struct mlx_usercommand cmd; in mlx_read_configuration()
230 struct mlx_usercommand cmd; in mlx_scsi_inquiry()
275 struct mlx_usercommand cmd; in mlx_get_device_state()
/freebsd/sys/dev/mlx/
H A Dmlxio.h55 struct mlx_usercommand struct
94 #define MLX_COMMAND _IOWR('M', 4, struct mlx_usercommand)
H A Dmlx.c114 struct mlx_usercommand *mu);
914 return(mlx_user_command(sc, (struct mlx_usercommand *)addr)); in mlx_ioctl()
1990 struct mlx_usercommand *mu; in mlx_user_cb()
2000 mu = (struct mlx_usercommand *)mc->mc_private; in mlx_user_cb()
2040 mlx_user_command(struct mlx_softc *sc, struct mlx_usercommand *mu) in mlx_user_command()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp883 unsigned struct_mlx_usercommand_sz = sizeof(mlx_usercommand);