Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Library/
DGenericBdsLib.h855 IN HARDDRIVE_DEVICE_PATH *HardDriveDevicePath
876 IN HARDDRIVE_DEVICE_PATH *HardDriveDevicePath
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DInternalBm.h231 IN HARDDRIVE_DEVICE_PATH *HardDriveDevicePath
DBmBoot.c1870 IN HARDDRIVE_DEVICE_PATH *HardDriveDevicePath in BmMatchPartitionDevicePathNode() argument
1875 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()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c2496 IN HARDDRIVE_DEVICE_PATH *HardDriveDevicePath in BdsExpandPartitionPartialDevicePathToFull() argument
2555 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() argument
2746 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 …]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c2507 IN HARDDRIVE_DEVICE_PATH *HardDriveDevicePath in BdsExpandPartitionPartialDevicePathToFull() argument
2566 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() argument
2757 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 …]
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch1224 HARDDRIVE_DEVICE_PATH *HardDriveDevicePath;