Searched refs:FdtDevicePathNodes (Results 1 – 1 of 1) sorted by relevance
721 EFI_DEVICE_PATH_PROTOCOL *FdtDevicePathNodes; in UpdateFdtPath() local738 Status = SupportedBootDevice->Support->CreateDevicePathNode (L"FDT blob", &FdtDevicePathNodes); in UpdateFdtPath()744 if (FdtDevicePathNodes != NULL) { in UpdateFdtPath()747 FdtDevicePath = AppendDevicePath (SupportedBootDevice->DevicePathProtocol, FdtDevicePathNodes); in UpdateFdtPath()748 FreePool (FdtDevicePathNodes); in UpdateFdtPath()