Searched refs:StdErr (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDebugLibStdErr/
H A DDebugLib.c80 if ((gST != NULL) && (gST->StdErr != NULL)) {
81 gST->StdErr->OutputString (gST->StdErr, Buffer);
134 if ((gST != NULL) && (gST->StdErr != NULL)) {
135 gST->StdErr->OutputString (gST->StdErr, Buffer);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShellParameters.h55 SHELL_FILE_HANDLE StdErr; member in struct:_EFI_SHELL_PARAMETERS_PROTOCOL
H A DEfiShellInterface.h79 EFI_FILE_PROTOCOL *StdErr; member in struct:__anon12776
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/
H A DDataHubStdErr.c3 to StdErr if it exists.
34 handler reads the Data Hub and sends any DEBUG info to StdErr.
57 // If StdErr is not yet initialized just return a DEBUG print in the BDS
59 // when StdErr is availible.
65 if (gST->StdErr == NULL) {
85 Sto = gST->StdErr;
99 handler reads the Data Hub and sends any DEBUG info to StdErr.
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellParametersProtocol.c339 (*NewShellParameters)->StdErr = &FileInterfaceStdErr;
350 (*NewShellParameters)->StdErr = ShellInfoObject.OldShellParameters->StdErr;
549 @param[out] OldStdErr Pointer to old StdErr.
609 SystemTableInfo->ConErr = gST->StdErr;
613 *OldStdErr = ShellParameters->StdErr;
977 ShellParameters->StdErr = *OldStdErr;
984 // StdErr to a file
1008 ShellParameters->StdErr = TempHandle;
1009 gST->StdErr
[all...]
H A DFileHandleWrappers.c3 StdIn, StdOut, StdErr, etc...).
187 File style interface for console StdErr (Write).
195 @return A return value from gST->StdErr->OutputString.
205 return (gST->StdErr->OutputString(gST->StdErr, Buffer));
229 File style interface for console StdErr (Read).
855 // FILE sytle interfaces for StdIn/StdOut/StdErr
H A DShellProtocol.c1298 // Is this for StdErr
1494 ShellParamsProtocol.StdErr = ShellInfoObject.NewShellParametersProtocol->StdErr;
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.h127 StdErr;
H A DVBoxServiceControlSession.cpp2035 &pSession->StdErr.hChild, &pSession->StdErr.phChild, &pSession->hStdErrR);
2052 pSession->StdIn.phChild, pSession->StdOut.phChild, pSession->StdErr.phChild,
2066 rc2 = RTHandleClose(pSession->StdErr.phChild); AssertRC(rc2);
2067 pSession->StdErr.phChild = NULL;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLibPrint.c3 Print to StdErr or ConOut defined in EFI_SYSTEM_TABLE
134 StdErr defined in the EFI_SYSTEM_TABLE.
137 specified by StdErr in EFI_SYSTEM_TABLE and returns the number of Unicode
138 characters that printed to StdErr. If the length of the formatted Unicode
140 PcdUefiLibMaxPrintBufferSize characters are sent to StdErr.
143 If gST->StdErr is NULL, then ASSERT().
149 @return Number of Unicode characters printed to StdErr.
164 Return = InternalPrint( Format, gST->StdErr, Marker);
269 StdErr defined in the EFI_SYSTEM_TABLE.
272 specified by StdErr i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLibPrint.c3 Print to StdErr or ConOut defined in EFI_SYSTEM_TABLE
134 StdErr defined in the EFI_SYSTEM_TABLE.
137 specified by StdErr in EFI_SYSTEM_TABLE and returns the number of Unicode
138 characters that printed to StdErr. If the length of the formatted Unicode
140 PcdUefiLibMaxPrintBufferSize characters are sent to StdErr.
143 If gST->StdErr is NULL, then ASSERT().
149 @return The number of Unicode characters printed to StdErr.
164 Return = InternalPrint( Format, gST->StdErr, Marker);
269 StdErr defined in the EFI_SYSTEM_TABLE.
272 specified by StdErr i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Console/
H A DdaConsole.c516 if(SystemTable->StdErr == NULL) {
520 Stream->Dev = SystemTable->StdErr;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DDmem.c207 (UINT64)(UINTN)gST->StdErr,
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp133 StdErr; member in struct:TXSEXEC
2347 rc2 = RTHandleClose(pTxsExec->StdErr.phChild); AssertRC(rc2);
2348 pTxsExec->StdErr.phChild = NULL;
2439 pTxsExec->StdErr.phChild = NULL;
2512 rc = txsExecSetupRedir(pTxsExec, pszStdErr, "StdErr", 2, &pTxsExec->StdErr.hChild, &pTxsExec->StdErr.phChild, &pTxsExec->hStdErrR);
2532 pTxsExec->StdIn.phChild, pTxsExec->StdOut.phChild, pTxsExec->StdErr.phChild,
2547 rc2 = RTHandleClose(pTxsExec->StdErr.phChild); AssertRC(rc2);
2548 pTxsExec->StdErr
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DSystemTable.c797 "StdErr",
798 (VOID *)gST->StdErr,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/DxeMain/
H A DDxeMain.c142 NULL, // StdErr
722 gDxeCoreST->StdErr = NULL;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c564 if (UpdateSystemTableConsole (L"ErrOut", &gEfiSimpleTextOutProtocolGuid, &gST->StandardErrorHandle, (VOID **) &gST->StdErr)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h1965 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *StdErr; member in struct:__anon12448
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiSpec.h1950 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *StdErr; member in struct:__anon15722
/vbox/
H A Dconfigure.vbs503 objExec.StdErr.ReadAll()
507 objExec.StdErr.ReadAll()
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DConSplitter.c300 ConOut, and StdErr. Installs Simple Text In protocol, Simple Text In Ex protocol,
380 // The driver creates virtual handles for ConIn, ConOut, StdErr.
470 // Create virtual device handle for StdErr Splitter
486 gST->StdErr = &mStdErr.TextOut;
1276 // If both ConOut and StdErr incorporate the same Text Out device,
1361 // If both ConOut and StdErr incorporate the same Text Out device,
2384 Sync output device between ConOut and StdErr output.
2997 // maybe both ConOut and StdErr incorporate the same Text Out

Completed in 200 milliseconds