Home
last modified time | relevance | path

Searched refs:raidget (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/raidframe/
Drf_netbsdkintf.c351 raidget(int unit, bool create) { in raidget() function
807 if ((rs = raidget(unit, false)) == NULL) in raidsize()
825 if ((rs = raidget(unit, false)) == NULL) in raiddump()
960 if ((rs = raidget(unit, true)) == NULL) in raidopen()
1029 if ((rs = raidget(unit, false)) == NULL) in raidclose()
1076 if ((rs = raidget(unit, false)) == NULL) { in raidstrategy()
1146 if ((rs = raidget(unit, false)) == NULL) in raidread()
1163 if ((rs = raidget(unit, false)) == NULL) in raidwrite()
1588 if ((rs = raidget(unit, false)) == NULL) in raidioctl()
3678 for (sc = raidget(raidID, false); sc && sc->sc_r.valid != 0; in rf_auto_config_set()
[all …]