OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attempttmp
(Results
1 - 1
of
1
) sorted by null
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiMisc.c
912
ISCSI_ATTEMPT_CONFIG_NVDATA *
AttemptTmp
;
956
(VOID**)&
AttemptTmp
,
959
if(
AttemptTmp
== NULL || EFI_ERROR (Status)) {
963
ASSERT (AttemptConfigOrder[Index] ==
AttemptTmp
->AttemptConfigIndex);
965
if (
AttemptTmp
->SessionConfigData.Enabled == ISCSI_DISABLED) {
966
FreePool (
AttemptTmp
);
970
if (
AttemptTmp
->SessionConfigData.IpMode != IP_MODE_AUTOCONFIG &&
971
AttemptTmp
->SessionConfigData.IpMode != ((IpVersion == IP_VERSION_4) ? IP_MODE_IP4 : IP_MODE_IP6)) {
972
FreePool (
AttemptTmp
);
976
if(
AttemptTmp
->SessionConfigData.IpMode == IP_MODE_AUTOCONFIG ||
[
all
...]
Completed in 617 milliseconds