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

  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c 425 Status = CreatePopulateInstallShellParametersProtocol(&ShellInfoObject.NewShellParametersProtocol, &ShellInfoObject.RootShellInstance);
427 ASSERT(ShellInfoObject.NewShellParametersProtocol != NULL);
658 if (ShellInfoObject.NewShellParametersProtocol != NULL) {
659 CleanUpShellParametersProtocol(ShellInfoObject.NewShellParametersProtocol);
660 DEBUG_CODE(ShellInfoObject.NewShellParametersProtocol = NULL;);
    [all...]
Shell.h 104 EFI_SHELL_PARAMETERS_PROTOCOL *NewShellParametersProtocol;
ShellProtocol.c     [all...]

Completed in 58 milliseconds