phys_p            714 dev/raidframe/rf_dagdegrd.c 	RF_PhysDiskAddr_t *phys_p;
phys_p            898 dev/raidframe/rf_dagdegrd.c 	for (phys_p = asmap->physInfo; phys_p; phys_p = phys_p->next, i++) {
phys_p            899 dev/raidframe/rf_dagdegrd.c 		if ((phys_p == asmap->failedPDAs[0]) ||
phys_p            900 dev/raidframe/rf_dagdegrd.c 		    (phys_p == asmap->failedPDAs[1]))
phys_p            902 dev/raidframe/rf_dagdegrd.c 		suoff = rf_StripeUnitOffset(layoutPtr, phys_p->startSector);
phys_p            903 dev/raidframe/rf_dagdegrd.c 		suend = suoff + phys_p->numSector;