Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DDriverSupport.c68 UINTN HandleFilePathSize; in CoreConnectController() local
92HandleFilePathSize = GetDevicePathSize (HandleFilePath) - sizeof (EFI_DEVICE_PATH_PROTOCOL); in CoreConnectController()
94 TempFilePath = AllocateZeroPool (HandleFilePathSize + RemainingDevicePathSize); in CoreConnectController()
96 CopyMem (TempFilePath, HandleFilePath, HandleFilePathSize); in CoreConnectController()
97 …CopyMem ((UINT8 *) TempFilePath + HandleFilePathSize, RemainingDevicePath, RemainingDevicePathSize… in CoreConnectController()