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

  /src/sys/dev/raidframe/
rf_evenodd_dagfuncs.c 646 RF_RowCol_t fcol[2], fsuoff[2], fsuend[2], numDataCol = layoutPtr->numDataCol; local in function:rf_EvenOddDoubleRecoveryFunc
696 fsuend[0] = fsuoff[0] + pda->numSector;
698 fsuend[1] = 0;
700 endSector = fsuend[0];
730 fsuend[0] = fsuoff[0] + pda0->numSector;
732 fsuend[1] = fsuoff[1] + pda1->numSector;
736 endSector = RF_MAX(fsuend[0], fsuend[1]);
756 if (!(fsuoff[0] <= sector && sector < fsuend[0]) && !(fsuoff[1] <= sector && sector < fsuend[1])
    [all...]

Completed in 12 milliseconds