Symbol: fd_softc
sys/arch/sparc64/dev/fd.c
1036
struct fd_softc *fd = TAILQ_FIRST(&fdc->sc_drives);
sys/arch/sparc64/dev/fd.c
1081
struct fd_softc *fd;
sys/arch/sparc64/dev/fd.c
1239
struct fd_softc *fd;
sys/arch/sparc64/dev/fd.c
1292
struct fd_softc *ofd = fdc->sc_fd[fd->sc_drive ^ 1];
sys/arch/sparc64/dev/fd.c
1682
struct fd_softc *fd;
sys/arch/sparc64/dev/fd.c
1770
struct fd_softc *fd;
sys/arch/sparc64/dev/fd.c
1894
struct fd_softc *fd = fd_cd.cd_devs[FDUNIT(dev)];
sys/arch/sparc64/dev/fd.c
190
struct fd_softc *sc_fd[4]; /* pointers to children */
sys/arch/sparc64/dev/fd.c
191
TAILQ_HEAD(drivehead, fd_softc) sc_drives;
sys/arch/sparc64/dev/fd.c
1953
fdgetdisklabel(dev_t dev, struct fd_softc *fd, struct disklabel *lp,
sys/arch/sparc64/dev/fd.c
1982
fd_do_eject(struct fd_softc *fd)
sys/arch/sparc64/dev/fd.c
234
__inline struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
sys/arch/sparc64/dev/fd.c
269
TAILQ_ENTRY(fd_softc) sc_drivechain;
sys/arch/sparc64/dev/fd.c
281
sizeof(struct fd_softc), fdmatch, fdattach,
sys/arch/sparc64/dev/fd.c
289
int fdgetdisklabel(dev_t, struct fd_softc *, struct disklabel *, int);
sys/arch/sparc64/dev/fd.c
291
void fdstart(struct fd_softc *);
sys/arch/sparc64/dev/fd.c
310
void fdfinish(struct fd_softc *fd, struct buf *bp);
sys/arch/sparc64/dev/fd.c
312
void fd_do_eject(struct fd_softc *);
sys/arch/sparc64/dev/fd.c
623
struct fd_softc *fd = (void *)self;
sys/arch/sparc64/dev/fd.c
674
fd_dev_to_type(struct fd_softc *fd, dev_t dev)
sys/arch/sparc64/dev/fd.c
686
struct fd_softc *fd;
sys/arch/sparc64/dev/fd.c
762
fdstart(struct fd_softc *fd)
sys/arch/sparc64/dev/fd.c
777
fdfinish(struct fd_softc *fd, struct buf *bp)
sys/arch/sparc64/dev/fd.c
826
struct fd_softc *fd;
sys/arch/sparc64/dev/fd.c
844
struct fd_softc *fd = arg;
sys/arch/sparc64/dev/fd.c
856
struct fd_softc *fd = arg;
sys/arch/sparc64/dev/fd.c
936
struct fd_softc *fd;
sys/arch/sparc64/dev/fd.c
983
struct fd_softc *fd = fd_cd.cd_devs[FDUNIT(dev)];
sys/dev/isa/fd.c
1001
struct fd_softc *fd = fd_cd.cd_devs[FDUNIT(dev)];
sys/dev/isa/fd.c
1081
struct fd_softc *fd = fd_cd.cd_devs[FDUNIT(dev)];
sys/dev/isa/fd.c
118
TAILQ_ENTRY(fd_softc) sc_drivechain;
sys/dev/isa/fd.c
133
sizeof(struct fd_softc), fdprobe, fdattach, NULL, fdactivate
sys/dev/isa/fd.c
140
int fdgetdisklabel(dev_t, struct fd_softc *, struct disklabel *, int);
sys/dev/isa/fd.c
142
void fdstart(struct fd_softc *);
sys/dev/isa/fd.c
148
void fdfinish(struct fd_softc *fd, struct buf *bp);
sys/dev/isa/fd.c
150
static __inline struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
sys/dev/isa/fd.c
151
void fdretry(struct fd_softc *);
sys/dev/isa/fd.c
155
fdgetdisklabel(dev_t dev, struct fd_softc *fd, struct disklabel *lp,
sys/dev/isa/fd.c
247
struct fd_softc *fd = (void *)self;
sys/dev/isa/fd.c
312
struct fd_softc *fd = (void *)self;
sys/dev/isa/fd.c
373
fd_dev_to_type(struct fd_softc *fd, dev_t dev)
sys/dev/isa/fd.c
385
struct fd_softc *fd = fd_cd.cd_devs[FDUNIT(bp->b_dev)];
sys/dev/isa/fd.c
459
fdstart(struct fd_softc *fd)
sys/dev/isa/fd.c
474
fdfinish(struct fd_softc *fd, struct buf *bp)
sys/dev/isa/fd.c
519
struct fd_softc *fd;
sys/dev/isa/fd.c
539
struct fd_softc *fd = arg;
sys/dev/isa/fd.c
551
struct fd_softc *fd = arg;
sys/dev/isa/fd.c
568
struct fd_softc *fd;
sys/dev/isa/fd.c
615
struct fd_softc *fd = fd_cd.cd_devs[FDUNIT(dev)];
sys/dev/isa/fd.c
658
struct fd_softc *fd;
sys/dev/isa/fd.c
703
struct fd_softc *ofd =
sys/dev/isa/fd.c
937
struct fd_softc *fd = arg;
sys/dev/isa/fd.c
957
fdretry(struct fd_softc *fd)
sys/dev/isa/fdlink.h
73
struct fd_softc;
sys/dev/isa/fdlink.h
75
struct fd_softc *sc_fd[4]; /* pointers to children */
sys/dev/isa/fdlink.h
76
TAILQ_HEAD(drivehead, fd_softc) sc_drives;