Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmMisc.c41 UINTN SingleDpSize; in BmDelPartMatchInstance() local
51 SingleDpSize = GetDevicePathSize (Single) - END_DEVICE_PATH_LENGTH; in BmDelPartMatchInstance()
56 if (CompareMem (Instance, Single, MIN (SingleDpSize, InstanceSize)) != 0) { in BmDelPartMatchInstance()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsMisc.c880 UINTN SingleDpSize; in BdsLibDelPartMatchInstance() local
891 SingleDpSize = GetDevicePathSize (Single) - END_DEVICE_PATH_LENGTH; in BdsLibDelPartMatchInstance()
896 Size = (SingleDpSize < InstanceSize) ? SingleDpSize : InstanceSize; in BdsLibDelPartMatchInstance()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsMisc.c880 UINTN SingleDpSize; in BdsLibDelPartMatchInstance() local
891 SingleDpSize = GetDevicePathSize (Single) - END_DEVICE_PATH_LENGTH; in BdsLibDelPartMatchInstance()
896 Size = (SingleDpSize < InstanceSize) ? SingleDpSize : InstanceSize; in BdsLibDelPartMatchInstance()