Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Dcontrol.h45 struct fd_data { struct
52 TAILQ_HEAD(fd_data_head, fd_data); argument
/dragonfly/sys/dev/disk/fd/
H A Dfd.c179 struct fd_data { struct
180 struct fdc_data *fdc; /* pointer to controller structure */
181 int fdsu; /* this units number on this controller */
182 int type; /* Drive type (FD_1440...) */
183 struct fd_type ft; /* the type descriptor */
184 int flags;
210 * fd is a pointer to the fd_data struct for the drive in question * argument
/dragonfly/sbin/camcontrol/
H A Dcamcontrol.c1836 int fd_data = 0; in scsicmd() local