Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DConfigKeywordHandler.c2265 EFI_DEVICE_PATH_PROTOCOL *DestDevicePath; in GetStringIdFromDatabase() local
2315DestDevicePath = (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()