Home
last modified time | relevance | path

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

/DragonStub/lib/
H A Dhand.c121 HARDDRIVE_DEVICE_PATH *HardDriveDevicePath; in LibLocateHandleByDiskSignature() local
213 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()