HomeSort by: relevance | last modified time | path
    Searched defs:suend (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/raidframe/
rf_dagdegrd.c 712 RF_SectorNum_t suoff, suend; local in function:rf_DD_GenerateFailedAccessASMs
792 suend = suoff + pda_p->numSector;
797 if ((suoff > fone_start) || (suend < fone_end))
803 if (suend < numDataCol) /* leak at end */
807 if ((suoff > fone_start) || (suend < fone_end))
809 if ((suoff > ftwo_start) || (suend < ftwo_end))
879 suend = suoff + phys_p->numSector;
883 RF_ASSERT(suend >= fone_end);
892 if (suend < fone_end) {
896 pda_p->numSector = fone_end - suend;
    [all...]
rf_dagdegrd.c 712 RF_SectorNum_t suoff, suend; local in function:rf_DD_GenerateFailedAccessASMs
792 suend = suoff + pda_p->numSector;
797 if ((suoff > fone_start) || (suend < fone_end))
803 if (suend < numDataCol) /* leak at end */
807 if ((suoff > fone_start) || (suend < fone_end))
809 if ((suoff > ftwo_start) || (suend < ftwo_end))
879 suend = suoff + phys_p->numSector;
883 RF_ASSERT(suend >= fone_end);
892 if (suend < fone_end) {
896 pda_p->numSector = fone_end - suend;
    [all...]
rf_evenodd_dagfuncs.c 648 long *suoff = NULL, *suend = NULL, *prmToCol = NULL, local in function:rf_EvenOddDoubleRecoveryFunc
666 suend = RF_Malloc(ndataParam * sizeof(*suend));
745 suend[prm] = suoff[prm] + pda->numSector;
759 if (suoff[prm] <= sector && sector < suend[prm])
806 RF_Free(suend, ndataParam * sizeof(long));
rf_evenodd_dagfuncs.c 648 long *suoff = NULL, *suend = NULL, *prmToCol = NULL, local in function:rf_EvenOddDoubleRecoveryFunc
666 suend = RF_Malloc(ndataParam * sizeof(*suend));
745 suend[prm] = suoff[prm] + pda->numSector;
759 if (suoff[prm] <= sector && sector < suend[prm])
806 RF_Free(suend, ndataParam * sizeof(long));

Completed in 80 milliseconds