Symbol: fd_softc
sys/arch/acorn32/mainbus/fd.c
1233
struct fd_softc *fd;
sys/arch/acorn32/mainbus/fd.c
1275
struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
sys/arch/acorn32/mainbus/fd.c
1448
struct fd_softc *fd = device_lookup_private(&fd_cd,FDUNIT(dev));
sys/arch/acorn32/mainbus/fd.c
168
struct fd_softc *sc_fd[4]; /* pointers to children */
sys/arch/acorn32/mainbus/fd.c
169
TAILQ_HEAD(drivehead, fd_softc) sc_drives;
sys/arch/acorn32/mainbus/fd.c
244
TAILQ_ENTRY(fd_softc) sc_drivechain;
sys/arch/acorn32/mainbus/fd.c
257
CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
sys/arch/acorn32/mainbus/fd.c
295
void fdgetdisklabel(struct fd_softc *);
sys/arch/acorn32/mainbus/fd.c
296
int fd_get_parms(struct fd_softc *);
sys/arch/acorn32/mainbus/fd.c
297
void fdstart(struct fd_softc *);
sys/arch/acorn32/mainbus/fd.c
315
void fdfinish(struct fd_softc *fd, struct buf *bp);
sys/arch/acorn32/mainbus/fd.c
316
static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
sys/arch/acorn32/mainbus/fd.c
497
struct fd_softc *fd = device_private(self);
sys/arch/acorn32/mainbus/fd.c
558
fd_dev_to_type(struct fd_softc *fd, dev_t dev)
sys/arch/acorn32/mainbus/fd.c
570
struct fd_softc *fd = device_lookup_private(&fd_cd,FDUNIT(bp->b_dev));
sys/arch/acorn32/mainbus/fd.c
637
fdstart(struct fd_softc *fd)
sys/arch/acorn32/mainbus/fd.c
652
fdfinish(struct fd_softc *fd, struct buf *bp)
sys/arch/acorn32/mainbus/fd.c
697
struct fd_softc *fd;
sys/arch/acorn32/mainbus/fd.c
716
struct fd_softc *fd = arg;
sys/arch/acorn32/mainbus/fd.c
728
struct fd_softc *fd = arg;
sys/arch/acorn32/mainbus/fd.c
785
struct fd_softc *fd;
sys/arch/acorn32/mainbus/fd.c
810
struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
sys/arch/acorn32/mainbus/fd.c
882
struct fd_softc *fd = fdc->sc_drives.tqh_first;
sys/arch/acorn32/mainbus/fd.c
917
struct fd_softc *fd;
sys/arch/acorn32/mainbus/fd.c
958
struct fd_softc *ofd = fdc->sc_fd[fd->sc_drive ^ 1];
sys/arch/amiga/dev/fd.c
1065
fdsetpos(struct fd_softc *sc, int trk, int towrite)
sys/arch/amiga/dev/fd.c
1151
fdselunit(struct fd_softc *sc)
sys/arch/amiga/dev/fd.c
1171
fdstart(struct fd_softc *sc)
sys/arch/amiga/dev/fd.c
1300
fdcont(struct fd_softc *sc)
sys/arch/amiga/dev/fd.c
1344
fddmastart(struct fd_softc *sc, int trk)
sys/arch/amiga/dev/fd.c
1417
struct fd_softc *sc;
sys/arch/amiga/dev/fd.c
1450
fddmadone(struct fd_softc *sc, int timeo)
sys/arch/amiga/dev/fd.c
1529
fddone(struct fd_softc *sc)
sys/arch/amiga/dev/fd.c
1598
struct fd_softc *ssc, *sc;
sys/arch/amiga/dev/fd.c
1664
struct fd_softc *sc;
sys/arch/amiga/dev/fd.c
1689
void fdcachetoraw(struct fd_softc *sc)
sys/arch/amiga/dev/fd.c
1703
fdrawtocache(struct fd_softc *sc)
sys/arch/amiga/dev/fd.c
1713
amcachetoraw(struct fd_softc *sc)
sys/arch/amiga/dev/fd.c
1787
amrawtocache(struct fd_softc *sc)
sys/arch/amiga/dev/fd.c
182
struct fd_softc *fdc_indma;
sys/arch/amiga/dev/fd.c
1859
mscachetoraw(struct fd_softc *sc)
sys/arch/amiga/dev/fd.c
1946
msrawtocache(struct fd_softc *sc)
sys/arch/amiga/dev/fd.c
199
int fdloaddisk(struct fd_softc *);
sys/arch/amiga/dev/fd.c
200
void fdgetdefaultlabel(struct fd_softc *, struct disklabel *, int);
sys/arch/amiga/dev/fd.c
201
int fdgetdisklabel(struct fd_softc *, dev_t);
sys/arch/amiga/dev/fd.c
202
int fdsetdisklabel(struct fd_softc *, struct disklabel *);
sys/arch/amiga/dev/fd.c
203
int fdputdisklabel(struct fd_softc *, dev_t);
sys/arch/amiga/dev/fd.c
206
void fdsetpos(struct fd_softc *, int, int);
sys/arch/amiga/dev/fd.c
207
void fdselunit(struct fd_softc *);
sys/arch/amiga/dev/fd.c
208
void fdstart(struct fd_softc *);
sys/arch/amiga/dev/fd.c
209
void fdcont(struct fd_softc *);
sys/arch/amiga/dev/fd.c
210
void fddmastart(struct fd_softc *, int);
sys/arch/amiga/dev/fd.c
212
void fddmadone(struct fd_softc *, int);
sys/arch/amiga/dev/fd.c
213
void fddone(struct fd_softc *);
sys/arch/amiga/dev/fd.c
216
void fdcachetoraw(struct fd_softc *);
sys/arch/amiga/dev/fd.c
217
void amcachetoraw(struct fd_softc *);
sys/arch/amiga/dev/fd.c
218
int amrawtocache(struct fd_softc *);
sys/arch/amiga/dev/fd.c
220
int fdrawtocache(struct fd_softc *);
sys/arch/amiga/dev/fd.c
221
void mscachetoraw(struct fd_softc *);
sys/arch/amiga/dev/fd.c
222
int msrawtocache(struct fd_softc *);
sys/arch/amiga/dev/fd.c
243
CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
sys/arch/amiga/dev/fd.c
411
struct fd_softc *sc;
sys/arch/amiga/dev/fd.c
472
struct fd_softc *sc;
sys/arch/amiga/dev/fd.c
547
struct fd_softc *sc;
sys/arch/amiga/dev/fd.c
569
struct fd_softc *sc;
sys/arch/amiga/dev/fd.c
659
struct fd_softc *sc;
sys/arch/amiga/dev/fd.c
704
fdloaddisk(struct fd_softc *sc)
sys/arch/amiga/dev/fd.c
735
fdgetdefaultlabel(struct fd_softc *sc, struct disklabel *lp, int part)
sys/arch/amiga/dev/fd.c
767
fdgetdisklabel(struct fd_softc *sc, dev_t dev)
sys/arch/amiga/dev/fd.c
831
fdsetdisklabel(struct fd_softc *sc, struct disklabel *lp)
sys/arch/amiga/dev/fd.c
892
fdputdisklabel(struct fd_softc *sc, dev_t dev)
sys/arch/amiga/dev/fd.c
990
struct fd_softc *sc;
sys/arch/arc/jazz/fd.c
1044
struct fd_softc *fd;
sys/arch/arc/jazz/fd.c
1082
struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
sys/arch/arc/jazz/fd.c
170
TAILQ_ENTRY(fd_softc) sc_drivechain;
sys/arch/arc/jazz/fd.c
180
CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc), fdprobe, fdattach, NULL, NULL);
sys/arch/arc/jazz/fd.c
215
static void fdstart(struct fd_softc *);
sys/arch/arc/jazz/fd.c
234
static void fdfinish(struct fd_softc *, struct buf *);
sys/arch/arc/jazz/fd.c
235
static const struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
sys/arch/arc/jazz/fd.c
337
struct fd_softc *fd = device_private(self);
sys/arch/arc/jazz/fd.c
378
struct fd_softc *fd;
sys/arch/arc/jazz/fd.c
424
fd_dev_to_type(struct fd_softc *fd, dev_t dev)
sys/arch/arc/jazz/fd.c
436
struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(bp->b_dev));
sys/arch/arc/jazz/fd.c
504
fdstart(struct fd_softc *fd)
sys/arch/arc/jazz/fd.c
519
fdfinish(struct fd_softc *fd, struct buf *bp)
sys/arch/arc/jazz/fd.c
563
struct fd_softc *fd;
sys/arch/arc/jazz/fd.c
582
struct fd_softc *fd = arg;
sys/arch/arc/jazz/fd.c
595
struct fd_softc *fd = arg;
sys/arch/arc/jazz/fd.c
652
struct fd_softc *fd;
sys/arch/arc/jazz/fd.c
678
struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
sys/arch/arc/jazz/fd.c
749
struct fd_softc *fd = TAILQ_FIRST(&fdc->sc_drives);
sys/arch/arc/jazz/fd.c
784
struct fd_softc *fd;
sys/arch/arc/jazz/fd.c
821
struct fd_softc *ofd = fdc->sc_fd[fd->sc_drive ^ 1];
sys/arch/arc/jazz/fdcvar.h
115
struct fd_softc *sc_fd[4]; /* pointers to children */
sys/arch/arc/jazz/fdcvar.h
116
TAILQ_HEAD(drivehead, fd_softc) sc_drives;
sys/arch/atari/dev/fd.c
1049
fd_xfer_ok(register struct fd_softc *sc)
sys/arch/atari/dev/fd.c
1147
fdmotoroff(struct fd_softc *sc)
sys/arch/atari/dev/fd.c
1201
struct fd_softc *sc;
sys/arch/atari/dev/fd.c
1237
fdmoff(struct fd_softc *fdsoftc)
sys/arch/atari/dev/fd.c
1259
fdtestdrv(struct fd_softc *fdsoftc)
sys/arch/atari/dev/fd.c
1288
fdgetdefaultlabel(struct fd_softc *sc, struct disklabel *lp, int part)
sys/arch/atari/dev/fd.c
1321
fdgetdisklabel(struct fd_softc *sc, dev_t dev)
sys/arch/atari/dev/fd.c
204
static void fdstart(struct fd_softc *);
sys/arch/atari/dev/fd.c
205
static void fddone(struct fd_softc *);
sys/arch/atari/dev/fd.c
206
static void fdstatus(struct fd_softc *);
sys/arch/atari/dev/fd.c
207
static void fd_xfer(struct fd_softc *);
sys/arch/atari/dev/fd.c
208
static void fdcint(struct fd_softc *);
sys/arch/atari/dev/fd.c
209
static int fd_xfer_ok(struct fd_softc *);
sys/arch/atari/dev/fd.c
210
static void fdmotoroff(struct fd_softc *);
sys/arch/atari/dev/fd.c
212
static void fdtestdrv(struct fd_softc *);
sys/arch/atari/dev/fd.c
213
static void fdgetdefaultlabel(struct fd_softc *, struct disklabel *,
sys/arch/atari/dev/fd.c
215
static int fdgetdisklabel(struct fd_softc *, dev_t);
sys/arch/atari/dev/fd.c
218
static void fdmoff(struct fd_softc *);
sys/arch/atari/dev/fd.c
321
struct fd_softc fdsoftc;
sys/arch/atari/dev/fd.c
347
struct fd_softc *fdsc =
sys/arch/atari/dev/fd.c
384
CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
sys/arch/atari/dev/fd.c
397
struct fd_softc *sc;
sys/arch/atari/dev/fd.c
428
struct fd_softc *sc;
sys/arch/atari/dev/fd.c
467
struct fd_softc *sc;
sys/arch/atari/dev/fd.c
566
struct fd_softc *sc;
sys/arch/atari/dev/fd.c
582
struct fd_softc *sc;
sys/arch/atari/dev/fd.c
665
fdstatus(struct fd_softc *sc)
sys/arch/atari/dev/fd.c
683
fdstart(struct fd_softc *sc)
sys/arch/atari/dev/fd.c
707
fddone(register struct fd_softc *sc)
sys/arch/atari/dev/fd.c
710
struct fd_softc *sc1;
sys/arch/atari/dev/fd.c
827
fd_xfer(struct fd_softc *sc)
sys/arch/atari/dev/fd.c
954
fdcint(struct fd_softc *sc)
sys/arch/atari/dev/hdfd.c
1253
struct fd_softc *fd;
sys/arch/atari/dev/hdfd.c
1295
struct fd_softc *fd;
sys/arch/atari/dev/hdfd.c
1478
struct fd_softc *fd = device_lookup_private(&hdfd_cd, FDUNIT(dev));
sys/arch/atari/dev/hdfd.c
1535
fdgetdisklabel(struct fd_softc *fd, dev_t dev)
sys/arch/atari/dev/hdfd.c
1579
fdgetdefaultlabel(struct fd_softc *fd, struct disklabel *lp, int part)
sys/arch/atari/dev/hdfd.c
196
struct fd_softc *sc_fd[4]; /* pointers to children */
sys/arch/atari/dev/hdfd.c
197
TAILQ_HEAD(drivehead, fd_softc) sc_drives;
sys/arch/atari/dev/hdfd.c
275
TAILQ_ENTRY(fd_softc) sc_drivechain;
sys/arch/atari/dev/hdfd.c
285
CFATTACH_DECL_NEW(hdfd, sizeof(struct fd_softc),
sys/arch/atari/dev/hdfd.c
314
void fdstart(struct fd_softc *);
sys/arch/atari/dev/hdfd.c
332
void fdfinish(struct fd_softc *, struct buf *);
sys/arch/atari/dev/hdfd.c
335
static void fdgetdisklabel(struct fd_softc *, dev_t);
sys/arch/atari/dev/hdfd.c
336
static void fdgetdefaultlabel(struct fd_softc *, struct disklabel *, int);
sys/arch/atari/dev/hdfd.c
338
static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
sys/arch/atari/dev/hdfd.c
528
struct fd_softc *fd = device_private(self);
sys/arch/atari/dev/hdfd.c
596
fd_dev_to_type(struct fd_softc *fd, dev_t dev)
sys/arch/atari/dev/hdfd.c
608
struct fd_softc *fd = device_lookup_private(&hdfd_cd, FDUNIT(bp->b_dev));
sys/arch/atari/dev/hdfd.c
677
fdstart(struct fd_softc *fd)
sys/arch/atari/dev/hdfd.c
692
fdfinish(struct fd_softc *fd, struct buf *bp)
sys/arch/atari/dev/hdfd.c
737
struct fd_softc *fd;
sys/arch/atari/dev/hdfd.c
756
struct fd_softc *fd = arg;
sys/arch/atari/dev/hdfd.c
769
struct fd_softc *fd = arg;
sys/arch/atari/dev/hdfd.c
821
struct fd_softc *fd;
sys/arch/atari/dev/hdfd.c
846
struct fd_softc *fd = device_lookup_private(&hdfd_cd, FDUNIT(dev));
sys/arch/atari/dev/hdfd.c
920
struct fd_softc *fd = fdc->sc_drives.tqh_first;
sys/arch/atari/dev/hdfd.c
954
struct fd_softc *fd;
sys/arch/atari/dev/hdfd.c
994
struct fd_softc *ofd = fdc->sc_fd[fd->sc_drive ^ 1];
sys/arch/mac68k/obio/iwm_fdvar.h
171
typedef struct fd_softc fd_softc_t;
sys/arch/mipsco/obio/i82072.c
107
struct fd_softc *sc = device_private(self);
sys/arch/mipsco/obio/i82072.c
128
fd_reset(struct fd_softc *sc)
sys/arch/mipsco/obio/i82072.c
152
struct fd_softc *sc = arg;
sys/arch/mipsco/obio/i82072.c
91
static void fd_reset (struct fd_softc *);
sys/arch/mipsco/obio/i82072.c
93
CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
sys/arch/sparc/dev/fd.c
1000
struct fd_softc *fd;
sys/arch/sparc/dev/fd.c
1030
struct fd_softc *fd = arg;
sys/arch/sparc/dev/fd.c
1042
struct fd_softc *fd = arg;
sys/arch/sparc/dev/fd.c
1127
struct fd_softc *fd;
sys/arch/sparc/dev/fd.c
1172
struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
sys/arch/sparc/dev/fd.c
1256
struct fd_softc *fd = fdc->sc_drives.tqh_first;
sys/arch/sparc/dev/fd.c
1284
struct fd_softc *fd;
sys/arch/sparc/dev/fd.c
1439
struct fd_softc *fd;
sys/arch/sparc/dev/fd.c
1490
struct fd_softc *ofd = fdc->sc_fd[fd->sc_drive ^ 1];
sys/arch/sparc/dev/fd.c
183
struct fd_softc *sc_fd[4]; /* pointers to children */
sys/arch/sparc/dev/fd.c
184
TAILQ_HEAD(drivehead, fd_softc) sc_drives;
sys/arch/sparc/dev/fd.c
1878
struct fd_softc *fd;
sys/arch/sparc/dev/fd.c
1950
struct fd_softc *fd;
sys/arch/sparc/dev/fd.c
2181
struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
sys/arch/sparc/dev/fd.c
2245
struct fd_softc *fd = device_lookup_private(&fd_cd, unit);
sys/arch/sparc/dev/fd.c
228
static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
sys/arch/sparc/dev/fd.c
2304
fd_do_eject(struct fd_softc *fd)
sys/arch/sparc/dev/fd.c
285
TAILQ_ENTRY(fd_softc) sc_drivechain;
sys/arch/sparc/dev/fd.c
297
CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
sys/arch/sparc/dev/fd.c
336
int fd_get_parms(struct fd_softc *);
sys/arch/sparc/dev/fd.c
337
void fdstart(struct fd_softc *);
sys/arch/sparc/dev/fd.c
361
void fdfinish(struct fd_softc *, struct buf *);
sys/arch/sparc/dev/fd.c
363
void fd_do_eject(struct fd_softc *);
sys/arch/sparc/dev/fd.c
782
struct fd_softc *fd = device_private(self);
sys/arch/sparc/dev/fd.c
830
struct fd_softc *fd = device_private(self);
sys/arch/sparc/dev/fd.c
844
fd_dev_to_type(struct fd_softc *fd, dev_t dev)
sys/arch/sparc/dev/fd.c
856
struct fd_softc *fd;
sys/arch/sparc/dev/fd.c
929
fdstart(struct fd_softc *fd)
sys/arch/sparc/dev/fd.c
944
fdfinish(struct fd_softc *fd, struct buf *bp)
sys/arch/sparc64/dev/fdc.c
1003
struct fd_softc *fd = device_private(self);
sys/arch/sparc64/dev/fdc.c
1017
fd_dev_to_type(struct fd_softc *fd, dev_t dev)
sys/arch/sparc64/dev/fdc.c
1029
struct fd_softc *fd;
sys/arch/sparc64/dev/fdc.c
1107
fdstart(struct fd_softc *fd)
sys/arch/sparc64/dev/fdc.c
1122
fdfinish(struct fd_softc *fd, struct buf *bp)
sys/arch/sparc64/dev/fdc.c
1178
struct fd_softc *fd;
sys/arch/sparc64/dev/fdc.c
1210
struct fd_softc *fd = arg;
sys/arch/sparc64/dev/fdc.c
1222
struct fd_softc *fd = arg;
sys/arch/sparc64/dev/fdc.c
1311
struct fd_softc *fd;
sys/arch/sparc64/dev/fdc.c
1355
struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
sys/arch/sparc64/dev/fdc.c
1423
struct fd_softc *fd = fdc->sc_drives.tqh_first;
sys/arch/sparc64/dev/fdc.c
1468
struct fd_softc *fd;
sys/arch/sparc64/dev/fdc.c
1622
struct fd_softc *fd;
sys/arch/sparc64/dev/fdc.c
1673
struct fd_softc *ofd = fdc->sc_fd[fd->sc_drive ^ 1];
sys/arch/sparc64/dev/fdc.c
196
struct fd_softc *sc_fd[4]; /* pointers to children */
sys/arch/sparc64/dev/fdc.c
197
TAILQ_HEAD(drivehead, fd_softc) sc_drives;
sys/arch/sparc64/dev/fdc.c
2065
struct fd_softc *fd;
sys/arch/sparc64/dev/fdc.c
2135
struct fd_softc *fd;
sys/arch/sparc64/dev/fdc.c
2364
struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
sys/arch/sparc64/dev/fdc.c
2428
struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
sys/arch/sparc64/dev/fdc.c
2488
fd_do_eject(struct fd_softc *fd)
sys/arch/sparc64/dev/fdc.c
2520
fd_do_eject((struct fd_softc *)dev);
sys/arch/sparc64/dev/fdc.c
2584
fd_set_geometry(struct fd_softc *fd)
sys/arch/sparc64/dev/fdc.c
260
static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
sys/arch/sparc64/dev/fdc.c
317
TAILQ_ENTRY(fd_softc) sc_drivechain;
sys/arch/sparc64/dev/fdc.c
329
CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
sys/arch/sparc64/dev/fdc.c
368
int fd_get_parms(struct fd_softc *);
sys/arch/sparc64/dev/fdc.c
370
void fdstart(struct fd_softc *);
sys/arch/sparc64/dev/fdc.c
394
void fdfinish(struct fd_softc *, struct buf *);
sys/arch/sparc64/dev/fdc.c
396
void fd_do_eject(struct fd_softc *);
sys/arch/sparc64/dev/fdc.c
405
static void fd_set_geometry(struct fd_softc *);
sys/arch/sparc64/dev/fdc.c
954
struct fd_softc *fd = device_private(self);
sys/arch/sun3/dev/fd.c
1037
struct fd_softc *fd = TAILQ_FIRST(&fdc->sc_drives);
sys/arch/sun3/dev/fd.c
1163
struct fd_softc *fd;
sys/arch/sun3/dev/fd.c
1216
struct fd_softc *ofd = fdc->sc_fd[fd->sc_drive ^ 1];
sys/arch/sun3/dev/fd.c
1545
struct fd_softc *fd;
sys/arch/sun3/dev/fd.c
1592
struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
sys/arch/sun3/dev/fd.c
161
struct fd_softc *sc_fd[4]; /* pointers to children */
sys/arch/sun3/dev/fd.c
162
TAILQ_HEAD(drivehead, fd_softc) sc_drives;
sys/arch/sun3/dev/fd.c
1827
struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
sys/arch/sun3/dev/fd.c
1871
struct fd_softc *fd = device_lookup_private(&fd_cd, unit);
sys/arch/sun3/dev/fd.c
194
static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
sys/arch/sun3/dev/fd.c
1947
struct fd_softc *fd;
sys/arch/sun3/dev/fd.c
1979
struct fd_softc *fd;
sys/arch/sun3/dev/fd.c
261
TAILQ_ENTRY(fd_softc) sc_drivechain;
sys/arch/sun3/dev/fd.c
271
CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
sys/arch/sun3/dev/fd.c
309
static void fdstart(struct fd_softc *);
sys/arch/sun3/dev/fd.c
330
static void fdfinish(struct fd_softc *, struct buf *);
sys/arch/sun3/dev/fd.c
566
struct fd_softc *fd = device_private(self);
sys/arch/sun3/dev/fd.c
639
struct fd_softc *fd;
sys/arch/sun3/dev/fd.c
648
fd_dev_to_type(struct fd_softc *fd, dev_t dev)
sys/arch/sun3/dev/fd.c
660
struct fd_softc *fd;
sys/arch/sun3/dev/fd.c
733
fdstart(struct fd_softc *fd)
sys/arch/sun3/dev/fd.c
748
fdfinish(struct fd_softc *fd, struct buf *bp)
sys/arch/sun3/dev/fd.c
796
struct fd_softc *fd;
sys/arch/sun3/dev/fd.c
815
struct fd_softc *fd = arg;
sys/arch/sun3/dev/fd.c
827
struct fd_softc *fd = arg;
sys/arch/sun3/dev/fd.c
883
struct fd_softc *fd;
sys/arch/sun3/dev/fd.c
928
struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
sys/arch/x68k/dev/fd.c
1065
struct fd_softc *fd = TAILQ_FIRST(&fdc->sc_drives);
sys/arch/x68k/dev/fd.c
1100
struct fd_softc *fd;
sys/arch/x68k/dev/fd.c
1156
struct fd_softc *ofd = fdc->sc_fd[i];
sys/arch/x68k/dev/fd.c
156
struct fd_softc *sc_fd[4]; /* pointers to children */
sys/arch/x68k/dev/fd.c
1568
struct fd_softc *fd;
sys/arch/x68k/dev/fd.c
157
TAILQ_HEAD(drivehead, fd_softc) sc_drives;
sys/arch/x68k/dev/fd.c
1613
struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
sys/arch/x68k/dev/fd.c
1814
struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
sys/arch/x68k/dev/fd.c
1866
fdgetdisklabel(struct fd_softc *sc, dev_t dev)
sys/arch/x68k/dev/fd.c
1910
struct fd_softc *fd = device_private(dev);
sys/arch/x68k/dev/fd.c
246
TAILQ_ENTRY(fd_softc) sc_drivechain;
sys/arch/x68k/dev/fd.c
263
CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
sys/arch/x68k/dev/fd.c
299
static void fdstart(struct fd_softc *);
sys/arch/x68k/dev/fd.c
319
static void fdfinish(struct fd_softc *, struct buf *);
sys/arch/x68k/dev/fd.c
320
static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
sys/arch/x68k/dev/fd.c
323
static int fdgetdisklabel(struct fd_softc *, dev_t);
sys/arch/x68k/dev/fd.c
629
struct fd_softc *fd = device_private(self);
sys/arch/x68k/dev/fd.c
676
fd_dev_to_type(struct fd_softc *fd, dev_t dev)
sys/arch/x68k/dev/fd.c
688
struct fd_softc *fd;
sys/arch/x68k/dev/fd.c
767
fdstart(struct fd_softc *fd)
sys/arch/x68k/dev/fd.c
782
fdfinish(struct fd_softc *fd, struct buf *bp)
sys/arch/x68k/dev/fd.c
829
struct fd_softc *fd;
sys/arch/x68k/dev/fd.c
844
struct fd_softc *fd = arg;
sys/arch/x68k/dev/fd.c
864
struct fd_softc *fd = arg;
sys/arch/x68k/dev/fd.c
927
struct fd_softc *fd;
sys/arch/x68k/dev/fd.c
972
struct fd_softc *fd = device_lookup_private(&fd_cd, unit);
sys/arch/x68k/stand/libsa/chdsk.c
41
struct fd_softc *sc = f->f_devdata;
sys/arch/x68k/stand/libsa/fd.c
41
struct fd_softc *sc;
sys/arch/x68k/stand/libsa/fd.c
54
sc = alloc(sizeof (struct fd_softc));
sys/arch/x68k/stand/libsa/fd.c
66
dealloc(sc, sizeof(struct fd_softc));
sys/arch/x68k/stand/libsa/fd.c
84
struct fd_softc *sc = f->f_devdata;
sys/arch/x68k/stand/libsa/fd.c
87
dealloc(sc, sizeof(struct fd_softc));
sys/arch/x68k/stand/libsa/fd.c
95
struct fd_softc *sc = arg;
sys/dev/isa/fd.c
1031
struct fd_softc *fd = TAILQ_FIRST(&fdc->sc_drives);
sys/dev/isa/fd.c
1053
struct fd_softc *fd;
sys/dev/isa/fd.c
1103
struct fd_softc *ofd = fdc->sc_fd[fd->sc_drive ^ 1];
sys/dev/isa/fd.c
1363
struct fd_softc *fd;
sys/dev/isa/fd.c
1404
struct fd_softc *fd =
sys/dev/isa/fd.c
1604
struct fd_softc *fd =
sys/dev/isa/fd.c
1665
fd_set_geometry(struct fd_softc *fd)
sys/dev/isa/fd.c
212
CFATTACH_DECL_NEW(fdisa, sizeof(struct fd_softc),
sys/dev/isa/fd.c
215
CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
sys/dev/isa/fd.c
252
void fdgetdisklabel(struct fd_softc *);
sys/dev/isa/fd.c
253
int fd_get_parms(struct fd_softc *);
sys/dev/isa/fd.c
254
void fdstart(struct fd_softc *);
sys/dev/isa/fd.c
272
void fdfinish(struct fd_softc *fd, struct buf *bp);
sys/dev/isa/fd.c
273
static const struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
sys/dev/isa/fd.c
275
static void fd_set_geometry(struct fd_softc *fd);
sys/dev/isa/fd.c
320
struct fd_softc *fd;
sys/dev/isa/fd.c
339
struct fd_softc *fd = device_private(child);
sys/dev/isa/fd.c
560
struct fd_softc *fd = device_private(self);
sys/dev/isa/fd.c
608
struct fd_softc *fd = device_private(self);
sys/dev/isa/fd.c
690
fd_dev_to_type(struct fd_softc *fd, dev_t dev)
sys/dev/isa/fd.c
702
struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(bp->b_dev));
sys/dev/isa/fd.c
769
fdstart(struct fd_softc *fd)
sys/dev/isa/fd.c
785
fdfinish(struct fd_softc *fd, struct buf *bp)
sys/dev/isa/fd.c
832
struct fd_softc *fd;
sys/dev/isa/fd.c
851
struct fd_softc *fd = arg;
sys/dev/isa/fd.c
865
struct fd_softc *fd = arg;
sys/dev/isa/fd.c
924
struct fd_softc *fd;
sys/dev/isa/fd.c
952
struct fd_softc *fd =
sys/dev/isa/fdcvar.h
130
struct fd_softc *sc_fd[4]; /* pointers to children */
sys/dev/isa/fdcvar.h
131
TAILQ_HEAD(drivehead, fd_softc) sc_drives;
sys/dev/isa/fdvar.h
84
TAILQ_ENTRY(fd_softc) sc_drivechain;