Lines Matching defs:fd_softc
196 struct fd_softc *sc_fd[4]; /* pointers to children */
197 TAILQ_HEAD(drivehead, fd_softc) sc_drives;
260 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
293 struct fd_softc {
317 TAILQ_ENTRY(fd_softc) sc_drivechain;
329 CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
368 int fd_get_parms(struct fd_softc *);
370 void fdstart(struct fd_softc *);
394 void fdfinish(struct fd_softc *, struct buf *);
396 void fd_do_eject(struct fd_softc *);
405 static void fd_set_geometry(struct fd_softc *);
954 struct fd_softc *fd = device_private(self);
1003 struct fd_softc *fd = device_private(self);
1017 fd_dev_to_type(struct fd_softc *fd, dev_t dev)
1029 struct fd_softc *fd;
1107 fdstart(struct fd_softc *fd)
1122 fdfinish(struct fd_softc *fd, struct buf *bp)
1178 struct fd_softc *fd;
1210 struct fd_softc *fd = arg;
1222 struct fd_softc *fd = arg;
1311 struct fd_softc *fd;
1355 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
1423 struct fd_softc *fd = fdc->sc_drives.tqh_first;
1468 struct fd_softc *fd;
1622 struct fd_softc *fd;
1673 struct fd_softc *ofd = fdc->sc_fd[fd->sc_drive ^ 1];
2065 struct fd_softc *fd;
2135 struct fd_softc *fd;
2364 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
2428 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
2488 fd_do_eject(struct fd_softc *fd)
2520 fd_do_eject((struct fd_softc *)dev);
2584 fd_set_geometry(struct fd_softc *fd)