Searched defs:AttemptConfigOrderTmp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiConfig.c1493 UINT8 *AttemptConfigOrderTmp; local
1505 AttemptConfigOrderTmp = AllocateZeroPool (AttemptConfigOrderSize);
1506 if (AttemptConfigOrderTmp == NULL) {
1532 AttemptConfigOrderTmp[Index] = AttemptConfigIndex;
1551 AttemptConfigOrderTmp[Index] = AttemptConfigOrder[Indexj];
1563 AttemptConfigOrderTmp
1567 if (AttemptConfigOrderTmp != NULL) {
1568 FreePool (AttemptConfigOrderTmp);

Completed in 35 milliseconds