Searched defs:fd_data (Results 1 – 2 of 2) sorted by relevance
239 struct fd_data { struct240 u_char *fd_ioptr; /* IO pointer */241 u_int fd_iosize; /* Size of IO chunks */242 u_int fd_iocount; /* Outstanding requests */243 struct fdc_data *fdc; /* pointer to controller structure */244 int fdsu; /* this units number on this controller */245 enum fd_drivetype type; /* drive type */246 struct fd_type *ft; /* pointer to current type descriptor */247 struct fd_type fts; /* type descriptors */271 static int fd_probe_disk(struct fd_data *, int *); argument
4614 int fd_data = 0, fd_res = 0; in scsicmd() local