Searched refs:vnd_ioctl (Results 1 – 5 of 5) sorted by relevance
89 struct vnd_ioctl { struct175 #define VNDIOCSET _IOWR('F', 0, struct vnd_ioctl) /* enable disk */176 #define VNDIOCCLR _IOW('F', 1, struct vnd_ioctl) /* disable disk */
1151 struct vnd_ioctl *vio; in vndioctl()1211 vio = (struct vnd_ioctl *)data; in vndioctl()
289 struct vnd_ioctl vndio; in config()
474 struct vnd_ioctl vndio; in vn_detach()
342 struct vnd_ioctl *p, u_long cmd) in netbsd32_to_vnd_ioctl()902 netbsd32_from_vnd_ioctl(struct vnd_ioctl *p, in netbsd32_from_vnd_ioctl()1610 IOCTL_STRUCT_CONV_TO(VNDIOCSET, vnd_ioctl); in netbsd32_ioctl()1612 IOCTL_STRUCT_CONV_TO(VNDIOCCLR, vnd_ioctl); in netbsd32_ioctl()