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

/netbsd-current/sys/dev/
H A Dvndvar.h170 * Before you can use a unit, it must be configured with VNDIOCSET.
173 * VNDIOCSET an already active unit will return EBUSY.
175 #define VNDIOCSET _IOWR('F', 0, struct vnd_ioctl) /* enable disk */ macro
H A Dvnd.c1217 case VNDIOCSET:
1234 case VNDIOCSET:
1252 case VNDIOCSET:
/netbsd-current/usr.sbin/vnconfig/
H A Dvnconfig.c360 rv = ioctl(fd, VNDIOCSET, &vndio);
368 warn("%s: VNDIOCSET", rdev);
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.c1619 IOCTL_STRUCT_CONV_TO(VNDIOCSET, vnd_ioctl);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc1589 unsigned IOCTL_VNDIOCSET = VNDIOCSET;
H A Dsanitizer_interceptors_ioctl_netbsd.inc635 _(VNDIOCSET, READWRITE, struct_vnd_ioctl_sz);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc634 _(VNDIOCSET, READWRITE, struct_vnd_ioctl_sz);
H A Dsanitizer_platform_limits_netbsd.cc1751 unsigned IOCTL_VNDIOCSET = VNDIOCSET;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc634 _(VNDIOCSET, READWRITE, struct_vnd_ioctl_sz);
H A Dsanitizer_platform_limits_netbsd.cpp1752 unsigned IOCTL_VNDIOCSET = VNDIOCSET;

Completed in 311 milliseconds