Home
last modified time | relevance | path

Searched refs:PreviousHandle (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
DAcpiPciUpdate.c190 EFI_ACPI_HANDLE PreviousHandle; in SdtCheckNameIntegerValue() local
196 PreviousHandle = Handle; in SdtCheckNameIntegerValue()
200 if (PreviousHandle != NULL) { in SdtCheckNameIntegerValue()
201 Status = AcpiSdt->Close (PreviousHandle); in SdtCheckNameIntegerValue()
430 EFI_ACPI_HANDLE PreviousHandle; in SdtGetHandleByScanAllChilds() local
440 PreviousHandle = Handle; in SdtGetHandleByScanAllChilds()
444 if (PreviousHandle != NULL) { in SdtGetHandleByScanAllChilds()
445 Status = AcpiSdt->Close (PreviousHandle); in SdtGetHandleByScanAllChilds()
500 EFI_ACPI_HANDLE PreviousHandle; in SdtCheckINTxPkgIsMatch() local
536 PreviousHandle = MemberHandle; in SdtCheckINTxPkgIsMatch()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmConnect.c123 EFI_HANDLE PreviousHandle; in EfiBootManagerConnectDevicePath() local
134 PreviousHandle = NULL; in EfiBootManagerConnectDevicePath()
144 if (Handle == PreviousHandle) { in EfiBootManagerConnectDevicePath()
165 PreviousHandle = Handle; in EfiBootManagerConnectDevicePath()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConnect.c97 EFI_HANDLE PreviousHandle; in BdsLibConnectDevicePath() local
136 PreviousHandle = NULL; in BdsLibConnectDevicePath()
147 if (Handle == PreviousHandle) { in BdsLibConnectDevicePath()
170 PreviousHandle = Handle; in BdsLibConnectDevicePath()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConnect.c97 EFI_HANDLE PreviousHandle; in BdsLibConnectDevicePath() local
136 PreviousHandle = NULL; in BdsLibConnectDevicePath()
147 if (Handle == PreviousHandle) { in BdsLibConnectDevicePath()
170 PreviousHandle = Handle; in BdsLibConnectDevicePath()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DConnect.c38 EFI_HANDLE PreviousHandle; in ShellConnectDevicePath() local
44 PreviousHandle = NULL; in ShellConnectDevicePath()
50 if (PreviousHandle == Handle) { in ShellConnectDevicePath()
53 PreviousHandle = Handle; in ShellConnectDevicePath()
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c354 EFI_HANDLE PreviousHandle; in BdsConnectAndUpdateDevicePath() local
360 PreviousHandle = NULL; in BdsConnectAndUpdateDevicePath()
370 if (*Handle == PreviousHandle) { in BdsConnectAndUpdateDevicePath()
382 PreviousHandle = *Handle; in BdsConnectAndUpdateDevicePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
DPlatDriOverrideLib.c459 EFI_HANDLE PreviousHandle; in ConnectDevicePath() local
492 PreviousHandle = NULL; in ConnectDevicePath()
503 if (Handle == PreviousHandle) { in ConnectDevicePath()
515 PreviousHandle = Handle; in ConnectDevicePath()