Lines Matching defs:fd_softc
161 struct fd_softc *sc_fd[4]; /* pointers to children */
162 TAILQ_HEAD(drivehead, fd_softc) sc_drives;
194 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
237 struct fd_softc {
261 TAILQ_ENTRY(fd_softc) sc_drivechain;
271 CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
309 static void fdstart(struct fd_softc *);
330 static void fdfinish(struct fd_softc *, struct buf *);
566 struct fd_softc *fd = device_private(self);
639 struct fd_softc *fd;
648 fd_dev_to_type(struct fd_softc *fd, dev_t dev)
660 struct fd_softc *fd;
733 fdstart(struct fd_softc *fd)
748 fdfinish(struct fd_softc *fd, struct buf *bp)
796 struct fd_softc *fd;
815 struct fd_softc *fd = arg;
827 struct fd_softc *fd = arg;
883 struct fd_softc *fd;
928 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
1037 struct fd_softc *fd = TAILQ_FIRST(&fdc->sc_drives);
1163 struct fd_softc *fd;
1216 struct fd_softc *ofd = fdc->sc_fd[fd->sc_drive ^ 1];
1545 struct fd_softc *fd;
1592 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
1827 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
1871 struct fd_softc *fd = device_lookup_private(&fd_cd, unit);
1947 struct fd_softc *fd;
1979 struct fd_softc *fd;