vnd_ioctl
struct vnd_ioctl vndio;
IOCTL_STRUCT_CONV_TO(VNDIOCSET, vnd_ioctl);
IOCTL_STRUCT_CONV_TO(VNDIOCCLR, vnd_ioctl);
struct vnd_ioctl *p, u_long cmd)
netbsd32_from_vnd_ioctl(struct vnd_ioctl *p,
struct vnd_ioctl *vio;
vio = (struct vnd_ioctl *)data;
#define VNDIOCSET _IOWR('F', 0, struct vnd_ioctl) /* enable disk */
#define VNDIOCCLR _IOW('F', 1, struct vnd_ioctl) /* disable disk */
struct vnd_ioctl vndio;