Searched refs:DestDevicePath (Results 1 – 1 of 1) sorted by relevance
2265 EFI_DEVICE_PATH_PROTOCOL *DestDevicePath; in GetStringIdFromDatabase() local2315 … DestDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) (DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER)); in GetStringIdFromDatabase()2316 DevicePathSize = GetDevicePathSize ((EFI_DEVICE_PATH_PROTOCOL *) DestDevicePath); in GetStringIdFromDatabase()2317 *DevicePath = AllocateCopyPool (DevicePathSize, DestDevicePath); in GetStringIdFromDatabase()