Lines Matching refs: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 { struct
285 TAILQ_ENTRY(fd_softc) sc_drivechain; argument
297 CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc), argument
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); in fdattach()
830 struct fd_softc *fd = device_private(self); in fdshutdown()
844 fd_dev_to_type(struct fd_softc *fd, dev_t dev) in fd_dev_to_type()
856 struct fd_softc *fd; in fdstrategy()
929 fdstart(struct fd_softc *fd) in fdstart()
944 fdfinish(struct fd_softc *fd, struct buf *bp) in fdfinish()
1000 struct fd_softc *fd; in fd_set_motor()
1030 struct fd_softc *fd = arg; in fd_motor_off()
1042 struct fd_softc *fd = arg; in fd_motor_on()
1127 struct fd_softc *fd; in fdopen()
1172 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev)); in fdclose()
1256 struct fd_softc *fd = fdc->sc_drives.tqh_first; in fdcstatus()
1284 struct fd_softc *fd; in fdctimeout()
1439 struct fd_softc *fd; in fdcstate()
1490 struct fd_softc *ofd = fdc->sc_fd[fd->sc_drive ^ 1]; in fdcstate()
1878 struct fd_softc *fd; in fdcretry()
1950 struct fd_softc *fd; in fdioctl()
2181 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(dev)); in fdformat()
2245 struct fd_softc *fd = device_lookup_private(&fd_cd, unit); in fdgetdisklabel()
2304 fd_do_eject(struct fd_softc *fd) in fd_do_eject()