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; in fdcsuspend()
339 struct fd_softc *fd = device_private(child); in fdc_childdet()
560 struct fd_softc *fd = device_private(self); in fdattach()
608 struct fd_softc *fd = device_private(self); in fddetach()
690 fd_dev_to_type(struct fd_softc *fd, dev_t dev) in fd_dev_to_type()
702 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(bp->b_dev)); in fdstrategy()
769 fdstart(struct fd_softc *fd) in fdstart()
785 fdfinish(struct fd_softc *fd, struct buf *bp) in fdfinish()
832 struct fd_softc *fd; in fd_set_motor()
851 struct fd_softc *fd = arg; in fd_motor_off()
865 struct fd_softc *fd = arg; in fd_motor_on()
924 struct fd_softc *fd; in fdopen()
952 struct fd_softc *fd = in fdclose()
1031 struct fd_softc *fd = TAILQ_FIRST(&fdc->sc_drives); in fdctimeout()
1053 struct fd_softc *fd; in fdcintr1()
1103 struct fd_softc *ofd = fdc->sc_fd[fd->sc_drive ^ 1]; in fdcintr1()
1363 struct fd_softc *fd; in fdcretry()
1404 struct fd_softc *fd = in fdioctl()
1604 struct fd_softc *fd = in fdformat()
1665 fd_set_geometry(struct fd_softc *fd) in fd_set_geometry()