Lines Matching refs:sc_dv
245 struct device sc_dv; /* generic device info */ member
652 fd->sc_dk.dk_name = fd->sc_dv.dv_xname; in fdattach()
654 disk_attach(&fd->sc_dv, &fd->sc_dk); in fdattach()
741 struct fdc_softc *fdc = (void *)fd->sc_dv.dv_parent; in fdstrategy()
763 struct fdc_softc *fdc = (void *)fd->sc_dv.dv_parent; in fdstart()
778 struct fdc_softc *fdc = (void *)fd->sc_dv.dv_parent; in fdfinish()
848 fd_set_motor((struct fdc_softc *)fd->sc_dv.dv_parent); in fd_motor_off()
856 struct fdc_softc *fdc = (void *)fd->sc_dv.dv_parent; in fd_motor_on()
1050 fd ? fd->sc_dv.dv_xname : "fdc", s, fdc->sc_state); in fdcstatus()
1697 printf("%s: read-only medium\n", fd->sc_dv.dv_xname); in fdcretry()
1722 printf("%s: no medium?\n", fd->sc_dv.dv_xname); in fdcretry()
1783 fdc = (struct fdc_softc *)fd->sc_dv.dv_parent; in fdioctl()
1983 struct fdc_softc *fdc = (void *)fd->sc_dv.dv_parent; in fd_do_eject()