Home
last modified time | relevance | path

Searched refs:vnd_ioctl (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/dev/
Dvndvar.h89 struct vnd_ioctl { struct
175 #define VNDIOCSET _IOWR('F', 0, struct vnd_ioctl) /* enable disk */
176 #define VNDIOCCLR _IOW('F', 1, struct vnd_ioctl) /* disable disk */
Dvnd.c1151 struct vnd_ioctl *vio; in vndioctl()
1211 vio = (struct vnd_ioctl *)data; in vndioctl()
/netbsd/src/usr.sbin/vnconfig/
Dvnconfig.c289 struct vnd_ioctl vndio; in config()
/netbsd/src/sbin/umount/
Dumount.c474 struct vnd_ioctl vndio; in vn_detach()
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_ioctl.c342 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()