Home
last modified time | relevance | path

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

/freebsd/sys/dev/fdc/
H A Dfdc.c235 struct fd_data { struct
236 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 …]
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c4710 int fd_data = 0, fd_res = 0; scsicmd() local