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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c32 EFI_SHELL_INTERFACE *mEfiShellInterface; variable
231 (VOID **)&mEfiShellInterface,
237 mEfiShellInterface = NULL;
244 if ((mEfiShellEnvironment2 != NULL && mEfiShellInterface != NULL) ||
294 mEfiShellInterface = NULL;
330 if (mEfiShellInterface != NULL) {
335 mEfiShellInterface = NULL;
2144 ASSERT (mEfiShellInterface != NULL);
2149 (CONST CHAR16**) mEfiShellInterface->Argv,
2150 mEfiShellInterface
[all...]

Completed in 52 milliseconds