Home | History | Annotate | Download | only in dev

Lines Matching defs:fd_softc

183 	struct fd_softc *sc_fd[4];	/* pointers to children */
184 TAILQ_HEAD(drivehead, fd_softc) sc_drives;
228 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
261 struct fd_softc {
285 TAILQ_ENTRY(fd_softc) sc_drivechain;
297 CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
336 int fd_get_parms(struct fd_softc *);
337 void fdstart(struct fd_softc *);
361 void fdfinish(struct fd_softc *, struct buf *);
363 void fd_do_eject(struct fd_softc *);
782 struct fd_softc *fd = device_private(self);
830 struct fd_softc *fd = device_private(self);
844 fd_dev_to_type(struct fd_softc *fd, dev_t dev)
856 struct fd_softc *fd;
929 fdstart(struct fd_softc *fd)
944 fdfinish(struct fd_softc *fd, struct buf *bp)
1000 struct fd_softc *fd;
1030 struct fd_softc *fd = arg;
1042 struct fd_softc *fd = arg;
1127 struct fd_softc *fd;
1172 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
1256 struct fd_softc *fd = fdc->sc_drives.tqh_first;
1284 struct fd_softc *fd;
1439 struct fd_softc *fd;
1490 struct fd_softc *ofd = fdc->sc_fd[fd->sc_drive ^ 1];
1878 struct fd_softc *fd;
1950 struct fd_softc *fd;
2181 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev));
2245 struct fd_softc *fd = device_lookup_private(&fd_cd, unit);
2304 fd_do_eject(struct fd_softc *fd)