Searched refs:MLX_GET_SYSDRIVE (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/mlx/
H A Dmlxio.h99 #define MLX_GET_SYSDRIVE _IOWR('M', 7, int) macro
H A Dmlx.c979 case MLX_GET_SYSDRIVE:
/freebsd-12-stable/usr.sbin/mlxcontrol/
H A Dinterface.c143 if (ioctl(fd, MLX_GET_SYSDRIVE, &i) == 0)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1144 unsigned IOCTL_MLX_GET_SYSDRIVE = MLX_GET_SYSDRIVE;
H A Dsanitizer_interceptors_ioctl_netbsd.inc283 _(MLX_GET_SYSDRIVE, READWRITE, sizeof(int));

Completed in 210 milliseconds