Lines Matching defs:fd_softc
168 struct fd_softc *sc_fd[4]; /* pointers to children */
169 TAILQ_HEAD(drivehead, fd_softc) sc_drives;
217 struct fd_softc {
244 TAILQ_ENTRY(fd_softc) sc_drivechain;
257 CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
295 void fdgetdisklabel(struct fd_softc *);
296 int fd_get_parms(struct fd_softc *);
297 void fdstart(struct fd_softc *);
315 void fdfinish(struct fd_softc *fd, struct buf *bp);
316 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
497 struct fd_softc *fd = device_private(self);
558 fd_dev_to_type(struct fd_softc *fd, dev_t dev)
570 struct fd_softc *fd = device_lookup_private(&fd_cd,FDUNIT(bp->b_dev));
637 fdstart(struct fd_softc *fd)
652 fdfinish(struct fd_softc *fd, struct buf *bp)
697 struct fd_softc *fd;
716 struct fd_softc *fd = arg;
728 struct fd_softc *fd = arg;
785 struct fd_softc *fd;
810 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
882 struct fd_softc *fd = fdc->sc_drives.tqh_first;
917 struct fd_softc *fd;
958 struct fd_softc *ofd = fdc->sc_fd[fd->sc_drive ^ 1];
1233 struct fd_softc *fd;
1275 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
1448 struct fd_softc *fd = device_lookup_private(&fd_cd,FDUNIT(dev));