Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmBoot.c725 IN OUT EFI_DEVICE_PATH_PROTOCOL **CachedDevicePath, in BmCachePartitionDevicePath() argument
732 if (BmMatchDevicePaths (*CachedDevicePath, DevicePath)) { in BmCachePartitionDevicePath()
733 TempDevicePath = *CachedDevicePath; in BmCachePartitionDevicePath()
734 *CachedDevicePath = BmDelPartMatchInstance (*CachedDevicePath, DevicePath); in BmCachePartitionDevicePath()
738 if (*CachedDevicePath == NULL) { in BmCachePartitionDevicePath()
739 *CachedDevicePath = DuplicateDevicePath (DevicePath); in BmCachePartitionDevicePath()
743 TempDevicePath = *CachedDevicePath; in BmCachePartitionDevicePath()
744 *CachedDevicePath = AppendDevicePathInstance (DevicePath, *CachedDevicePath); in BmCachePartitionDevicePath()
754 TempDevicePath = *CachedDevicePath; in BmCachePartitionDevicePath()
804 EFI_DEVICE_PATH_PROTOCOL *CachedDevicePath; in BmExpandPartitionDevicePath() local
[all …]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c2518 EFI_DEVICE_PATH_PROTOCOL *CachedDevicePath; in BdsExpandPartitionPartialDevicePathToFull() local
2535 (VOID **) &CachedDevicePath, in BdsExpandPartitionPartialDevicePathToFull()
2542 if ((CachedDevicePath != NULL) && !IsDevicePathValid (CachedDevicePath, CachedDevicePathSize)) { in BdsExpandPartitionPartialDevicePathToFull()
2543 FreePool (CachedDevicePath); in BdsExpandPartitionPartialDevicePathToFull()
2544 CachedDevicePath = NULL; in BdsExpandPartitionPartialDevicePathToFull()
2555 if (CachedDevicePath != NULL) { in BdsExpandPartitionPartialDevicePathToFull()
2556 TempNewDevicePath = CachedDevicePath; in BdsExpandPartitionPartialDevicePathToFull()
2599 TempNewDevicePath = CachedDevicePath; in BdsExpandPartitionPartialDevicePathToFull()
2600 CachedDevicePath = BdsLibDelPartMatchInstance (CachedDevicePath, Instance ); in BdsExpandPartitionPartialDevicePathToFull()
2606 TempNewDevicePath = CachedDevicePath; in BdsExpandPartitionPartialDevicePathToFull()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c2507 EFI_DEVICE_PATH_PROTOCOL *CachedDevicePath; in BdsExpandPartitionPartialDevicePathToFull() local
2524 (VOID **) &CachedDevicePath, in BdsExpandPartitionPartialDevicePathToFull()
2531 if ((CachedDevicePath != NULL) && !IsDevicePathValid (CachedDevicePath, CachedDevicePathSize)) { in BdsExpandPartitionPartialDevicePathToFull()
2532 FreePool (CachedDevicePath); in BdsExpandPartitionPartialDevicePathToFull()
2533 CachedDevicePath = NULL; in BdsExpandPartitionPartialDevicePathToFull()
2544 if (CachedDevicePath != NULL) { in BdsExpandPartitionPartialDevicePathToFull()
2545 TempNewDevicePath = CachedDevicePath; in BdsExpandPartitionPartialDevicePathToFull()
2588 TempNewDevicePath = CachedDevicePath; in BdsExpandPartitionPartialDevicePathToFull()
2589 CachedDevicePath = BdsLibDelPartMatchInstance (CachedDevicePath, Instance ); in BdsExpandPartitionPartialDevicePathToFull()
2595 TempNewDevicePath = CachedDevicePath; in BdsExpandPartitionPartialDevicePathToFull()
[all …]