HomeSort by relevance Sort by last modified time
    Searched defs:TheHandle (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Unload.c 19 Function to dump LoadedImage info from TheHandle.
21 @param[in] TheHandle The handle to dump info from.
28 IN EFI_HANDLE TheHandle
33 TheString = GetProtocolInformationDump(TheHandle, &gEfiLoadedImageProtocolGuid, TRUE);
66 EFI_HANDLE TheHandle;
75 TheHandle = NULL;
109 TheHandle = ConvertHandleIndexToHandle((UINTN)Value);
112 if (EFI_ERROR(Status) || Param1 == NULL || TheHandle == NULL){
116 ASSERT(TheHandle != NULL);
118 DumpLoadedImageProtocolInfo(TheHandle);
    [all...]
DevTree.c 27 @param[in] TheHandle The handle to start with.
38 IN CONST EFI_HANDLE TheHandle,
59 ASSERT (TheHandle != NULL);
71 TheHandle,
83 TheHandle,
106 gEfiShellProtocol->GetDeviceName((EFI_HANDLE)TheHandle, !UseDevPaths?EFI_DEVICE_NAME_USE_COMPONENT_NAME|EFI_DEVICE_NAME_USE_DEVICE_PATH:EFI_DEVICE_NAME_USE_DEVICE_PATH, (CHAR8*)Lang, &Name);
115 ConvertHandleToHandleIndex(TheHandle),
126 ParseHandleDatabaseForChildControllers(TheHandle, &ChildCount, &ChildHandleBuffer);
162 EFI_HANDLE TheHandle;
220 TheHandle = ConvertHandleIndexToHandle(LoopVar);
    [all...]
OpenInfo.c 28 Open the database and print out all the info about TheHandle.
30 @param[in] TheHandle The handle to print info on.
33 @retval EFI_INVALID_PARAMETER TheHandle was NULL.
37 IN CONST EFI_HANDLE TheHandle
53 if (TheHandle == NULL) {
61 TheHandle,
83 TheHandle,
158 EFI_HANDLE TheHandle;
202 TheHandle = ConvertHandleIndexToHandle((UINTN)Intermediate);
203 ASSERT(TheHandle != NULL);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ConsoleWrappers.c 23 EFI_HANDLE TheHandle;
30 EFI_HANDLE TheHandle;
180 &(ProtocolToReturn->TheHandle),
185 *HandleLocation = ProtocolToReturn->TheHandle;
216 ((SHELL_EFI_SIMPLE_TEXT_INPUT_PROTOCOL*)SimpleTextIn)->TheHandle,
476 &(ProtocolToReturn->TheHandle),
481 *HandleLocation = ProtocolToReturn->TheHandle;
508 ((SHELL_EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL*)SimpleTextOut)->TheHandle,
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.h 275 EFI_HANDLE TheHandle;
287 IN CONST EFI_HANDLE TheHandle,

Completed in 394 milliseconds