Searched refs:OutputString (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DMemoryFile.c163 CHAR8 *OutputString; local
204 OutputString = malloc (CharsToCopy);
205 if (OutputString == NULL) {
212 memcpy (OutputString, InputFile->CurrentFilePointer, CharsToCopy);
217 if (OutputString[CharsToCopy - 1] == '\r') {
219 OutputString[CharsToCopy - 1] = '\0';
223 OutputString[CharsToCopy] = '\0';
236 return OutputString;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DDriverConfiguration.c66 gST->ConOut->OutputString (gST->ConOut, L"Y\n");
74 gST->ConOut->OutputString (gST->ConOut, L"N\n");
147 gST->ConOut->OutputString (gST->ConOut, L"IDE Bus Driver Configuration\n");
148 gST->ConOut->OutputString (gST->ConOut, L"===============================\n");
152 gST->ConOut->OutputString (gST->ConOut, OptionString[Index]);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDebugLibConOut/
H A DDebugLib.c80 gST->ConOut->OutputString (gST->ConOut, Buffer);
134 gST->ConOut->OutputString (gST->ConOut, Buffer);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDebugLibStdErr/
H A DDebugLib.c81 gST->StdErr->OutputString (gST->StdErr, Buffer);
135 gST->StdErr->OutputString (gST->StdErr, Buffer);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DPrint.c97 Out->OutputString (Out, &BackupBuffer[PreviousIndex]);
129 Out->OutputString (Out, &BackupBuffer[PreviousIndex]);
H A DUi.c1309 Will copy LineWidth amount of a string in the OutputString buffer and return the
1310 number of CHAR16 characters that were copied into the OutputString buffer.
1317 @param OutputString Buffer to copy the string into
1319 @return Returns the number of CHAR16 characters that were copied into the OutputString buffer.
1327 OUT CHAR16 **OutputString
1341 *OutputString = AllocateZeroPool (((UINTN) (LineWidth + 1) * 2));
1346 if (*OutputString != NULL) {
1392 CopyMem (*OutputString, &InputString[*Index], LineWidth * 2);
1427 CHAR16 *OutputString; local
1439 for (Index = 0; GetLineByWidth (OptionString, Width, &Index, &OutputString) !
2093 CHAR16 *OutputString; local
[all...]
H A DProcessOptions.c992 CHAR16 *OutputString; local
1002 for (Index = 0; GetLineByWidth (StringPtr, (UINT16) (gHelpBlockWidth - 1), &Index, &OutputString) != 0x0000; ) {
1004 FreePool (OutputString);
1010 for (Index = 0; GetLineByWidth (StringPtr, (UINT16) (gHelpBlockWidth - 1), &Index, &OutputString) != 0x0000; CheckedNum ++) {
1011 CopyMem (*FormattedString + CheckedNum * gHelpBlockWidth * sizeof (CHAR16), OutputString, gHelpBlockWidth * sizeof (CHAR16));
1012 FreePool (OutputString);
H A DPresentation.c474 CHAR16 *OutputString; local
484 OutputString = NULL;
531 for (; GetLineByWidth (StringPtr, Width, &ArrayEntry, &OutputString) != 0x0000;) {
539 FreePool (OutputString);
H A DUi.h673 Will copy LineWidth amount of a string in the OutputString buffer and return the
674 number of CHAR16 characters that were copied into the OutputString buffer.
680 @param OutputString Buffer to copy the string into
682 @return Returns the number of CHAR16 characters that were copied into the OutputString buffer.
690 OUT CHAR16 **OutputString
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DConsole.c405 ConOut->OutputString (ConOut, Line);
429 ConOut->OutputString (ConOut, Line);
442 ConOut->OutputString (ConOut, Line);
H A DUefiLibPrint.c82 Status = Console->OutputString (Console, Buffer);
217 Status = Console->OutputString (Console, Buffer);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DConsole.c405 ConOut->OutputString (ConOut, Line);
429 ConOut->OutputString (ConOut, Line);
442 ConOut->OutputString (ConOut, Line);
H A DUefiLibPrint.c82 Status = Console->OutputString (Console, Buffer);
217 Status = Console->OutputString (Console, Buffer);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/
H A DDataHubStdErr.c88 Sto->OutputString (Sto, (CHAR16 *) (DataRecord + 1));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminalConOut.c155 Implements EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.OutputString().
235 // when this driver use the OutputString to output control string,
473 Status = This->OutputString (This, mSetModeString);
646 Status = This->OutputString (This, mSetAttributeString);
692 Status = This->OutputString (This, mClearScreenString);
764 Status = This->OutputString (This, mSetCursorPositionString);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DSimpleTextOut.h257 Sets the background and foreground colors for the OutputString () and
385 EFI_TEXT_STRING OutputString; member in struct:_EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DSimpleTextOut.h259 Sets the background and foreground colors for the OutputString () and
387 EFI_TEXT_STRING OutputString; member in struct:_EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_console.c167 conout->OutputString ( conout, wstr );
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/
H A DBootManager.c385 gST->ConOut->OutputString (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/
H A DEbcExecute.h162 #define EBCMSG(s) gST->ConOut->OutputString (gST->ConOut, s)
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Dp_App/
H A DDpUtilities.c427 gST->ConOut->OutputString (gST->ConOut, mPrintTokenBuffer);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DConsoleWrappers.c282 Sets the background and foreground colors for the OutputString () and
426 ProtocolToReturn->SimpleTextOut.OutputString = FileBasedSimpleTextOutOutputString;
H A DConsoleLogger.c66 (*ConsoleInfo)->OurConOut.OutputString = ConsoleLoggerOutputString;
323 Status = ConsoleInfo->OldConOut->OutputString(ConsoleInfo->OldConOut, StringSegment);
595 Status = ConsoleInfo->OldConOut->OutputString (ConsoleInfo->OldConOut, (CHAR16*)String);
951 Sets the background and foreground colors for the OutputString () and
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/
H A DVgaClass.c653 VgaClassPrivate->SimpleTextOut.OutputString = VgaClassOutputString;
841 This function implements EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.OutputString().
960 This->OutputString (This, CrLfString);
1068 It sets the background and foreground colors for the OutputString() and ClearScreen() functions.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c874 Implements SIMPLE_TEXT_OUTPUT.OutputString().
940 // The Attributes won't change when during the time OutputString is called
963 This->OutputString (This, SpaceStr);
973 This->OutputString (This, SpaceStr);
1129 This->OutputString (This, SpaceStr);
1134 This->OutputString (This, mCrLfString);
1458 Sets the background and foreground colors for the OutputString () and

Completed in 96 milliseconds

12