Searched refs:AllocFailExtendedData (Results 1 – 2 of 2) sorted by relevance
992 EFI_RESOURCE_ALLOC_FAILURE_ERROR_DATA_PAYLOAD AllocFailExtendedData; in PciHostBridgeAdjustAllocation() local1063 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()
393 EFI_RESOURCE_ALLOC_FAILURE_ERROR_DATA_PAYLOAD AllocFailExtendedData; in PciHostBridgeResourceAllocator() local690 ZeroMem (&AllocFailExtendedData, sizeof (AllocFailExtendedData)); in PciHostBridgeResourceAllocator()695 (VOID *) &AllocFailExtendedData, in PciHostBridgeResourceAllocator()696 sizeof (AllocFailExtendedData) in PciHostBridgeResourceAllocator()