Searched defs:BlockIoDevicePath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c1034 EFI_DEVICE_PATH_PROTOCOL *BlockIoDevicePath; local
1148 Status = gBS->HandleProtocol (BlockIoBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID *) &BlockIoDevicePath);
1149 if (EFI_ERROR (Status) || BlockIoDevicePath == NULL) {
1153 if (MatchPartitionDevicePathNode (BlockIoDevicePath, HardDriveDevicePath)) {
1158 FullDevicePath = AppendDevicePath (BlockIoDevicePath, DevicePath);
1167 if (BdsLibMatchDevicePaths (CachedDevicePath, BlockIoDevicePath)) {
1169 CachedDevicePath = BdsLibDelPartMatchInstance (CachedDevicePath, BlockIoDevicePath);
1173 CachedDevicePath = AppendDevicePathInstance (BlockIoDevicePath, CachedDevicePath);
1179 CachedDevicePath = AppendDevicePathInstance (BlockIoDevicePath, CachedDevicePath);
1208 CachedDevicePath = DuplicateDevicePath (BlockIoDevicePath);
1249 MatchPartitionDevicePathNode( IN EFI_DEVICE_PATH_PROTOCOL *BlockIoDevicePath, IN HARDDRIVE_DEVICE_PATH *HardDriveDevicePath ) argument
[all...]

Completed in 37 milliseconds