HomeSort by relevance Sort by last modified time
    Searched refs:NewAttempt (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiConfig.c 323 @param[in] NewAttempt The created new attempt
334 IN ISCSI_ATTEMPT_CONFIG_NVDATA *NewAttempt,
343 if (Attempt != NewAttempt && Attempt->NicIndex == NewAttempt->NicIndex &&
790 // mPrivate->NewAttempt, and also saved to mCallbackInfo->Current in
794 ASSERT (Attempt == mPrivate->NewAttempt);
846 // Reset mPrivate->NewAttempt to NULL, which indicates none attempt is created
849 mPrivate->NewAttempt = NULL;
    [all...]
IScsiDriver.h 68 VOID *NewAttempt; // Attempt is created but not saved.
    [all...]
IScsiMisc.c 649 if (mPrivate->NewAttempt != NULL) {
650 FreePool (mPrivate->NewAttempt);
651 mPrivate->NewAttempt = NULL;
    [all...]

Completed in 1059 milliseconds