Searched refs:fd_data (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/fdc/ |
H A D | fdc.c | 235 struct fd_data { struct 268 static int fd_probe_disk(struct fd_data *, int *); argument 308 fdsettype(struct fd_data *fd, struct fd_type *ft) in fdsettype() 620 fd_select(struct fd_data *fd) in fd_select() 634 struct fd_data *fd; in fd_turnon() 655 fd_motor(struct fd_data *fd, int turnon) in fd_motor() 678 struct fd_data *fd = xfd; in fd_turnoff() 731 struct fd_data *fd; in fdc_biodone() 760 struct fd_data *fd; in fdc_worker() 1178 fd_enqueue(struct fd_data *fd, struct bio *bp) in fd_enqueue() [all …]
|
H A D | fdcvar.h | 49 struct fd_data *fd; /* The active drive */
|
/freebsd/sbin/camcontrol/ |
H A D | camcontrol.c | 4700 int fd_data = 0, fd_res = 0; in scsicmd() 4789 fd_data = 1; in scsicmd() 4831 fd_data = 1; in scsicmd() 4853 * If fd_data is set, and we're writing to the device, we need to in scsicmd() 4856 if ((fd_data == 1) && (arglist & CAM_ARG_CMD_OUT)) { in scsicmd() 5001 if (fd_data == 0) { in scsicmd() 7807 * If fd_data is set, and we're writing to the device, we need to in smpcmd() 4710 int fd_data = 0, fd_res = 0; scsicmd() local
|