Home
last modified time | relevance | path

Searched refs:SimpleTextOut (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DConsoleWrappers.c28 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL SimpleTextOut; member
457 ProtocolToReturn->SimpleTextOut.Reset = FileBasedSimpleTextOutReset; in CreateSimpleTextOutOnFile()
458 ProtocolToReturn->SimpleTextOut.TestString = FileBasedSimpleTextOutTestString; in CreateSimpleTextOutOnFile()
459 ProtocolToReturn->SimpleTextOut.QueryMode = FileBasedSimpleTextOutQueryMode; in CreateSimpleTextOutOnFile()
460 ProtocolToReturn->SimpleTextOut.SetMode = FileBasedSimpleTextOutSetMode; in CreateSimpleTextOutOnFile()
461 ProtocolToReturn->SimpleTextOut.SetAttribute = FileBasedSimpleTextOutSetAttribute; in CreateSimpleTextOutOnFile()
462 ProtocolToReturn->SimpleTextOut.ClearScreen = FileBasedSimpleTextOutClearScreen; in CreateSimpleTextOutOnFile()
463 ProtocolToReturn->SimpleTextOut.SetCursorPosition = FileBasedSimpleTextOutSetCursorPosition; in CreateSimpleTextOutOnFile()
464 ProtocolToReturn->SimpleTextOut.EnableCursor = FileBasedSimpleTextOutEnableCursor; in CreateSimpleTextOutOnFile()
465 ProtocolToReturn->SimpleTextOut.OutputString = FileBasedSimpleTextOutOutputString; in CreateSimpleTextOutOnFile()
[all …]
DConsoleWrappers.h80 IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/
DVgaClass.c652 VgaClassPrivate->SimpleTextOut.Reset = VgaClassReset; in VgaClassDriverBindingStart()
653 VgaClassPrivate->SimpleTextOut.OutputString = VgaClassOutputString; in VgaClassDriverBindingStart()
654 VgaClassPrivate->SimpleTextOut.TestString = VgaClassTestString; in VgaClassDriverBindingStart()
655 VgaClassPrivate->SimpleTextOut.ClearScreen = VgaClassClearScreen; in VgaClassDriverBindingStart()
656 VgaClassPrivate->SimpleTextOut.SetAttribute = VgaClassSetAttribute; in VgaClassDriverBindingStart()
657 VgaClassPrivate->SimpleTextOut.SetCursorPosition = VgaClassSetCursorPosition; in VgaClassDriverBindingStart()
658 VgaClassPrivate->SimpleTextOut.EnableCursor = VgaClassEnableCursor; in VgaClassDriverBindingStart()
659 VgaClassPrivate->SimpleTextOut.QueryMode = VgaClassQueryMode; in VgaClassDriverBindingStart()
660 VgaClassPrivate->SimpleTextOut.SetMode = VgaClassSetMode; in VgaClassDriverBindingStart()
662 VgaClassPrivate->SimpleTextOut.Mode = &VgaClassPrivate->SimpleTextOutputMode; in VgaClassDriverBindingStart()
[all …]
DVgaClass.h71 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL SimpleTextOut; member
78 #define VGA_CLASS_DEV_FROM_THIS(a) CR (a, VGA_CLASS_DEV, SimpleTextOut, VGA_CLASS_DEV_SIGNATURE)
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DFrontPage.c994 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in PlatformBdsEnterFrontPage() local
1002 SimpleTextOut = NULL; in PlatformBdsEnterFrontPage()
1029 (VOID**)&SimpleTextOut in PlatformBdsEnterFrontPage()
1032 SimpleTextOut = NULL; in PlatformBdsEnterFrontPage()
1043 if (SimpleTextOut != NULL) { in PlatformBdsEnterFrontPage()
1044 Status = SimpleTextOut->QueryMode ( in PlatformBdsEnterFrontPage()
1045 SimpleTextOut, in PlatformBdsEnterFrontPage()
1046 SimpleTextOut->Mode->Mode, in PlatformBdsEnterFrontPage()
1281 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in BdsSetConsoleMode() local
1316 (VOID**)&SimpleTextOut in BdsSetConsoleMode()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerLib/
DBootManager.c98 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in BmBdsSetConsoleMode() local
133 (VOID**)&SimpleTextOut in BmBdsSetConsoleMode()
136 SimpleTextOut = NULL; in BmBdsSetConsoleMode()
139 if ((GraphicsOutput == NULL) || (SimpleTextOut == NULL)) { in BmBdsSetConsoleMode()
165 if (SimpleTextOut != NULL) { in BmBdsSetConsoleMode()
166 MaxTextMode = SimpleTextOut->Mode->MaxMode; in BmBdsSetConsoleMode()
191 …Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &Curr… in BmBdsSetConsoleMode()
204 Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow); in BmBdsSetConsoleMode()
210 Status = SimpleTextOut->SetMode (SimpleTextOut, Index); in BmBdsSetConsoleMode()
/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
DBootManagerMenu.c696 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in BdsSetConsoleMode() local
731 (VOID**)&SimpleTextOut in BdsSetConsoleMode()
734 SimpleTextOut = NULL; in BdsSetConsoleMode()
737 if ((GraphicsOutput == NULL) || (SimpleTextOut == NULL)) { in BdsSetConsoleMode()
763 if (SimpleTextOut != NULL) { in BdsSetConsoleMode()
764 MaxTextMode = SimpleTextOut->Mode->MaxMode; in BdsSetConsoleMode()
789 …Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &Curr… in BdsSetConsoleMode()
802 Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow); in BdsSetConsoleMode()
808 Status = SimpleTextOut->SetMode (SimpleTextOut, Index); in BdsSetConsoleMode()
920 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in BootManagerMenuEntry() local
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
DFrontPage.c976 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in BdsSetConsoleMode() local
1011 (VOID**)&SimpleTextOut in BdsSetConsoleMode()
1014 SimpleTextOut = NULL; in BdsSetConsoleMode()
1017 if ((GraphicsOutput == NULL) || (SimpleTextOut == NULL)) { in BdsSetConsoleMode()
1043 if (SimpleTextOut != NULL) { in BdsSetConsoleMode()
1044 MaxTextMode = SimpleTextOut->Mode->MaxMode; in BdsSetConsoleMode()
1069 …Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &Curr… in BdsSetConsoleMode()
1082 Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow); in BdsSetConsoleMode()
1088 Status = SimpleTextOut->SetMode (SimpleTextOut, Index); in BdsSetConsoleMode()
1196 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in InitializeUserInterface() local
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleTextOut/
DSimpleTextOut.c26 #include EFI_PROTOCOL_DEFINITION (SimpleTextOut)
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
DBootMaintenance.c123 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in BmmBdsSetConsoleMode() local
158 (VOID**)&SimpleTextOut in BmmBdsSetConsoleMode()
161 SimpleTextOut = NULL; in BmmBdsSetConsoleMode()
164 if ((GraphicsOutput == NULL) || (SimpleTextOut == NULL)) { in BmmBdsSetConsoleMode()
190 if (SimpleTextOut != NULL) { in BmmBdsSetConsoleMode()
191 MaxTextMode = SimpleTextOut->Mode->MaxMode; in BmmBdsSetConsoleMode()
216 …Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &Curr… in BmmBdsSetConsoleMode()
229 Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow); in BmmBdsSetConsoleMode()
235 Status = SimpleTextOut->SetMode (SimpleTextOut, Index); in BmmBdsSetConsoleMode()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/
DEfiProtocolLib.inf166 SimpleTextOut/SimpleTextOut.h
167 SimpleTextOut/SimpleTextOut.c
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/
DEdkIIGlueUefi.h58 #include EFI_PROTOCOL_DEFINITION(SimpleTextOut)
DEdkIIGlueDxe.h193 #include EFI_PROTOCOL_DEFINITION (SimpleTextOut)
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
DBdsPlatform.c2580 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in PlatformBdsEnterFrontPageWithHotKey()
2585 SimpleTextOut = NULL; in PlatformBdsEnterFrontPageWithHotKey()
2613 (VOID**)&SimpleTextOut in PlatformBdsEnterFrontPageWithHotKey()
2616 SimpleTextOut = NULL; in PlatformBdsEnterFrontPageWithHotKey()
2627 if (SimpleTextOut != NULL) { in PlatformBdsEnterFrontPageWithHotKey()
2628 Status = SimpleTextOut->QueryMode ( in PlatformBdsEnterFrontPageWithHotKey()
2629 SimpleTextOut, in PlatformBdsEnterFrontPageWithHotKey()
2630 SimpleTextOut->Mode->Mode, in PlatformBdsEnterFrontPageWithHotKey()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
DUefiIfrLibrary.h36 #include EFI_PROTOCOL_DEFINITION (SimpleTextOut)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiApi.h32 #include EFI_PROTOCOL_DEFINITION (SimpleTextOut)
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
DUefiHandleParsingLib.uni58 #string STR_TXT_OUT #language en-US "SimpleTextOut"
/device/linaro/bootloader/edk2/MdePkg/
DMdePkg.dec1198 ## Include/Protocol/SimpleTextOut.h