Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DDeviceIo.c471 EFI_DEVICE_PATH_PROTOCOL *ReturnDevicePath; in AppendPciDevicePath() local
510 ReturnDevicePath = AppendDevicePathNode (DevicePath, &PciNode.Header); in AppendPciDevicePath()
514 return ReturnDevicePath; in AppendPciDevicePath()
535 ReturnDevicePath = AppendDevicePathNode (DevicePath, &PciNode.Header); in AppendPciDevicePath()
539 return ReturnDevicePath; in AppendPciDevicePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmConsole.c137 EFI_DEVICE_PATH_PROTOCOL *ReturnDevicePath; in EfiBootManagerGetGopDevicePath() local
210ReturnDevicePath = EfiBootManagerGetGopDevicePath (OpenInfoBuffer[Index].ControllerHandle); in EfiBootManagerGetGopDevicePath()
211 GopPool = AppendDevicePathInstance (GopPool, ReturnDevicePath); in EfiBootManagerGetGopDevicePath()
212 gBS->FreePool (ReturnDevicePath); in EfiBootManagerGetGopDevicePath()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/
DDeviceIoOnPciRootBridgeIoThunk.c856 EFI_DEVICE_PATH_PROTOCOL *ReturnDevicePath; in AppendPciDevicePath() local
894 ReturnDevicePath = AppendDevicePathNode (DevicePath, &PciNode.Header); in AppendPciDevicePath()
898 return ReturnDevicePath; in AppendPciDevicePath()
919 ReturnDevicePath = AppendDevicePathNode (DevicePath, &PciNode.Header); in AppendPciDevicePath()
923 return ReturnDevicePath; in AppendPciDevicePath()