Home
last modified time | relevance | path

Searched refs:StdErr (Results 1 – 25 of 35) sorted by relevance

12

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/
DStdErr.c105 if (gST->StdErr != NULL) { in ErrorPrint()
109 gST->StdErr->SetAttribute (gST->StdErr, EFI_TEXT_ATTR (EFI_RED, EFI_BLACK)); in ErrorPrint()
110 gST->StdErr->OutputString (gST->StdErr, (CHAR16 *) ErrorString); in ErrorPrint()
111 gST->StdErr->SetAttribute (gST->StdErr, EFI_TEXT_ATTR (EFI_WHITE, EFI_BLACK)); in ErrorPrint()
129 if (gST->StdErr != NULL) { in ErrorPrint()
133 gST->StdErr->OutputString (gST->StdErr, Buffer); in ErrorPrint()
DPrintLib.inf30 StdErr.c
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/
DStdErr.c105 if (gST->StdErr != NULL) { in ErrorPrint()
109 gST->StdErr->SetAttribute (gST->StdErr, EFI_TEXT_ATTR (EFI_RED, EFI_BLACK)); in ErrorPrint()
110 gST->StdErr->OutputString (gST->StdErr, (CHAR16 *) ErrorString); in ErrorPrint()
111 gST->StdErr->SetAttribute (gST->StdErr, EFI_TEXT_ATTR (EFI_WHITE, EFI_BLACK)); in ErrorPrint()
129 if (gST->StdErr != NULL) { in ErrorPrint()
133 gST->StdErr->OutputString (gST->StdErr, Buffer); in ErrorPrint()
DPrintLib.inf30 StdErr.c
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibStdErr/
DDebugLib.c80 if ((gST != NULL) && (gST->StdErr != NULL)) { in DebugPrint()
81 gST->StdErr->OutputString (gST->StdErr, Buffer); in DebugPrint()
135 if ((gST != NULL) && (gST->StdErr != NULL)) { in DebugAssert()
136 gST->StdErr->OutputString (gST->StdErr, Buffer); in DebugAssert()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/
DDataHubStdErrDxe.uni2 // This driver takes DEBUG info from Data Hub and writes it to StdErr if it exists.
4 // This driver takes DEBUG info from a Data Hub and writes it to StdErr if it exists.
18 … #language en-US "Takes DEBUG information from a Data Hub; writes it to StdErr if it exists"
20 …language en-US "This driver takes DEBUG info from a Data Hub and writes it to StdErr if it exists."
DDataHubStdErr.c65 if (gST->StdErr == NULL) { in DataHubStdErrEventHandler()
85 Sto = gST->StdErr; in DataHubStdErrEventHandler()
DDataHubStdErrDxe.inf2 # This driver takes DEBUG info from Data Hub and writes it to StdErr if it exists.
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellParametersProtocol.c406 (*NewShellParameters)->StdErr = &FileInterfaceStdErr; in CreatePopulateInstallShellParametersProtocol()
417 (*NewShellParameters)->StdErr = ShellInfoObject.OldShellParameters->StdErr; in CreatePopulateInstallShellParametersProtocol()
763 SystemTableInfo->ErrOut = gST->StdErr; in UpdateStdInStdOutStdErr()
767 *OldStdErr = ShellParameters->StdErr; in UpdateStdInStdOutStdErr()
1132 ShellParameters->StdErr = *OldStdErr; in UpdateStdInStdOutStdErr()
1157 ShellParameters->StdErr = TempHandle; in UpdateStdInStdOutStdErr()
1158 … gST->StdErr = CreateSimpleTextOutOnFile(TempHandle, &gST->StandardErrorHandle, gST->StdErr); in UpdateStdInStdOutStdErr()
1234 ShellParameters->StdErr = TempHandle; in UpdateStdInStdOutStdErr()
1235 gST->StdErr = CreateSimpleTextOutOnFile(TempHandle, &gST->StandardErrorHandle, gST->StdErr); in UpdateStdInStdOutStdErr()
1349 if (ShellParameters->StdErr != *OldStdErr) { in RestoreStdInStdOutStdErr()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
DEfiShellParameters.h55 SHELL_FILE_HANDLE StdErr; member
DEfiShellInterface.h79 EFI_FILE_PROTOCOL *StdErr; member
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PlatformIntelBdsLib/
DIntelBdsPlatform.c273 …nErrDevicePaths, &gEfiSimpleTextOutProtocolGuid, &gST->StandardErrorHandle, (VOID **)&gST->StdErr); in PlatformBdsConnectConsole()
277 gST->StdErr = gST->ConOut; in PlatformBdsConnectConsole()
/device/linaro/bootloader/edk2/BeagleBoardPkg/Bds/
DBdsEntry.c101 gST->StdErr = gST->ConOut; in BdsEntry()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Bds/
DBdsEntry.c101 gST->StdErr = gST->ConOut; in BdsEntry()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
DUefiLibPrint.c164 Return = InternalPrint( Format, gST->StdErr, Marker); in ErrorPrint()
300 Return = AsciiInternalPrint( Format, gST->StdErr, Marker); in AsciiErrorPrint()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
DUefiLibPrint.c164 Return = InternalPrint( Format, gST->StdErr, Marker); in ErrorPrint()
300 Return = AsciiInternalPrint( Format, gST->StdErr, Marker); in AsciiErrorPrint()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
DBds.c192 …nErrDevicePaths, &gEfiSimpleTextOutProtocolGuid, &gST->StandardErrorHandle, (VOID **)&gST->StdErr); in InitializeConsole()
196 gST->StdErr = gST->ConOut; in InitializeConsole()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
DdaConsole.c738 if(SystemTable->StdErr == NULL) { in __Cons_construct()
742 Stream->Dev = SystemTable->StdErr; in __Cons_construct()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DDmem.c213 (UINT64)(UINTN)gST->StdErr, in ShellCommandRunDmem()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConsole.c556 …e (L"ErrOut", &gEfiSimpleTextOutProtocolGuid, &gST->StandardErrorHandle, (VOID **) &gST->StdErr)) { in BdsLibConnectAllDefaultConsoles()
625 …e (L"ErrOut", &gEfiSimpleTextOutProtocolGuid, &gST->StandardErrorHandle, (VOID **) &gST->StdErr)) { in BdsLibConnectAllDefaultConsolesWithOutConIn()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConsole.c556 …e (L"ErrOut", &gEfiSimpleTextOutProtocolGuid, &gST->StandardErrorHandle, (VOID **) &gST->StdErr)) { in BdsLibConnectAllDefaultConsoles()
625 …e (L"ErrOut", &gEfiSimpleTextOutProtocolGuid, &gST->StandardErrorHandle, (VOID **) &gST->StdErr)) { in BdsLibConnectAllDefaultConsolesWithOutConIn()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DSystemTable.c788 (VOID *)gST->StdErr, in SystemTablePage()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DBmstring.uni95 #string STR_FORM_STD_ERR_HELP #language en-US "Enable console device as StdErr"
96 #language fr-FR "Enable console device as StdErr"
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
DDxeMain.c778 gDxeCoreST->StdErr = NULL; in CoreExitBootServices()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmConsole.c753 …e (L"ErrOut", &gEfiSimpleTextOutProtocolGuid, &gST->StandardErrorHandle, (VOID **) &gST->StdErr)) { in EfiBootManagerConnectAllDefaultConsoles()

12