Home | History | Annotate | Download | only in dev

Lines Matching defs:fd_softc

196 	struct fd_softc	*sc_fd[4];	/* pointers to children */
197 TAILQ_HEAD(drivehead, fd_softc) sc_drives;
248 struct fd_softc {
275 TAILQ_ENTRY(fd_softc) sc_drivechain;
285 CFATTACH_DECL_NEW(hdfd, sizeof(struct fd_softc),
314 void fdstart(struct fd_softc *);
332 void fdfinish(struct fd_softc *, struct buf *);
335 static void fdgetdisklabel(struct fd_softc *, dev_t);
336 static void fdgetdefaultlabel(struct fd_softc *, struct disklabel *, int);
338 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
528 struct fd_softc *fd = device_private(self);
596 fd_dev_to_type(struct fd_softc *fd, dev_t dev)
608 struct fd_softc *fd = device_lookup_private(&hdfd_cd, FDUNIT(bp->b_dev));
677 fdstart(struct fd_softc *fd)
692 fdfinish(struct fd_softc *fd, struct buf *bp)
737 struct fd_softc *fd;
756 struct fd_softc *fd = arg;
769 struct fd_softc *fd = arg;
821 struct fd_softc *fd;
846 struct fd_softc *fd = device_lookup_private(&hdfd_cd, FDUNIT(dev));
920 struct fd_softc *fd = fdc->sc_drives.tqh_first;
954 struct fd_softc *fd;
994 struct fd_softc *ofd = fdc->sc_fd[fd->sc_drive ^ 1];
1253 struct fd_softc *fd;
1295 struct fd_softc *fd;
1478 struct fd_softc *fd = device_lookup_private(&hdfd_cd, FDUNIT(dev));
1535 fdgetdisklabel(struct fd_softc *fd, dev_t dev)
1579 fdgetdefaultlabel(struct fd_softc *fd, struct disklabel *lp, int part)