HomeSort by relevance Sort by last modified time
    Searched full:conerrdevicepaths (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
Bds.c 175 EFI_DEVICE_PATH* ConErrDevicePaths;
184 Status = GetConsoleDevicePathFromVariable (L"ErrOut", (CHAR16*)PcdGetPtr(PcdDefaultConOutPaths), &ConErrDevicePaths);
192 Status = InitializeConsolePipe (ConErrDevicePaths, &gEfiSimpleTextOutProtocolGuid, &gST->StandardErrorHandle, (VOID **)&gST->StdErr);
206 if (ConErrDevicePaths) {
207 FreePool (ConErrDevicePaths);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PlatformIntelBdsLib/
IntelBdsPlatform.c 256 EFI_DEVICE_PATH* ConErrDevicePaths;
265 Status = GetConsoleDevicePathFromVariable (L"ErrOut", (CHAR16*)PcdGetPtr(PcdDefaultConOutPaths), &ConErrDevicePaths);
273 Status = InitializeConsolePipe (ConErrDevicePaths, &gEfiSimpleTextOutProtocolGuid, &gST->StandardErrorHandle, (VOID **)&gST->StdErr);

Completed in 174 milliseconds