Searched refs:SingleDpSize (Results 1 – 3 of 3) sorted by relevance
41 UINTN SingleDpSize; in BmDelPartMatchInstance() local51 SingleDpSize = GetDevicePathSize (Single) - END_DEVICE_PATH_LENGTH; in BmDelPartMatchInstance()56 if (CompareMem (Instance, Single, MIN (SingleDpSize, InstanceSize)) != 0) { in BmDelPartMatchInstance()
880 UINTN SingleDpSize; in BdsLibDelPartMatchInstance() local891 SingleDpSize = GetDevicePathSize (Single) - END_DEVICE_PATH_LENGTH; in BdsLibDelPartMatchInstance()896 Size = (SingleDpSize < InstanceSize) ? SingleDpSize : InstanceSize; in BdsLibDelPartMatchInstance()