fd_type            90 arch/i386/include/ioctl_fd.h struct fd_type {
fd_type           108 arch/i386/include/ioctl_fd.h #define FD_GTYPE  _IOR('F', 62, struct fd_type)  /* get drive type */
fd_type           109 arch/i386/include/ioctl_fd.h #define FD_STYPE  _IOW('F', 63, struct fd_type)  /* set drive type */
fd_type            71 compat/linux/linux_fdio.c 	struct fd_type fparams;
fd_type            85 dev/isa/fd.c   struct fd_type fd_types[] = {
fd_type           102 dev/isa/fd.c   	struct fd_type *sc_deftype;	/* default type descriptor */
fd_type           103 dev/isa/fd.c   	struct fd_type *sc_type;	/* current type descriptor */
fd_type           154 dev/isa/fd.c   static __inline struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
fd_type           228 dev/isa/fd.c   	struct fd_type *type = fa->fa_deftype;
fd_type           294 dev/isa/fd.c   struct fd_type *
fd_type           330 dev/isa/fd.c   static __inline struct fd_type *
fd_type           546 dev/isa/fd.c   	struct fd_type *type;
fd_type           619 dev/isa/fd.c   	struct fd_type *type;
fd_type          1028 dev/isa/fd.c                   *(struct fd_type *)addr = *fd->sc_type;
fd_type          1056 dev/isa/fd.c   	struct fd_type *type = fd->sc_type;
fd_type           113 dev/isa/fdlink.h 	struct fd_type *fa_deftype;
fd_type           124 dev/isa/fdlink.h struct fd_type *fd_nvtotype(char *, int, int);