Home
last modified time | relevance | path

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

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