Home
last modified time | relevance | path

Searched refs:TheHandle (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DUnload.c29 IN EFI_HANDLE TheHandle in DumpLoadedImageProtocolInfo() argument
34 TheString = GetProtocolInformationDump(TheHandle, &gEfiLoadedImageProtocolGuid, TRUE); in DumpLoadedImageProtocolInfo()
67 EFI_HANDLE TheHandle; in ShellCommandRunUnload() local
76 TheHandle = NULL; in ShellCommandRunUnload()
110 TheHandle = ConvertHandleIndexToHandle((UINTN)Value); in ShellCommandRunUnload()
113 if (EFI_ERROR(Status) || Param1 == NULL || TheHandle == NULL){ in ShellCommandRunUnload()
117 ASSERT(TheHandle != NULL); in ShellCommandRunUnload()
119 DumpLoadedImageProtocolInfo(TheHandle); in ShellCommandRunUnload()
123 …lPrintHiiEx(-1, -1, NULL, STRING_TOKEN(STR_UNLOAD_CONF), gShellDriver1HiiHandle, (UINTN)TheHandle); in ShellCommandRunUnload()
127 Status = gBS->UnloadImage(TheHandle); in ShellCommandRunUnload()
[all …]
DDevTree.c39 IN CONST EFI_HANDLE TheHandle, in DoDevTreeForHandle() argument
60 ASSERT(TheHandle != NULL); in DoDevTreeForHandle()
71 TheHandle, in DoDevTreeForHandle()
83 TheHandle, in DoDevTreeForHandle()
106 …gEfiShellProtocol->GetDeviceName((EFI_HANDLE)TheHandle, !UseDevPaths?EFI_DEVICE_NAME_USE_COMPONENT… in DoDevTreeForHandle()
115 ConvertHandleToHandleIndex(TheHandle), in DoDevTreeForHandle()
126 ParseHandleDatabaseForChildControllers(TheHandle, &ChildCount, &ChildHandleBuffer); in DoDevTreeForHandle()
162 EFI_HANDLE TheHandle; in ShellCommandRunDevTree() local
220 TheHandle = ConvertHandleIndexToHandle(LoopVar); in ShellCommandRunDevTree()
221 if (TheHandle == NULL){ in ShellCommandRunDevTree()
[all …]
DDrivers.c38 IN EFI_HANDLE TheHandle in GetDevicePathTextForHandle() argument
50 TheHandle, in GetDevicePathTextForHandle()
75 TheHandle, in GetDevicePathTextForHandle()
103 IN CONST EFI_HANDLE TheHandle in ReturnDriverConfig() argument
107 …Status = gBS->OpenProtocol((EFI_HANDLE)TheHandle, &gEfiDriverConfigurationProtocolGuid, NULL, gIma… in ReturnDriverConfig()
125 IN CONST EFI_HANDLE TheHandle in ReturnDriverDiag() argument
129 …Status = gBS->OpenProtocol((EFI_HANDLE)TheHandle, &gEfiDriverDiagnostics2ProtocolGuid, NULL, gImag… in ReturnDriverDiag()
131 …Status = gBS->OpenProtocol((EFI_HANDLE)TheHandle, &gEfiDriverDiagnosticsProtocolGuid, NULL, gImage… in ReturnDriverDiag()
150 IN CONST EFI_HANDLE TheHandle in ReturnDriverVersion() argument
159 …Status = gBS->OpenProtocol((EFI_HANDLE)TheHandle, &gEfiDriverBindingProtocolGuid, (VOID**)&DriverB… in ReturnDriverVersion()
[all …]
DOpenInfo.c38 IN CONST EFI_HANDLE TheHandle in TraverseHandleDatabase() argument
54 if (TheHandle == NULL) { in TraverseHandleDatabase()
62 TheHandle, in TraverseHandleDatabase()
84 TheHandle, in TraverseHandleDatabase()
159 EFI_HANDLE TheHandle; in ShellCommandRunOpenInfo() local
203 TheHandle = ConvertHandleIndexToHandle((UINTN)Intermediate); in ShellCommandRunOpenInfo()
204 ASSERT(TheHandle != NULL); in ShellCommandRunOpenInfo()
205 …, STRING_TOKEN (STR_OPENINFO_HEADER_LINE), gShellDriver1HiiHandle, (UINTN)Intermediate, TheHandle); in ShellCommandRunOpenInfo()
207 Status = TraverseHandleDatabase (TheHandle); in ShellCommandRunOpenInfo()
DDh.c58 IN EFI_HANDLE TheHandle, in GetDriverName() argument
71 TheHandle, in GetDriverName()
79 TheHandle, in GetDriverName()
145 IN CONST EFI_HANDLE TheHandle, in GetProtocolInfoString() argument
165 TheHandle, in GetProtocolInfoString()
183 Temp = GetProtocolInformationDump(TheHandle, ProtocolGuidArray[ProtocolIndex], Verbose); in GetProtocolInfoString()
222 IN EFI_HANDLE TheHandle, in GetDriverImageName() argument
231 if (TheHandle == NULL || Name == NULL) { in GetDriverImageName()
236 TheHandle, in GetDriverImageName()
653 IN CONST EFI_HANDLE TheHandle, in DoDhByHandle() argument
[all …]
DDevices.c47 IN EFI_HANDLE TheHandle, in GetDeviceHandleInfo() argument
62 if (TheHandle == NULL in GetDeviceHandleInfo()
83 …gEfiShellProtocol->GetDeviceName(TheHandle, EFI_DEVICE_NAME_USE_COMPONENT_NAME|EFI_DEVICE_NAME_USE… in GetDeviceHandleInfo()
85 Status = ParseHandleDatabaseForChildControllers(TheHandle, Children, NULL); in GetDeviceHandleInfo()
87 Status = PARSE_HANDLE_DATABASE_PARENTS(TheHandle, Parents, NULL); in GetDeviceHandleInfo()
98 Status = PARSE_HANDLE_DATABASE_UEFI_DRIVERS(TheHandle, Devices, &HandleBuffer); in GetDeviceHandleInfo()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DConsoleWrappers.c23 EFI_HANDLE TheHandle; member
30 EFI_HANDLE TheHandle; member
181 &(ProtocolToReturn->TheHandle), in CreateSimpleTextInOnFile()
186 *HandleLocation = ProtocolToReturn->TheHandle; in CreateSimpleTextInOnFile()
218 ((SHELL_EFI_SIMPLE_TEXT_INPUT_PROTOCOL*)SimpleTextIn)->TheHandle, in CloseSimpleTextInOnFile()
479 &(ProtocolToReturn->TheHandle), in CreateSimpleTextOutOnFile()
484 *HandleLocation = ProtocolToReturn->TheHandle; in CreateSimpleTextOutOnFile()
512 ((SHELL_EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL*)SimpleTextOut)->TheHandle, in CloseSimpleTextOutOnFile()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
DUefiHandleParsingLib.h157 EFI_HANDLE TheHandle; member
169 IN CONST EFI_HANDLE TheHandle,
DUefiHandleParsingLib.c166 IN CONST EFI_HANDLE TheHandle, in LoadedImageProtocolDumpInformation() argument
189 TheHandle, in LoadedImageProtocolDumpInformation()
243 IN CONST EFI_HANDLE TheHandle, in GraphicsOutputProtocolDumpInformation() argument
265 TheHandle, in GraphicsOutputProtocolDumpInformation()
317 IN CONST EFI_HANDLE TheHandle, in PciRootBridgeIoDumpInformation() argument
339 TheHandle, in PciRootBridgeIoDumpInformation()
457 IN CONST EFI_HANDLE TheHandle, in TxtOutProtocolDumpInformation() argument
481 TheHandle, in TxtOutProtocolDumpInformation()
533 IN CONST EFI_HANDLE TheHandle, in DriverEfiVersionProtocolDumpInformation() argument
542 TheHandle, in DriverEfiVersionProtocolDumpInformation()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DHandleParsingLib.h97 IN CONST EFI_HANDLE TheHandle,
117 IN CONST EFI_HANDLE TheHandle,
339 IN CONST EFI_HANDLE TheHandle
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.c237 IN EFI_HANDLE TheHandle, in GetDevicePathForDriverHandle() argument
246 TheHandle, in GetDevicePathForDriverHandle()
273 TheHandle, in GetDevicePathForDriverHandle()