HomeSort by: relevance | last modified time | path
    Searched defs:raidget (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/raidframe/
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...]
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...]

Completed in 28 milliseconds