Home
last modified time | relevance | path

Searched defs:fd_data (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/dev/fdc/
HDfdc.c237 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;
[all …]
/freebsd-14-stable/sbin/camcontrol/
HDcamcontrol.c4699 int fd_data = 0, fd_res = 0; in scsicmd() local