Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmConsole.c528 EFI_DEVICE_PATH_PROTOCOL *StartDevicePath; in EfiBootManagerConnectConsoleVariable() local
547 GetEfiGlobalVariable2 (mConVarName[ConsoleType], (VOID **) &StartDevicePath, NULL); in EfiBootManagerConnectConsoleVariable()
548 if (StartDevicePath == NULL) { in EfiBootManagerConnectConsoleVariable()
552 CopyOfDevicePath = StartDevicePath; in EfiBootManagerConnectConsoleVariable()
559 FreePool (StartDevicePath); in EfiBootManagerConnectConsoleVariable()
618 FreePool (StartDevicePath); in EfiBootManagerConnectConsoleVariable()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConsole.c342 EFI_DEVICE_PATH_PROTOCOL *StartDevicePath; in BdsLibConnectConsoleVariable() local
356 StartDevicePath = BdsLibGetVariableAndSize ( in BdsLibConnectConsoleVariable()
361 if (StartDevicePath == NULL) { in BdsLibConnectConsoleVariable()
365 CopyOfDevicePath = StartDevicePath; in BdsLibConnectConsoleVariable()
372 FreePool (StartDevicePath); in BdsLibConnectConsoleVariable()
414 FreePool (StartDevicePath); in BdsLibConnectConsoleVariable()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConsole.c342 EFI_DEVICE_PATH_PROTOCOL *StartDevicePath; in BdsLibConnectConsoleVariable() local
356 StartDevicePath = BdsLibGetVariableAndSize ( in BdsLibConnectConsoleVariable()
361 if (StartDevicePath == NULL) { in BdsLibConnectConsoleVariable()
365 CopyOfDevicePath = StartDevicePath; in BdsLibConnectConsoleVariable()
372 FreePool (StartDevicePath); in BdsLibConnectConsoleVariable()
414 FreePool (StartDevicePath); in BdsLibConnectConsoleVariable()