Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c33 EFI_SHELL_ENVIRONMENT2 *mEfiShellEnvironment2; variable
107 (VOID **)&mEfiShellEnvironment2, in ShellFindSE2()
115 …if (EFI_ERROR (Status) || !(CompareGuid (&mEfiShellEnvironment2->SESGuid, &gEfiShellEnvironment2Ex… in ShellFindSE2()
148 (VOID **)&mEfiShellEnvironment2, in ShellFindSE2()
153 if (CompareGuid (&mEfiShellEnvironment2->SESGuid, &gEfiShellEnvironment2ExtGuid)) { in ShellFindSE2()
228 mEfiShellEnvironment2 = NULL; in ShellLibConstructorWorker()
245 if ((mEfiShellEnvironment2 != NULL && mEfiShellInterface != NULL) || in ShellLibConstructorWorker()
292 mEfiShellEnvironment2 = NULL; in ShellLibConstructor()
325 if (mEfiShellEnvironment2 != NULL) { in ShellLibDestructor()
330 mEfiShellEnvironment2 = NULL; in ShellLibDestructor()
[all …]