Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/raidframe/
Drf_openbsdkintf.c160 static RF_Raid_t **raidPtrs; /* Global raid device descriptors. */ variable
378 RF_Calloc(raidPtrs, num, sizeof(RF_Raid_t *), (RF_Raid_t **)); in raidattach()
379 if (raidPtrs == NULL) { in raidattach()
391 raidPtrs[i] = NULL; in raidattach()
441 RF_Calloc(raidPtrs[raidID], 1, sizeof (RF_Raid_t), in raidattach()
443 if (raidPtrs[raidID] == NULL) { in raidattach()
711 rf_markalldirty( raidPtrs[unit] ); in raidopen()
762 rf_update_component_labels(raidPtrs[unit], in raidclose()
790 if (raidID >= numraid || !raidPtrs[raidID]) { in raidstrategy()
797 raidPtr = raidPtrs[raidID]; in raidstrategy()
[all …]