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 424 Status = CreatePopulateInstallShellParametersProtocol(&ShellInfoObject.NewShellParametersProtocol, &ShellInfoObject.RootShellInstance);
426 ASSERT(ShellInfoObject.NewShellParametersProtocol != NULL);
632 if (ShellInfoObject.NewShellParametersProtocol != NULL) {
633 CleanUpShellParametersProtocol(ShellInfoObject.NewShellParametersProtocol);
634 DEBUG_CODE(ShellInfoObject.NewShellParametersProtocol = NULL;);
    [all...]
Shell.h 98 EFI_SHELL_PARAMETERS_PROTOCOL *NewShellParametersProtocol;
ShellProtocol.c     [all...]

Completed in 587 milliseconds