Searched refs:VNDIOCSET (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/
H A Dvndvar.h167 * Before you can use a unit, it must be configured with VNDIOCSET.
170 * VNDIOCSET an already active unit will return EBUSY.
172 #define VNDIOCSET _IOWR('F', 0, struct vnd_ioctl) /* enable disk */ macro
H A Dvnd.c1053 case VNDIOCSET:
1099 case VNDIOCSET:
/netbsd-6-1-5-RELEASE/usr.sbin/vnconfig/
H A Dvnconfig.c306 rv = ioctl(fd, VNDIOCSET, &vndio);
314 warn("%s: VNDIOCSET", rdev);
/netbsd-6-1-5-RELEASE/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.c881 IOCTL_STRUCT_CONV_TO(VNDIOCSET, vnd_ioctl);

Completed in 111 milliseconds