Searched refs:HardDriveDevicePath (Results 1 – 6 of 6) sorted by relevance
855 IN HARDDRIVE_DEVICE_PATH *HardDriveDevicePath876 IN HARDDRIVE_DEVICE_PATH *HardDriveDevicePath
231 IN HARDDRIVE_DEVICE_PATH *HardDriveDevicePath
1870 IN HARDDRIVE_DEVICE_PATH *HardDriveDevicePath in BmMatchPartitionDevicePathNode() argument1875 if ((BlockIoDevicePath == NULL) || (HardDriveDevicePath == NULL)) { in BmMatchPartitionDevicePathNode()1906 (Node->PartitionNumber == HardDriveDevicePath->PartitionNumber) && in BmMatchPartitionDevicePathNode()1907 (Node->MBRType == HardDriveDevicePath->MBRType) && in BmMatchPartitionDevicePathNode()1908 (Node->SignatureType == HardDriveDevicePath->SignatureType) && in BmMatchPartitionDevicePathNode()1909 (CompareMem (Node->Signature, HardDriveDevicePath->Signature, sizeof (Node->Signature)) == 0) in BmMatchPartitionDevicePathNode()
2496 IN HARDDRIVE_DEVICE_PATH *HardDriveDevicePath in BdsExpandPartitionPartialDevicePathToFull() argument2555 if (MatchPartitionDevicePathNode (Instance, HardDriveDevicePath)) { in BdsExpandPartitionPartialDevicePathToFull()2578 DevicePath = NextDevicePathNode ((EFI_DEVICE_PATH_PROTOCOL *) HardDriveDevicePath); in BdsExpandPartitionPartialDevicePathToFull()2640 if (MatchPartitionDevicePathNode (BlockIoDevicePath, HardDriveDevicePath)) { in BdsExpandPartitionPartialDevicePathToFull()2644 DevicePath = NextDevicePathNode ((EFI_DEVICE_PATH_PROTOCOL *) HardDriveDevicePath); in BdsExpandPartitionPartialDevicePathToFull()2738 IN HARDDRIVE_DEVICE_PATH *HardDriveDevicePath in MatchPartitionDevicePathNode() argument2746 if ((BlockIoDevicePath == NULL) || (HardDriveDevicePath == NULL)) { in MatchPartitionDevicePathNode()2782 if ((TmpHdPath->MBRType == HardDriveDevicePath->MBRType) && in MatchPartitionDevicePathNode()2783 (TmpHdPath->SignatureType == HardDriveDevicePath->SignatureType)) { in MatchPartitionDevicePathNode()2786 …Match = CompareGuid ((EFI_GUID *)TmpHdPath->Signature, (EFI_GUID *)HardDriveDevicePath->Signature); in MatchPartitionDevicePathNode()[all …]
2507 IN HARDDRIVE_DEVICE_PATH *HardDriveDevicePath in BdsExpandPartitionPartialDevicePathToFull() argument2566 if (MatchPartitionDevicePathNode (Instance, HardDriveDevicePath)) { in BdsExpandPartitionPartialDevicePathToFull()2589 DevicePath = NextDevicePathNode ((EFI_DEVICE_PATH_PROTOCOL *) HardDriveDevicePath); in BdsExpandPartitionPartialDevicePathToFull()2651 if (MatchPartitionDevicePathNode (BlockIoDevicePath, HardDriveDevicePath)) { in BdsExpandPartitionPartialDevicePathToFull()2655 DevicePath = NextDevicePathNode ((EFI_DEVICE_PATH_PROTOCOL *) HardDriveDevicePath); in BdsExpandPartitionPartialDevicePathToFull()2749 IN HARDDRIVE_DEVICE_PATH *HardDriveDevicePath in MatchPartitionDevicePathNode() argument2757 if ((BlockIoDevicePath == NULL) || (HardDriveDevicePath == NULL)) { in MatchPartitionDevicePathNode()2793 if ((TmpHdPath->MBRType == HardDriveDevicePath->MBRType) && in MatchPartitionDevicePathNode()2794 (TmpHdPath->SignatureType == HardDriveDevicePath->SignatureType)) { in MatchPartitionDevicePathNode()2797 …Match = CompareGuid ((EFI_GUID *)TmpHdPath->Signature, (EFI_GUID *)HardDriveDevicePath->Signature); in MatchPartitionDevicePathNode()[all …]
1224 HARDDRIVE_DEVICE_PATH *HardDriveDevicePath;