Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_dagdegrd.c717 RF_PhysDiskAddr_t *phys_p; in rf_DD_GenerateFailedAccessASMs() local
875 for (phys_p = asmap->physInfo; phys_p; phys_p = phys_p->next, i++) { in rf_DD_GenerateFailedAccessASMs()
876 if ((phys_p == asmap->failedPDAs[0]) || (phys_p == asmap->failedPDAs[1])) in rf_DD_GenerateFailedAccessASMs()
878 suoff = rf_StripeUnitOffset(layoutPtr, phys_p->startSector); in rf_DD_GenerateFailedAccessASMs()
879 suend = suoff + phys_p->numSector; in rf_DD_GenerateFailedAccessASMs()