Searched refs:ConDevicePath (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmConsole.c639 EFI_DEVICE_PATH_PROTOCOL *ConDevicePath; local
646 ConDevicePath = NULL;
663 (VOID **) &ConDevicePath
665 EfiBootManagerUpdateConsoleVariable (ConIn, ConDevicePath, NULL);
684 (VOID **) &ConDevicePath
686 EfiBootManagerUpdateConsoleVariable (ConOut, ConDevicePath, NULL);
687 EfiBootManagerUpdateConsoleVariable (ErrOut, ConDevicePath, NULL);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DVariable.c409 EFI_DEVICE_PATH_PROTOCOL *ConDevicePath; local
418 ConDevicePath = EfiLibGetVariable (ConsoleName, &gEfiGlobalVariableGuid);
419 if (ConDevicePath != NULL) {
421 FreePool (ConDevicePath);
422 ConDevicePath = NULL;
433 ConDevicePath = AppendDevicePathInstance (
434 ConDevicePath,
464 ConDevicePath = AppendDevicePathInstance (
465 ConDevicePath,
471 if (ConDevicePath !
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
H A DVariable.c388 EFI_DEVICE_PATH_PROTOCOL *ConDevicePath; local
397 GetEfiGlobalVariable2 (ConsoleName, (VOID**)&ConDevicePath, NULL);
398 if (ConDevicePath != NULL) {
400 FreePool (ConDevicePath);
401 ConDevicePath = NULL;
412 ConDevicePath = AppendDevicePathInstance (
413 ConDevicePath,
443 ConDevicePath = AppendDevicePathInstance (
444 ConDevicePath,
450 if (ConDevicePath !
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c435 EFI_DEVICE_PATH_PROTOCOL *ConDevicePath; local
442 ConDevicePath = NULL;
459 (VOID **) &ConDevicePath
461 BdsLibUpdateConsoleVariable (L"ConIn", ConDevicePath, NULL);
480 (VOID **) &ConDevicePath
482 BdsLibUpdateConsoleVariable (L"ConOut", ConDevicePath, NULL);
483 BdsLibUpdateConsoleVariable (L"ErrOut", ConDevicePath, NULL);
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c435 EFI_DEVICE_PATH_PROTOCOL *ConDevicePath; local
442 ConDevicePath = NULL;
459 (VOID **) &ConDevicePath
461 BdsLibUpdateConsoleVariable (L"ConIn", ConDevicePath, NULL);
480 (VOID **) &ConDevicePath
482 BdsLibUpdateConsoleVariable (L"ConOut", ConDevicePath, NULL);
483 BdsLibUpdateConsoleVariable (L"ErrOut", ConDevicePath, NULL);

Completed in 136 milliseconds