Searched defs:fd_data (Results 1 – 2 of 2) sorted by relevance
237 struct fd_data { struct238 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;[all …]
4699 int fd_data = 0, fd_res = 0; in scsicmd() local