Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiConfig.c1536 UINT8 *AttemptConfigOrderTmp; in IScsiConfigOrderAttempts() local
1548 AttemptConfigOrderTmp = AllocateZeroPool (AttemptConfigOrderSize); in IScsiConfigOrderAttempts()
1549 if (AttemptConfigOrderTmp == NULL) { in IScsiConfigOrderAttempts()
1575 AttemptConfigOrderTmp[Index] = AttemptConfigIndex; in IScsiConfigOrderAttempts()
1594 AttemptConfigOrderTmp[Index] = AttemptConfigOrder[Indexj]; in IScsiConfigOrderAttempts()
1606 AttemptConfigOrderTmp in IScsiConfigOrderAttempts()
1610 if (AttemptConfigOrderTmp != NULL) { in IScsiConfigOrderAttempts()
1611 FreePool (AttemptConfigOrderTmp); in IScsiConfigOrderAttempts()