Home | History | Annotate | Download | only in IScsiDxe

Lines Matching full:attemptordertmp

453   UINT8                       *AttemptOrderTmp;

784 AttemptOrderTmp = AllocateZeroPool (TotalNumber * sizeof (UINT8));
785 if (AttemptOrderTmp == NULL) {
793 CopyMem (AttemptOrderTmp, AttemptConfigOrder, AttemptConfigOrderSize);
797 AttemptOrderTmp[TotalNumber - 1] = Attempt->AttemptConfigIndex;
798 AttemptConfigOrder = AttemptOrderTmp;