Searched refs:fd_data (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/dev/fdc/
H A Dfdc.c287 struct fd_data { struct
322 static int fd_probe_disk(struct fd_data *, int *);
369 fdsettype(struct fd_data *fd, struct fd_type *ft)
574 static void fd_motor(struct fd_data *fd, int turnon);
590 pc98_fd_check_ready(struct fd_data *fd)
612 pc98_fd_check_type(struct fd_data *fd, int unit)
768 fd_select(struct fd_data *fd)
782 struct fd_data *fd;
804 fd_motor(struct fd_data *fd, int turnon)
833 struct fd_data *f
[all...]
H A Dfdcvar.h50 struct fd_data *fd; /* The active drive */
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c4459 int fd_data = 0, fd_res = 0; local
4550 fd_data = 1;
4592 fd_data = 1;
4614 * If fd_data is set, and we're writing to the device, we need to
4617 if ((fd_data == 1) && (arglist & CAM_ARG_CMD_OUT)) {
4762 if (fd_data == 0) {
7549 * If fd_data is set, and we're writing to the device, we need to

Completed in 192 milliseconds