Searched refs:HardDriveDevicePath (Results 1 – 1 of 1) sorted by relevance
121 HARDDRIVE_DEVICE_PATH *HardDriveDevicePath; in LibLocateHandleByDiskSignature() local213 HardDriveDevicePath = (HARDDRIVE_DEVICE_PATH *)(DevPath); in LibLocateHandleByDiskSignature()219 if ((HardDriveDevicePath->MBRType == MBRType) && in LibLocateHandleByDiskSignature()220 (HardDriveDevicePath->SignatureType == SignatureType)) { in LibLocateHandleByDiskSignature()223 … if (*((UINT32 *)(Signature)) == *(UINT32 *)(&(HardDriveDevicePath->Signature[0]))) { in LibLocateHandleByDiskSignature()228 … if (CompareGuid((EFI_GUID *)Signature,(EFI_GUID *)(&(HardDriveDevicePath->Signature[0]))) == 0) { in LibLocateHandleByDiskSignature()