Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/raidframe/
Drf_openbsdkintf.c275 struct raid_softc **raid_scPtrs; variable
412 raid_scPtrs = (struct raid_softc **) in raidattach()
415 if (raid_scPtrs == NULL) { in raidattach()
420 bzero(raid_scPtrs, num * sizeof (struct raid_softc *)); in raidattach()
450 raid_cd.cd_devs = (void **) raid_scPtrs; in raidattach()