Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConnect.c92 EFI_DEVICE_PATH_PROTOCOL *CopyOfDevicePath; in BdsLibConnectDevicePath() local
111 CopyOfDevicePath = DevicePath; in BdsLibConnectDevicePath()
122 FreePool (CopyOfDevicePath); in BdsLibConnectDevicePath()
196 if (CopyOfDevicePath != NULL) { in BdsLibConnectDevicePath()
197 FreePool (CopyOfDevicePath); in BdsLibConnectDevicePath()
DBdsConsole.c346 EFI_DEVICE_PATH_PROTOCOL *CopyOfDevicePath; in BdsLibConnectConsoleVariable() local
365 CopyOfDevicePath = StartDevicePath; in BdsLibConnectConsoleVariable()
370 Instance = GetNextDevicePathInstance (&CopyOfDevicePath, &Size); in BdsLibConnectConsoleVariable()
412 } while (CopyOfDevicePath != NULL); in BdsLibConnectConsoleVariable()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConnect.c92 EFI_DEVICE_PATH_PROTOCOL *CopyOfDevicePath; in BdsLibConnectDevicePath() local
111 CopyOfDevicePath = DevicePath; in BdsLibConnectDevicePath()
122 FreePool (CopyOfDevicePath); in BdsLibConnectDevicePath()
196 if (CopyOfDevicePath != NULL) { in BdsLibConnectDevicePath()
197 FreePool (CopyOfDevicePath); in BdsLibConnectDevicePath()
DBdsConsole.c346 EFI_DEVICE_PATH_PROTOCOL *CopyOfDevicePath; in BdsLibConnectConsoleVariable() local
365 CopyOfDevicePath = StartDevicePath; in BdsLibConnectConsoleVariable()
370 Instance = GetNextDevicePathInstance (&CopyOfDevicePath, &Size); in BdsLibConnectConsoleVariable()
412 } while (CopyOfDevicePath != NULL); in BdsLibConnectConsoleVariable()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmConsole.c531 EFI_DEVICE_PATH_PROTOCOL *CopyOfDevicePath; in EfiBootManagerConnectConsoleVariable() local
552 CopyOfDevicePath = StartDevicePath; in EfiBootManagerConnectConsoleVariable()
557 Instance = GetNextDevicePathInstance (&CopyOfDevicePath, &Size); in EfiBootManagerConnectConsoleVariable()
616 } while (CopyOfDevicePath != NULL); in EfiBootManagerConnectConsoleVariable()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
DPlatDriOverrideLib.c454 EFI_DEVICE_PATH_PROTOCOL *CopyOfDevicePath; in ConnectDevicePath() local
467 CopyOfDevicePath = DevicePath; in ConnectDevicePath()
541 if (CopyOfDevicePath != NULL) { in ConnectDevicePath()
542 FreePool (CopyOfDevicePath); in ConnectDevicePath()