Home | History | Annotate | Download | only in UefiBootManagerLib

Lines Matching refs:HardDriveDevicePath

1857   instances, has the same partition node with HardDriveDevicePath device path

1860 @param HardDriveDevicePath A device path which starts with a hard drive media
1870 IN HARDDRIVE_DEVICE_PATH *HardDriveDevicePath
1875 if ((BlockIoDevicePath == NULL) || (HardDriveDevicePath == NULL)) {
1906 (Node->PartitionNumber == HardDriveDevicePath->PartitionNumber) &&
1907 (Node->MBRType == HardDriveDevicePath->MBRType) &&
1908 (Node->SignatureType == HardDriveDevicePath->SignatureType) &&
1909 (CompareMem (Node->Signature, HardDriveDevicePath->Signature, sizeof (Node->Signature)) == 0)