Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dhand.c123 HARDDRIVE_DEVICE_PATH *HardDriveDevicePath; in LibLocateHandleByDiskSignature() local
215 HardDriveDevicePath = (HARDDRIVE_DEVICE_PATH *)(DevPath); in LibLocateHandleByDiskSignature()
221 if ((HardDriveDevicePath->MBRType == MBRType) && in LibLocateHandleByDiskSignature()
222 (HardDriveDevicePath->SignatureType == SignatureType)) { in LibLocateHandleByDiskSignature()
225 … if (*((UINT32 *)(Signature)) == *(UINT32 *)(&(HardDriveDevicePath->Signature[0]))) { in LibLocateHandleByDiskSignature()
230 … if (CompareGuid((EFI_GUID *)Signature,(EFI_GUID *)(&(HardDriveDevicePath->Signature[0]))) == 0) { in LibLocateHandleByDiskSignature()