Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/fdread/
H A Dfdread.c169 if (ioctl(fd, FD_GTYPE, &fdt) == -1) in doread()
312 if (ioctl(fd, FD_GTYPE, &fdt) == -1) in doreadid()
/freebsd-12.1/sys/sys/
H A Dfdcio.h130 #define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */ macro
/freebsd-12.1/usr.sbin/fdcontrol/
H A Dfdcontrol.c127 if (ioctl(fd, FD_GTYPE, &ft) == -1) in main()
/freebsd-12.1/usr.sbin/fdwrite/
H A Dfdwrite.c133 if(ioctl(fd, FD_GTYPE, &fdt) < 0) in main()
/freebsd-12.1/usr.sbin/fdformat/
H A Dfdformat.c250 if(ioctl(fd, FD_GTYPE, &fdt) < 0) in main()
/freebsd-12.1/sbin/newfs_msdos/
H A Dmkfs_msdos.c846 } else if (ioctl(fd, FD_GTYPE, &type) != -1) { in getdiskinfo()
/freebsd-12.1/sys/dev/fdc/
H A Dfdc.c1511 case FD_GTYPE: /* get drive type */ in fd_ioctl()