Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DConsistMapping.c1379 EFI_DEVICE_PATH_PROTOCOL *HIDevicePath; in GetHIDevicePath() local
1386 HIDevicePath = AllocateZeroPool (sizeof (EFI_DEVICE_PATH_PROTOCOL)); in GetHIDevicePath()
1387 SetDevicePathEndNode (HIDevicePath); in GetHIDevicePath()
1397 TempDevicePath = AppendDevicePathNode (HIDevicePath, &Node.DevPath); in GetHIDevicePath()
1398 FreePool (HIDevicePath); in GetHIDevicePath()
1399 HIDevicePath = TempDevicePath; in GetHIDevicePath()
1402 TempDevicePath = AppendDevicePathNode (HIDevicePath, DevicePath); in GetHIDevicePath()
1403 FreePool (HIDevicePath); in GetHIDevicePath()
1404 HIDevicePath = TempDevicePath; in GetHIDevicePath()
1414 return HIDevicePath; in GetHIDevicePath()
[all …]