Home | History | Annotate | Download | only in isa

Lines Matching refs:fd_softc

212 CFATTACH_DECL_NEW(fdisa, sizeof(struct fd_softc),
215 CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
252 void fdgetdisklabel(struct fd_softc *);
253 int fd_get_parms(struct fd_softc *);
254 void fdstart(struct fd_softc *);
272 void fdfinish(struct fd_softc *fd, struct buf *bp);
273 static const struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
275 static void fd_set_geometry(struct fd_softc *fd);
320 struct fd_softc *fd;
339 struct fd_softc *fd = device_private(child);
560 struct fd_softc *fd = device_private(self);
608 struct fd_softc *fd = device_private(self);
690 fd_dev_to_type(struct fd_softc *fd, dev_t dev)
702 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(bp->b_dev));
769 fdstart(struct fd_softc *fd)
785 fdfinish(struct fd_softc *fd, struct buf *bp)
832 struct fd_softc *fd;
851 struct fd_softc *fd = arg;
865 struct fd_softc *fd = arg;
924 struct fd_softc *fd;
952 struct fd_softc *fd =
1031 struct fd_softc *fd = TAILQ_FIRST(&fdc->sc_drives);
1053 struct fd_softc *fd;
1103 struct fd_softc *ofd = fdc->sc_fd[fd->sc_drive ^ 1];
1363 struct fd_softc *fd;
1404 struct fd_softc *fd =
1604 struct fd_softc *fd =
1665 fd_set_geometry(struct fd_softc *fd)