Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciEnumerator.c992 EFI_RESOURCE_ALLOC_FAILURE_ERROR_DATA_PAYLOAD AllocFailExtendedData; in PciHostBridgeAdjustAllocation() local
1063 ZeroMem (&AllocFailExtendedData, sizeof (AllocFailExtendedData)); in PciHostBridgeAdjustAllocation()
1064 AllocFailExtendedData.DevicePathSize = (UINT16) sizeof (EFI_DEVICE_PATH_PROTOCOL); in PciHostBridgeAdjustAllocation()
1065 AllocFailExtendedData.DevicePath = (UINT8 *) PciResNode->PciDev->DevicePath; in PciHostBridgeAdjustAllocation()
1066 AllocFailExtendedData.Bar = PciResNode->Bar; in PciHostBridgeAdjustAllocation()
1071 (VOID *) &AllocFailExtendedData, in PciHostBridgeAdjustAllocation()
1072 sizeof (AllocFailExtendedData) in PciHostBridgeAdjustAllocation()
DPciLib.c393 EFI_RESOURCE_ALLOC_FAILURE_ERROR_DATA_PAYLOAD AllocFailExtendedData; in PciHostBridgeResourceAllocator() local
690 ZeroMem (&AllocFailExtendedData, sizeof (AllocFailExtendedData)); in PciHostBridgeResourceAllocator()
695 (VOID *) &AllocFailExtendedData, in PciHostBridgeResourceAllocator()
696 sizeof (AllocFailExtendedData) in PciHostBridgeResourceAllocator()