rf.c | 453 struct rf_softc *rf_sc = device_private(self); local in function:rf_attach 458 rf_sc->sc_dev = self; 459 rf_sc->sc_rfc = rfc_sc; 460 rf_sc->sc_dnum = rfc_aa->dnum; 461 rf_sc->sc_state = 0; 462 disk_init(&rf_sc->sc_disk, device_xname(rf_sc->sc_dev), &rfdkdriver); 463 disk_attach(&rf_sc->sc_disk); 464 dl = rf_sc->sc_disk.dk_label; 505 bufq_alloc(&rf_sc->sc_bufq, "disksort", BUFQ_SORT_CYLINDER) 569 struct rf_softc *rf_sc; local in function:rfstrategy 627 struct rf_softc *rf_sc; local in function:get_new_buf 658 struct rf_softc *rf_sc; local in function:rfc_intr 969 struct rf_softc *rf_sc; local in function:rfopen 1060 struct rf_softc *rf_sc = device_lookup_private(&rf_cd, DISKUNIT(dev)); local in function:rfclose 1095 struct rf_softc *rf_sc = device_lookup_private(&rf_cd, DISKUNIT(dev)); local in function:rfioctl [all...] |