Lines Matching defs:rsc
547 rf_find_bootwedge(struct raid_softc *rsc)
549 RF_Raid_t *r = &rsc->sc_r;
627 DEVICE_XNAME(rsc->sc_dksc.sc_dev),
630 rdev = dkwedge_find_partition(rsc->sc_dksc.sc_dev,
664 struct raid_softc *sc, *rsc;
667 sc = rsc = NULL;
685 rsc = sc;
720 dksc = &rsc->sc_dksc;
725 candidate_root = rf_find_bootwedge(rsc);
742 DEVICE_XNAME(booted_device), rsc->sc_r.root_partition,
743 rf_containsboot(&rsc->sc_r, booted_device));
749 rsc->sc_r.root_partition == 1 ||
750 rf_containsboot(&rsc->sc_r, booted_device)) {
782 rsc = sc;
783 dksc = &rsc->sc_dksc;