Home
last modified time | relevance | path

Searched refs:FD_GDTYPE (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/sys/
H A Dfdcio.h145 #define FD_GDTYPE _IOR('F', 70, enum fd_drivetype) /* obtain drive type */ macro
/freebsd-13.1/usr.sbin/fdcontrol/
H A Dfdcontrol.c125 if (ioctl(fd, FD_GDTYPE, &type) == -1) in main()
/freebsd-13.1/usr.sbin/fdformat/
H A Dfdformat.c252 if (ioctl(fd, FD_GDTYPE, &type) == -1) in main()
/freebsd-13.1/sys/dev/fdc/
H A Dfdc.c1553 case FD_GDTYPE: in fd_ioctl()