rf_netbsdkintf.c | 351 raidget(int unit, bool create) { function in typeref:struct:raid_softc * 807 if ((rs = raidget(unit, false)) == NULL) 825 if ((rs = raidget(unit, false)) == NULL) 960 if ((rs = raidget(unit, true)) == NULL) 1029 if ((rs = raidget(unit, false)) == NULL) 1076 if ((rs = raidget(unit, false)) == NULL) { 1146 if ((rs = raidget(unit, false)) == NULL) 1163 if ((rs = raidget(unit, false)) == NULL) 1588 if ((rs = raidget(unit, false)) == NULL) 3678 for (sc = raidget(raidID, false); sc && sc->sc_r.valid != 0 [all...] |