Searched refs:BlockIoBuffer (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmBoot.c | 800 EFI_HANDLE *BlockIoBuffer; in BmExpandPartitionDevicePath() local 895 …cateHandleBuffer (ByProtocol, &gEfiBlockIoProtocolGuid, NULL, &BlockIoHandleCount, &BlockIoBuffer); in BmExpandPartitionDevicePath() 898 BlockIoBuffer = NULL; in BmExpandPartitionDevicePath() 904 BlockIoDevicePath = DevicePathFromHandle (BlockIoBuffer[Index]); in BmExpandPartitionDevicePath() 940 if (BlockIoBuffer != NULL) { in BmExpandPartitionDevicePath() 941 FreePool (BlockIoBuffer); in BmExpandPartitionDevicePath()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | BdsBoot.c | 2501 EFI_HANDLE *BlockIoBuffer; in BdsExpandPartitionPartialDevicePathToFull() local 2622 …cateHandleBuffer (ByProtocol, &gEfiBlockIoProtocolGuid, NULL, &BlockIoHandleCount, &BlockIoBuffer); in BdsExpandPartitionPartialDevicePathToFull() 2623 if (EFI_ERROR (Status) || BlockIoHandleCount == 0 || BlockIoBuffer == NULL) { in BdsExpandPartitionPartialDevicePathToFull() 2635 …Status = gBS->HandleProtocol (BlockIoBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID *) &BlockIo… in BdsExpandPartitionPartialDevicePathToFull() 2716 if (BlockIoBuffer != NULL) { in BdsExpandPartitionPartialDevicePathToFull() 2717 FreePool (BlockIoBuffer); in BdsExpandPartitionPartialDevicePathToFull()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | BdsBoot.c | 2512 EFI_HANDLE *BlockIoBuffer; in BdsExpandPartitionPartialDevicePathToFull() local 2633 …cateHandleBuffer (ByProtocol, &gEfiBlockIoProtocolGuid, NULL, &BlockIoHandleCount, &BlockIoBuffer); in BdsExpandPartitionPartialDevicePathToFull() 2634 if (EFI_ERROR (Status) || BlockIoHandleCount == 0 || BlockIoBuffer == NULL) { in BdsExpandPartitionPartialDevicePathToFull() 2646 …Status = gBS->HandleProtocol (BlockIoBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID *) &BlockIo… in BdsExpandPartitionPartialDevicePathToFull() 2727 if (BlockIoBuffer != NULL) { in BdsExpandPartitionPartialDevicePathToFull() 2728 FreePool (BlockIoBuffer); in BdsExpandPartitionPartialDevicePathToFull()
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR64.patch | 1218 EFI_HANDLE *BlockIoBuffer;
|