/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/ |
D | Unload.c | 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() [all …]
|
D | DevTree.c | 38 IN CONST EFI_HANDLE TheHandle, in DoDevTreeForHandle() argument 59 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 …]
|
D | Drivers.c | 37 IN EFI_HANDLE TheHandle in GetDevicePathTextForHandle() argument 49 TheHandle, in GetDevicePathTextForHandle() 74 TheHandle, in GetDevicePathTextForHandle() 101 IN CONST EFI_HANDLE TheHandle in ReturnDriverConfig() argument 105 …Status = gBS->OpenProtocol((EFI_HANDLE)TheHandle, &gEfiDriverConfigurationProtocolGuid, NULL, gIma… in ReturnDriverConfig() 122 IN CONST EFI_HANDLE TheHandle in ReturnDriverDiag() argument 126 …Status = gBS->OpenProtocol((EFI_HANDLE)TheHandle, &gEfiDriverDiagnostics2ProtocolGuid, NULL, gImag… in ReturnDriverDiag() 128 …Status = gBS->OpenProtocol((EFI_HANDLE)TheHandle, &gEfiDriverDiagnosticsProtocolGuid, NULL, gImage… in ReturnDriverDiag() 146 IN CONST EFI_HANDLE TheHandle in ReturnDriverVersion() argument 155 …Status = gBS->OpenProtocol((EFI_HANDLE)TheHandle, &gEfiDriverBindingProtocolGuid, (VOID**)&DriverB… in ReturnDriverVersion() [all …]
|
D | OpenInfo.c | 37 IN CONST EFI_HANDLE TheHandle in TraverseHandleDatabase() argument 53 if (TheHandle == NULL) { in TraverseHandleDatabase() 61 TheHandle, in TraverseHandleDatabase() 83 TheHandle, in TraverseHandleDatabase() 158 EFI_HANDLE TheHandle; in ShellCommandRunOpenInfo() local 202 TheHandle = ConvertHandleIndexToHandle((UINTN)Intermediate); in ShellCommandRunOpenInfo() 203 ASSERT(TheHandle != NULL); in ShellCommandRunOpenInfo() 204 …, STRING_TOKEN (STR_OPENINFO_HEADER_LINE), gShellDriver1HiiHandle, (UINTN)Intermediate, TheHandle); in ShellCommandRunOpenInfo() 206 Status = TraverseHandleDatabase (TheHandle); in ShellCommandRunOpenInfo()
|
D | Dh.c | 57 IN EFI_HANDLE TheHandle, in GetDriverName() argument 70 TheHandle, in GetDriverName() 78 TheHandle, in GetDriverName() 142 IN CONST EFI_HANDLE TheHandle, in GetProtocolInfoString() argument 162 TheHandle, in GetProtocolInfoString() 180 Temp = GetProtocolInformationDump(TheHandle, ProtocolGuidArray[ProtocolIndex], Verbose); in GetProtocolInfoString() 218 IN EFI_HANDLE TheHandle, in GetDriverImageName() argument 227 if (TheHandle == NULL || Name == NULL) { in GetDriverImageName() 232 TheHandle, in GetDriverImageName() 647 IN CONST EFI_HANDLE TheHandle, in DoDhByHandle() argument [all …]
|
D | Devices.c | 46 IN EFI_HANDLE TheHandle, in GetDeviceHandleInfo() argument 61 if (TheHandle == NULL in GetDeviceHandleInfo() 82 …gEfiShellProtocol->GetDeviceName(TheHandle, EFI_DEVICE_NAME_USE_COMPONENT_NAME|EFI_DEVICE_NAME_USE… in GetDeviceHandleInfo() 84 Status = ParseHandleDatabaseForChildControllers(TheHandle, Children, NULL); in GetDeviceHandleInfo() 86 Status = PARSE_HANDLE_DATABASE_PARENTS(TheHandle, Parents, NULL); in GetDeviceHandleInfo() 97 Status = PARSE_HANDLE_DATABASE_UEFI_DRIVERS(TheHandle, Devices, &HandleBuffer); in GetDeviceHandleInfo()
|
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
D | ConsoleWrappers.c | 23 EFI_HANDLE TheHandle; member 30 EFI_HANDLE TheHandle; member 180 &(ProtocolToReturn->TheHandle), in CreateSimpleTextInOnFile() 185 *HandleLocation = ProtocolToReturn->TheHandle; in CreateSimpleTextInOnFile() 216 ((SHELL_EFI_SIMPLE_TEXT_INPUT_PROTOCOL*)SimpleTextIn)->TheHandle, in CloseSimpleTextInOnFile() 476 &(ProtocolToReturn->TheHandle), in CreateSimpleTextOutOnFile() 481 *HandleLocation = ProtocolToReturn->TheHandle; in CreateSimpleTextOutOnFile() 508 ((SHELL_EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL*)SimpleTextOut)->TheHandle, in CloseSimpleTextOutOnFile()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/ |
D | UefiHandleParsingLib.h | 275 EFI_HANDLE TheHandle; member 287 IN CONST EFI_HANDLE TheHandle,
|
D | UefiHandleParsingLib.c | 164 IN CONST EFI_HANDLE TheHandle, in LoadedImageProtocolDumpInformation() argument 187 TheHandle, in LoadedImageProtocolDumpInformation() 241 IN CONST EFI_HANDLE TheHandle, in GraphicsOutputProtocolDumpInformation() argument 267 TheHandle, in GraphicsOutputProtocolDumpInformation() 368 IN CONST EFI_HANDLE TheHandle, in EdidDiscoveredProtocolDumpInformation() argument 383 TheHandle, in EdidDiscoveredProtocolDumpInformation() 432 IN CONST EFI_HANDLE TheHandle, in EdidActiveProtocolDumpInformation() argument 447 TheHandle, in EdidActiveProtocolDumpInformation() 496 IN CONST EFI_HANDLE TheHandle, in PciRootBridgeIoDumpInformation() argument 518 TheHandle, in PciRootBridgeIoDumpInformation() [all …]
|
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/ |
D | HandleParsingLib.h | 97 IN CONST EFI_HANDLE TheHandle, 117 IN CONST EFI_HANDLE TheHandle, 339 IN CONST EFI_HANDLE TheHandle
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/ |
D | UefiShellBcfgCommandLib.c | 233 IN EFI_HANDLE TheHandle, in GetDevicePathForDriverHandle() argument 242 TheHandle, in GetDevicePathForDriverHandle() 269 TheHandle, in GetDevicePathForDriverHandle()
|