Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DVariable.c326 EFI_DEVICE_PATH_PROTOCOL *OutDevicePath; in Var_UpdateAllConsoleOption() local
331 OutDevicePath = EfiLibGetVariable (L"ConOut", &gEfiGlobalVariableGuid); in Var_UpdateAllConsoleOption()
334 if (OutDevicePath != NULL) { in Var_UpdateAllConsoleOption()
335 ChangeVariableDevicePath (OutDevicePath); in Var_UpdateAllConsoleOption()
340 GetDevicePathSize (OutDevicePath), in Var_UpdateAllConsoleOption()
341 OutDevicePath in Var_UpdateAllConsoleOption()
DConsoleOption.c421 EFI_DEVICE_PATH_PROTOCOL *OutDevicePath; in LocateSerialIo() local
545 OutDevicePath = EfiLibGetVariable (L"ConOut", &gEfiGlobalVariableGuid); in LocateSerialIo()
548 if (OutDevicePath != NULL) { in LocateSerialIo()
549 UpdateComAttributeFromVariable (OutDevicePath); in LocateSerialIo()
592 if (BdsLibMatchDevicePaths (OutDevicePath, NewDevicePath)) { in LocateSerialIo()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
DConsoleOption.c418 EFI_DEVICE_PATH_PROTOCOL *OutDevicePath; in LocateSerialIo() local
539 GetEfiGlobalVariable2 (L"ConOut", (VOID**)&OutDevicePath, NULL); in LocateSerialIo()
542 if (OutDevicePath != NULL) { in LocateSerialIo()
543 UpdateComAttributeFromVariable (OutDevicePath); in LocateSerialIo()
590 if (MatchDevicePaths (OutDevicePath, NewDevicePath)) { in LocateSerialIo()