Lines Matching defs:fd_data
237 struct fd_data { struct
238 u_char *fd_ioptr; /* IO pointer */
239 u_int fd_iosize; /* Size of IO chunks */
240 u_int fd_iocount; /* Outstanding requests */
241 struct fdc_data *fdc; /* pointer to controller structure */
242 int fdsu; /* this units number on this controller */
243 enum fd_drivetype type; /* drive type */
244 struct fd_type *ft; /* pointer to current type descriptor */
245 struct fd_type fts; /* type descriptors */
246 int sectorsize;
270 static int fd_probe_disk(struct fd_data *, int *); argument