Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c191 HARDDRIVE_DEVICE_PATH* HardDriveDevicePath1; in BdsGetDeviceHd() local
209 HardDriveDevicePath1 = (HARDDRIVE_DEVICE_PATH*)RemovableDevicePath; in BdsGetDeviceHd()
211 if ((HardDriveDevicePath1->SignatureType == HardDriveDevicePath2->SignatureType) && in BdsGetDeviceHd()
212 …(CompareGuid ((EFI_GUID *)HardDriveDevicePath1->Signature, (EFI_GUID *)HardDriveDevicePath2->Signa… in BdsGetDeviceHd()
213 (HardDriveDevicePath1->PartitionNumber == HardDriveDevicePath2->PartitionNumber)) in BdsGetDeviceHd()