Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
DConPlatform.c854 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath1; in ConPlatformMatchDevicePaths() local
875 TempDevicePath1 = NULL; in ConPlatformMatchDevicePaths()
899 TempDevicePath1, in ConPlatformMatchDevicePaths()
902 if (TempDevicePath1 != NULL) { in ConPlatformMatchDevicePaths()
903 FreePool (TempDevicePath1); in ConPlatformMatchDevicePaths()
905 TempDevicePath1 = TempDevicePath2; in ConPlatformMatchDevicePaths()
917 *NewDevicePath = TempDevicePath1; in ConPlatformMatchDevicePaths()