Searched defs:fd_data (Results 1 – 2 of 2) sorted by relevance
235 struct fd_data { struct236 u_char *fd_ioptr; /* IO pointer */237 u_int fd_iosize; /* Size of IO chunks */238 u_int fd_iocount; /* Outstanding requests */239 struct fdc_data *fdc; /* pointer to controller structure */240 int fdsu; /* this units number on this controller */241 enum fd_drivetype type; /* drive type */242 struct fd_type *ft; /* pointer to current type descriptor */243 struct fd_type fts; /* type descriptors */244 int sectorsize;[all …]
4710 int fd_data = 0, fd_res = 0; scsicmd() local