Lines Matching refs:TheHandle
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()
636 IN CONST EFI_HANDLE TheHandle, in TxtOutProtocolDumpInformation() argument
660 TheHandle, in TxtOutProtocolDumpInformation()
712 IN CONST EFI_HANDLE TheHandle, in DriverEfiVersionProtocolDumpInformation() argument
721 TheHandle, in DriverEfiVersionProtocolDumpInformation()
783 IN CONST EFI_HANDLE TheHandle, in DevicePathProtocolDumpInformation() argument
792 …Status = gBS->OpenProtocol(TheHandle, &gEfiDevicePathProtocolGuid, (VOID**)&DevPath, gImageHandle,… in DevicePathProtocolDumpInformation()
795 gBS->CloseProtocol(TheHandle, &gEfiDevicePathProtocolGuid, gImageHandle, NULL); in DevicePathProtocolDumpInformation()
813 IN CONST EFI_HANDLE TheHandle, in LoadedImageDevicePathProtocolDumpInformation() argument
822 …Status = gBS->OpenProtocol(TheHandle, &gEfiLoadedImageDevicePathProtocolGuid, (VOID**)&DevPath, gI… in LoadedImageDevicePathProtocolDumpInformation()
825 gBS->CloseProtocol(TheHandle, &gEfiDevicePathProtocolGuid, gImageHandle, NULL); in LoadedImageDevicePathProtocolDumpInformation()
841 IN CONST EFI_HANDLE TheHandle, in AdapterInformationDumpInformation() argument
866 (EFI_HANDLE) (TheHandle), in AdapterInformationDumpInformation()
1074 IN CONST EFI_HANDLE TheHandle, in FirmwareManagementDumpInformation() argument
1122 (EFI_HANDLE) (TheHandle), in FirmwareManagementDumpInformation()
1989 IN CONST EFI_HANDLE TheHandle, in GetProtocolInformationDump() argument
1996 ASSERT(TheHandle != NULL); in GetProtocolInformationDump()
1999 if (TheHandle == NULL || Guid == NULL) { in GetProtocolInformationDump()
2005 return (Id->DumpInfo(TheHandle, Verbose)); in GetProtocolInformationDump()
2133 IN CONST EFI_HANDLE TheHandle, in GetStringNameFromHandle() argument
2145 TheHandle, in GetStringNameFromHandle()
2163 TheHandle, in GetStringNameFromHandle()
2217 ListWalker->TheHandle = HandleBuffer[mHandleList.NextIndex - 1]; in InternalShellInitHandleList()
2240 IN CONST EFI_HANDLE TheHandle in ConvertHandleToHandleIndex() argument
2248 if (TheHandle == NULL) { in ConvertHandleToHandleIndex()
2258 if (ListWalker->TheHandle == TheHandle) { in ConvertHandleToHandleIndex()
2262 Status = gBS->ProtocolsPerHandle(TheHandle, &ProtocolBuffer, &ProtocolCount); in ConvertHandleToHandleIndex()
2278 Status = gBS->ProtocolsPerHandle(TheHandle, &ProtocolBuffer, &ProtocolCount); in ConvertHandleToHandleIndex()
2291 ListWalker->TheHandle = TheHandle; in ConvertHandleToHandleIndex()
2329 if (ListWalker->TheIndex == TheIndex && ListWalker->TheHandle != NULL) { in ConvertHandleIndexToHandle()
2333 Status = gBS->ProtocolsPerHandle(ListWalker->TheHandle, &ProtocolBuffer, &ProtocolCount); in ConvertHandleIndexToHandle()
2338 ListWalker->TheHandle = NULL; in ConvertHandleIndexToHandle()
2340 return (ListWalker->TheHandle); in ConvertHandleIndexToHandle()