Lines Matching refs:TheHandle
28 IN EFI_HANDLE TheHandle in DumpLoadedImageProtocolInfo() argument
33 TheString = GetProtocolInformationDump(TheHandle, &gEfiLoadedImageProtocolGuid, TRUE); in DumpLoadedImageProtocolInfo()
66 EFI_HANDLE TheHandle; in ShellCommandRunUnload() local
75 TheHandle = NULL; in ShellCommandRunUnload()
109 TheHandle = ConvertHandleIndexToHandle((UINTN)Value); in ShellCommandRunUnload()
112 if (EFI_ERROR(Status) || Param1 == NULL || TheHandle == NULL){ in ShellCommandRunUnload()
116 ASSERT(TheHandle != NULL); in ShellCommandRunUnload()
118 DumpLoadedImageProtocolInfo(TheHandle); in ShellCommandRunUnload()
122 …lPrintHiiEx(-1, -1, NULL, STRING_TOKEN(STR_UNLOAD_CONF), gShellDriver1HiiHandle, (UINTN)TheHandle); in ShellCommandRunUnload()
126 Status = gBS->UnloadImage(TheHandle); in ShellCommandRunUnload()
127 …LL, STRING_TOKEN (STR_HANDLE_RESULT), gShellDriver1HiiHandle, L"Unload", (UINTN)TheHandle, Status); in ShellCommandRunUnload()