Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c34 EFI_SHELL_INTERFACE *mEfiShellInterface; variable
232 (VOID **)&mEfiShellInterface, in ShellLibConstructorWorker()
238 mEfiShellInterface = NULL; in ShellLibConstructorWorker()
245 if ((mEfiShellEnvironment2 != NULL && mEfiShellInterface != NULL) || in ShellLibConstructorWorker()
295 mEfiShellInterface = NULL; in ShellLibConstructor()
332 if (mEfiShellInterface != NULL) { in ShellLibDestructor()
337 mEfiShellInterface = NULL; in ShellLibDestructor()
2272 ASSERT (mEfiShellInterface != NULL); in ShellCommandLineParseEx()
2277 (CONST CHAR16**) mEfiShellInterface->Argv, in ShellCommandLineParseEx()
2278 mEfiShellInterface->Argc, in ShellCommandLineParseEx()
[all …]