Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmConsole.c136 EFI_DEVICE_PATH_PROTOCOL *GopPool; in EfiBootManagerGetGopDevicePath() local
149 GopPool = NULL; in EfiBootManagerGetGopDevicePath()
198 TempDevicePath = GopPool; in EfiBootManagerGetGopDevicePath()
199 GopPool = AppendDevicePathInstance (GopPool, DevicePath); in EfiBootManagerGetGopDevicePath()
209 TempDevicePath = GopPool; in EfiBootManagerGetGopDevicePath()
211 GopPool = AppendDevicePathInstance (GopPool, ReturnDevicePath); in EfiBootManagerGetGopDevicePath()
223 return GopPool; in EfiBootManagerGetGopDevicePath()