fd_softc           98 dev/isa/fd.c   struct fd_softc {
fd_softc          121 dev/isa/fd.c   	TAILQ_ENTRY(fd_softc) sc_drivechain;
fd_softc          134 dev/isa/fd.c   	sizeof(struct fd_softc), fdprobe, fdattach
fd_softc          141 dev/isa/fd.c   void fdgetdisklabel(struct fd_softc *);
fd_softc          142 dev/isa/fd.c   int fd_get_parms(struct fd_softc *);
fd_softc          144 dev/isa/fd.c   void fdstart(struct fd_softc *);
fd_softc          152 dev/isa/fd.c   void fdfinish(struct fd_softc *fd, struct buf *bp);
fd_softc          154 dev/isa/fd.c   static __inline struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
fd_softc          155 dev/isa/fd.c   void fdretry(struct fd_softc *);
fd_softc          226 dev/isa/fd.c   	struct fd_softc *fd = (void *)self;
fd_softc          332 dev/isa/fd.c   	struct fd_softc *fd;
fd_softc          346 dev/isa/fd.c   	struct fd_softc *fd = fd_cd.cd_devs[FDUNIT(bp->b_dev)];
fd_softc          418 dev/isa/fd.c   	struct fd_softc *fd;
fd_softc          434 dev/isa/fd.c   	struct fd_softc *fd;
fd_softc          491 dev/isa/fd.c   	struct fd_softc *fd;
fd_softc          512 dev/isa/fd.c   	struct fd_softc *fd = arg;
fd_softc          525 dev/isa/fd.c   	struct fd_softc *fd = arg;
fd_softc          545 dev/isa/fd.c   	struct fd_softc *fd;
fd_softc          576 dev/isa/fd.c   	struct fd_softc *fd = fd_cd.cd_devs[FDUNIT(dev)];
fd_softc          613 dev/isa/fd.c   	struct fd_softc *fd;
fd_softc          656 dev/isa/fd.c   			struct fd_softc *ofd =
fd_softc          892 dev/isa/fd.c   	struct fd_softc *fd = arg;
fd_softc          913 dev/isa/fd.c   	struct fd_softc *fd;
fd_softc          961 dev/isa/fd.c   	struct fd_softc *fd = fd_cd.cd_devs[FDUNIT(dev)];
fd_softc         1055 dev/isa/fd.c   	struct fd_softc *fd = fd_cd.cd_devs[FDUNIT(dev)];
fd_softc           73 dev/isa/fdlink.h struct fd_softc;
fd_softc           75 dev/isa/fdlink.h 	struct fd_softc *sc_fd[4];	/* pointers to children */
fd_softc           76 dev/isa/fdlink.h 	TAILQ_HEAD(drivehead, fd_softc) sc_drives;