Searched refs:BlockIoDevicePath (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmBoot.c | 802 EFI_DEVICE_PATH_PROTOCOL *BlockIoDevicePath; in BmExpandPartitionDevicePath() local 904 BlockIoDevicePath = DevicePathFromHandle (BlockIoBuffer[Index]); in BmExpandPartitionDevicePath() 905 if (BlockIoDevicePath == NULL) { in BmExpandPartitionDevicePath() 909 if (BmMatchPartitionDevicePathNode (BlockIoDevicePath, (HARDDRIVE_DEVICE_PATH *) FilePath)) { in BmExpandPartitionDevicePath() 913 TempDevicePath = AppendDevicePath (BlockIoDevicePath, NextDevicePathNode (FilePath)); in BmExpandPartitionDevicePath() 918 BmCachePartitionDevicePath (&CachedDevicePath, BlockIoDevicePath); in BmExpandPartitionDevicePath() 1869 IN EFI_DEVICE_PATH_PROTOCOL *BlockIoDevicePath, in BmMatchPartitionDevicePathNode() argument 1875 if ((BlockIoDevicePath == NULL) || (HardDriveDevicePath == NULL)) { in BmMatchPartitionDevicePathNode() 1882 while (!IsDevicePathEnd (BlockIoDevicePath)) { in BmMatchPartitionDevicePathNode() 1883 if ((DevicePathType (BlockIoDevicePath) == MEDIA_DEVICE_PATH) && in BmMatchPartitionDevicePathNode() [all …]
|
D | InternalBm.h | 230 IN EFI_DEVICE_PATH_PROTOCOL *BlockIoDevicePath,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | BdsBoot.c | 2503 EFI_DEVICE_PATH_PROTOCOL *BlockIoDevicePath; in BdsExpandPartitionPartialDevicePathToFull() local 2635 …S->HandleProtocol (BlockIoBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID *) &BlockIoDevicePath); in BdsExpandPartitionPartialDevicePathToFull() 2636 if (EFI_ERROR (Status) || BlockIoDevicePath == NULL) { in BdsExpandPartitionPartialDevicePathToFull() 2640 if (MatchPartitionDevicePathNode (BlockIoDevicePath, HardDriveDevicePath)) { in BdsExpandPartitionPartialDevicePathToFull() 2645 FullDevicePath = AppendDevicePath (BlockIoDevicePath, DevicePath); in BdsExpandPartitionPartialDevicePathToFull() 2654 if (BdsLibMatchDevicePaths (CachedDevicePath, BlockIoDevicePath)) { in BdsExpandPartitionPartialDevicePathToFull() 2656 CachedDevicePath = BdsLibDelPartMatchInstance (CachedDevicePath, BlockIoDevicePath); in BdsExpandPartitionPartialDevicePathToFull() 2662 CachedDevicePath = AppendDevicePathInstance (BlockIoDevicePath, CachedDevicePath); in BdsExpandPartitionPartialDevicePathToFull() 2665 CachedDevicePath = DuplicateDevicePath (BlockIoDevicePath); in BdsExpandPartitionPartialDevicePathToFull() 2694 CachedDevicePath = DuplicateDevicePath (BlockIoDevicePath); in BdsExpandPartitionPartialDevicePathToFull() [all …]
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | BdsBoot.c | 2514 EFI_DEVICE_PATH_PROTOCOL *BlockIoDevicePath; in BdsExpandPartitionPartialDevicePathToFull() local 2646 …S->HandleProtocol (BlockIoBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID *) &BlockIoDevicePath); in BdsExpandPartitionPartialDevicePathToFull() 2647 if (EFI_ERROR (Status) || BlockIoDevicePath == NULL) { in BdsExpandPartitionPartialDevicePathToFull() 2651 if (MatchPartitionDevicePathNode (BlockIoDevicePath, HardDriveDevicePath)) { in BdsExpandPartitionPartialDevicePathToFull() 2656 FullDevicePath = AppendDevicePath (BlockIoDevicePath, DevicePath); in BdsExpandPartitionPartialDevicePathToFull() 2665 if (BdsLibMatchDevicePaths (CachedDevicePath, BlockIoDevicePath)) { in BdsExpandPartitionPartialDevicePathToFull() 2667 CachedDevicePath = BdsLibDelPartMatchInstance (CachedDevicePath, BlockIoDevicePath); in BdsExpandPartitionPartialDevicePathToFull() 2673 CachedDevicePath = AppendDevicePathInstance (BlockIoDevicePath, CachedDevicePath); in BdsExpandPartitionPartialDevicePathToFull() 2676 CachedDevicePath = DuplicateDevicePath (BlockIoDevicePath); in BdsExpandPartitionPartialDevicePathToFull() 2705 CachedDevicePath = DuplicateDevicePath (BlockIoDevicePath); in BdsExpandPartitionPartialDevicePathToFull() [all …]
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Library/ |
D | GenericBdsLib.h | 854 IN EFI_DEVICE_PATH_PROTOCOL *BlockIoDevicePath,
|