Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmMisc.c38 EFI_DEVICE_PATH_PROTOCOL *TempNewDevicePath; in BmDelPartMatchInstance() local
43 TempNewDevicePath = NULL; in BmDelPartMatchInstance()
59 TempNewDevicePath = NewDevicePath; in BmDelPartMatchInstance()
61 if (TempNewDevicePath != NULL) { in BmDelPartMatchInstance()
62 FreePool(TempNewDevicePath); in BmDelPartMatchInstance()
DBmConsole.c431 EFI_DEVICE_PATH_PROTOCOL *TempNewDevicePath; in EfiBootManagerUpdateConsoleVariable() local
473 TempNewDevicePath = NewDevicePath; in EfiBootManagerUpdateConsoleVariable()
475 if (TempNewDevicePath != NULL) { in EfiBootManagerUpdateConsoleVariable()
476 FreePool(TempNewDevicePath); in EfiBootManagerUpdateConsoleVariable()
DBmBoot.c1255 EFI_DEVICE_PATH_PROTOCOL *TempNewDevicePath; in BmExpandPartitionDevicePath() local
1287 TempNewDevicePath = CachedDevicePath; in BmExpandPartitionDevicePath()
1295 Instance = GetNextDevicePathInstance (&TempNewDevicePath, &Size); in BmExpandPartitionDevicePath()
1337 } while (TempNewDevicePath != NULL); in BmExpandPartitionDevicePath()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c2508 EFI_DEVICE_PATH_PROTOCOL *TempNewDevicePath; in BdsExpandPartitionPartialDevicePathToFull() local
2545 TempNewDevicePath = CachedDevicePath; in BdsExpandPartitionPartialDevicePathToFull()
2554 Instance = GetNextDevicePathInstance (&TempNewDevicePath, &Size); in BdsExpandPartitionPartialDevicePathToFull()
2571 } while (TempNewDevicePath != NULL); in BdsExpandPartitionPartialDevicePathToFull()
2588 TempNewDevicePath = CachedDevicePath; in BdsExpandPartitionPartialDevicePathToFull()
2590 FreePool (TempNewDevicePath); in BdsExpandPartitionPartialDevicePathToFull()
2595 TempNewDevicePath = CachedDevicePath; in BdsExpandPartitionPartialDevicePathToFull()
2597 FreePool (TempNewDevicePath); in BdsExpandPartitionPartialDevicePathToFull()
2655 TempNewDevicePath = CachedDevicePath; in BdsExpandPartitionPartialDevicePathToFull()
2657 FreePool(TempNewDevicePath); in BdsExpandPartitionPartialDevicePathToFull()
[all …]
DBdsMisc.c878 EFI_DEVICE_PATH_PROTOCOL *TempNewDevicePath; in BdsLibDelPartMatchInstance() local
884 TempNewDevicePath = NULL; in BdsLibDelPartMatchInstance()
902 TempNewDevicePath = NewDevicePath; in BdsLibDelPartMatchInstance()
904 if (TempNewDevicePath != NULL) { in BdsLibDelPartMatchInstance()
905 FreePool(TempNewDevicePath); in BdsLibDelPartMatchInstance()
DBdsConsole.c214 EFI_DEVICE_PATH_PROTOCOL *TempNewDevicePath; in BdsLibUpdateConsoleVariable() local
261 TempNewDevicePath = NewDevicePath; in BdsLibUpdateConsoleVariable()
263 if (TempNewDevicePath != NULL) { in BdsLibUpdateConsoleVariable()
264 FreePool(TempNewDevicePath); in BdsLibUpdateConsoleVariable()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c2519 EFI_DEVICE_PATH_PROTOCOL *TempNewDevicePath; in BdsExpandPartitionPartialDevicePathToFull() local
2556 TempNewDevicePath = CachedDevicePath; in BdsExpandPartitionPartialDevicePathToFull()
2565 Instance = GetNextDevicePathInstance (&TempNewDevicePath, &Size); in BdsExpandPartitionPartialDevicePathToFull()
2582 } while (TempNewDevicePath != NULL); in BdsExpandPartitionPartialDevicePathToFull()
2599 TempNewDevicePath = CachedDevicePath; in BdsExpandPartitionPartialDevicePathToFull()
2601 FreePool (TempNewDevicePath); in BdsExpandPartitionPartialDevicePathToFull()
2606 TempNewDevicePath = CachedDevicePath; in BdsExpandPartitionPartialDevicePathToFull()
2608 FreePool (TempNewDevicePath); in BdsExpandPartitionPartialDevicePathToFull()
2666 TempNewDevicePath = CachedDevicePath; in BdsExpandPartitionPartialDevicePathToFull()
2668 FreePool(TempNewDevicePath); in BdsExpandPartitionPartialDevicePathToFull()
[all …]
DBdsMisc.c878 EFI_DEVICE_PATH_PROTOCOL *TempNewDevicePath; in BdsLibDelPartMatchInstance() local
884 TempNewDevicePath = NULL; in BdsLibDelPartMatchInstance()
902 TempNewDevicePath = NewDevicePath; in BdsLibDelPartMatchInstance()
904 if (TempNewDevicePath != NULL) { in BdsLibDelPartMatchInstance()
905 FreePool(TempNewDevicePath); in BdsLibDelPartMatchInstance()
DBdsConsole.c214 EFI_DEVICE_PATH_PROTOCOL *TempNewDevicePath; in BdsLibUpdateConsoleVariable() local
261 TempNewDevicePath = NewDevicePath; in BdsLibUpdateConsoleVariable()
263 if (TempNewDevicePath != NULL) { in BdsLibUpdateConsoleVariable()
264 FreePool(TempNewDevicePath); in BdsLibUpdateConsoleVariable()