Searched refs:ReturnHandle (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
H A DAcpiPciUpdate.c433 EFI_ACPI_HANDLE ReturnHandle; local
466 ReturnHandle = SdtGetHandleByScanAllChilds (AcpiSdt, Handle, CheckHandleInfo, Context);
467 if (ReturnHandle != NULL) {
468 return ReturnHandle;
874 EFI_ACPI_HANDLE ReturnHandle; local
883 ReturnHandle = NULL;
885 PreviousHandle = ReturnHandle;
886 Status = AcpiSdt->GetChild (MethodHandle, &ReturnHandle);
894 if (ReturnHandle == NULL) {
898 Status = AcpiSdt->GetOption (ReturnHandle,
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c3597 EFI_HANDLE ReturnHandle; local
3695 ReturnHandle = NULL;
3727 ReturnHandle = SimpleFileSystemHandles[Index];
3741 return ReturnHandle;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c3714 EFI_HANDLE ReturnHandle; local
3812 ReturnHandle = NULL;
3844 ReturnHandle = SimpleFileSystemHandles[Index];
3858 return ReturnHandle;

Completed in 62 milliseconds