Home
last modified time | relevance | path

Searched refs:VNIOCGET (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
H A Dvnioctl.h107 #define VNIOCGET _IOWR('F', 6, struct vn_user) /* get disk info */ macro
/dragonfly/sys/dev/disk/vn/
H A Dvn.c420 case VNIOCGET: in vnioctl()
479 case VNIOCGET: in vnioctl()
/dragonfly/usr.sbin/vnconfig/
H A Dvnconfig.c313 if (ioctl(vd, VNIOCGET, &vnu) == -1) { in getinfo()