Lines Matching defs:fd_softc
156 struct fd_softc *sc_fd[4]; /* pointers to children */
157 TAILQ_HEAD(drivehead, fd_softc) sc_drives;
217 struct fd_softc {
246 TAILQ_ENTRY(fd_softc) sc_drivechain;
263 CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
299 static void fdstart(struct fd_softc *);
319 static void fdfinish(struct fd_softc *, struct buf *);
320 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
323 static int fdgetdisklabel(struct fd_softc *, dev_t);
629 struct fd_softc *fd = device_private(self);
676 fd_dev_to_type(struct fd_softc *fd, dev_t dev)
688 struct fd_softc *fd;
767 fdstart(struct fd_softc *fd)
782 fdfinish(struct fd_softc *fd, struct buf *bp)
829 struct fd_softc *fd;
844 struct fd_softc *fd = arg;
864 struct fd_softc *fd = arg;
927 struct fd_softc *fd;
972 struct fd_softc *fd = device_lookup_private(&fd_cd, unit);
1065 struct fd_softc *fd = TAILQ_FIRST(&fdc->sc_drives);
1100 struct fd_softc *fd;
1156 struct fd_softc *ofd = fdc->sc_fd[i];
1568 struct fd_softc *fd;
1613 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
1814 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
1866 fdgetdisklabel(struct fd_softc *sc, dev_t dev)
1910 struct fd_softc *fd = device_private(dev);