Home
last modified time | relevance | path

Searched refs:FD_GTYPE (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/fdread/
H A Dfdread.c167 if (ioctl(fd, FD_GTYPE, &fdt) == -1) in doread()
310 if (ioctl(fd, FD_GTYPE, &fdt) == -1) in doreadid()
/freebsd/sys/sys/
H A Dfdcio.h127 #define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */ macro
/freebsd/usr.sbin/fdcontrol/
H A Dfdcontrol.c125 if (ioctl(fd, FD_GTYPE, &ft) == -1) in main()
/freebsd/usr.sbin/fdwrite/
H A Dfdwrite.c130 if(ioctl(fd, FD_GTYPE, &fdt) < 0) in main()
/freebsd/usr.sbin/fdformat/
H A Dfdformat.c248 if(ioctl(fd, FD_GTYPE, &fdt) < 0) in main()
/freebsd/sbin/newfs_msdos/
H A Dmkfs_msdos.c945 } else if (ioctl(fd, FD_GTYPE, &type) != -1) { in getdiskinfo()
/freebsd/sys/dev/fdc/
H A Dfdc.c1498 case FD_GTYPE: /* get drive type */ in fd_ioctl()