Home | History | Annotate | Download | only in jazz

Lines Matching defs:fd_softc

145 struct fd_softc {
170 TAILQ_ENTRY(fd_softc) sc_drivechain;
180 CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc), fdprobe, fdattach, NULL, NULL);
215 static void fdstart(struct fd_softc *);
234 static void fdfinish(struct fd_softc *, struct buf *);
235 static const struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
337 struct fd_softc *fd = device_private(self);
378 struct fd_softc *fd;
424 fd_dev_to_type(struct fd_softc *fd, dev_t dev)
436 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(bp->b_dev));
504 fdstart(struct fd_softc *fd)
519 fdfinish(struct fd_softc *fd, struct buf *bp)
563 struct fd_softc *fd;
582 struct fd_softc *fd = arg;
595 struct fd_softc *fd = arg;
652 struct fd_softc *fd;
678 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
749 struct fd_softc *fd = TAILQ_FIRST(&fdc->sc_drives);
784 struct fd_softc *fd;
821 struct fd_softc *ofd = fdc->sc_fd[fd->sc_drive ^ 1];
1044 struct fd_softc *fd;
1082 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));