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
454 ProtocolToReturn->SimpleTextOut.Reset = FileBasedSimpleTextOutReset; in CreateSimpleTextOutOnFile()
455 ProtocolToReturn->SimpleTextOut.TestString = FileBasedSimpleTextOutTestString; in CreateSimpleTextOutOnFile()
456 ProtocolToReturn->SimpleTextOut.QueryMode = FileBasedSimpleTextOutQueryMode; in CreateSimpleTextOutOnFile()
457 ProtocolToReturn->SimpleTextOut.SetMode = FileBasedSimpleTextOutSetMode; in CreateSimpleTextOutOnFile()
458 ProtocolToReturn->SimpleTextOut.SetAttribute = FileBasedSimpleTextOutSetAttribute; in CreateSimpleTextOutOnFile()
459 ProtocolToReturn->SimpleTextOut.ClearScreen = FileBasedSimpleTextOutClearScreen; in CreateSimpleTextOutOnFile()
460 ProtocolToReturn->SimpleTextOut.SetCursorPosition = FileBasedSimpleTextOutSetCursorPosition; in CreateSimpleTextOutOnFile()
461 ProtocolToReturn->SimpleTextOut.EnableCursor = FileBasedSimpleTextOutEnableCursor; in CreateSimpleTextOutOnFile()
462 ProtocolToReturn->SimpleTextOut.OutputString = FileBasedSimpleTextOutOutputString; in CreateSimpleTextOutOnFile()
[all …]
DConsoleWrappers.h76 IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/
DBootManager.c99 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in BmSetConsoleMode() local
134 (VOID**)&SimpleTextOut in BmSetConsoleMode()
137 SimpleTextOut = NULL; in BmSetConsoleMode()
140 if ((GraphicsOutput == NULL) || (SimpleTextOut == NULL)) { in BmSetConsoleMode()
166 if (SimpleTextOut != NULL) { in BmSetConsoleMode()
167 MaxTextMode = SimpleTextOut->Mode->MaxMode; in BmSetConsoleMode()
192 …Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &Curr… in BmSetConsoleMode()
205 Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow); in BmSetConsoleMode()
211 Status = SimpleTextOut->SetMode (SimpleTextOut, Index); in BmSetConsoleMode()
661 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in BmInitialBootModeInfo() local
[all …]
/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/MdeModulePkg/Application/UiApp/
DFrontPage.c669 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in UiSetConsoleMode() local
704 (VOID**)&SimpleTextOut in UiSetConsoleMode()
707 SimpleTextOut = NULL; in UiSetConsoleMode()
710 if ((GraphicsOutput == NULL) || (SimpleTextOut == NULL)) { in UiSetConsoleMode()
736 if (SimpleTextOut != NULL) { in UiSetConsoleMode()
737 MaxTextMode = SimpleTextOut->Mode->MaxMode; in UiSetConsoleMode()
762 …Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &Curr… in UiSetConsoleMode()
775 Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow); in UiSetConsoleMode()
781 Status = SimpleTextOut->SetMode (SimpleTextOut, Index); in UiSetConsoleMode()
888 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in InitializeUserInterface() local
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DFrontPage.c996 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in PlatformBdsEnterFrontPage() local
1004 SimpleTextOut = NULL; in PlatformBdsEnterFrontPage()
1031 (VOID**)&SimpleTextOut in PlatformBdsEnterFrontPage()
1034 SimpleTextOut = NULL; in PlatformBdsEnterFrontPage()
1045 if (SimpleTextOut != NULL) { in PlatformBdsEnterFrontPage()
1046 Status = SimpleTextOut->QueryMode ( in PlatformBdsEnterFrontPage()
1047 SimpleTextOut, in PlatformBdsEnterFrontPage()
1048 SimpleTextOut->Mode->Mode, in PlatformBdsEnterFrontPage()
1283 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in BdsSetConsoleMode() local
1318 (VOID**)&SimpleTextOut in BdsSetConsoleMode()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
DBootManagerMenu.c694 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in BdsSetConsoleMode() local
729 (VOID**)&SimpleTextOut in BdsSetConsoleMode()
732 SimpleTextOut = NULL; in BdsSetConsoleMode()
735 if ((GraphicsOutput == NULL) || (SimpleTextOut == NULL)) { in BdsSetConsoleMode()
761 if (SimpleTextOut != NULL) { in BdsSetConsoleMode()
762 MaxTextMode = SimpleTextOut->Mode->MaxMode; in BdsSetConsoleMode()
787 …Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &Curr… in BdsSetConsoleMode()
800 Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow); in BdsSetConsoleMode()
806 Status = SimpleTextOut->SetMode (SimpleTextOut, Index); in BdsSetConsoleMode()
918 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in BootManagerMenuEntry() local
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
DBootMaintenance.c135 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in BmmSetConsoleMode() local
170 (VOID**)&SimpleTextOut in BmmSetConsoleMode()
173 SimpleTextOut = NULL; in BmmSetConsoleMode()
176 if ((GraphicsOutput == NULL) || (SimpleTextOut == NULL)) { in BmmSetConsoleMode()
202 if (SimpleTextOut != NULL) { in BmmSetConsoleMode()
203 MaxTextMode = SimpleTextOut->Mode->MaxMode; in BmmSetConsoleMode()
228 …Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &Curr… in BmmSetConsoleMode()
241 Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow); in BmmSetConsoleMode()
247 Status = SimpleTextOut->SetMode (SimpleTextOut, Index); in BmmSetConsoleMode()
1545 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in BmmInitialBootModeInfo() local
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleTextOut/
DSimpleTextOut.c26 #include EFI_PROTOCOL_DEFINITION (SimpleTextOut)
/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.c2646 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *SimpleTextOut; in PlatformBdsEnterFrontPageWithHotKey() local
2651 SimpleTextOut = NULL; in PlatformBdsEnterFrontPageWithHotKey()
2679 (VOID**)&SimpleTextOut in PlatformBdsEnterFrontPageWithHotKey()
2682 SimpleTextOut = NULL; in PlatformBdsEnterFrontPageWithHotKey()
2693 if (SimpleTextOut != NULL) { in PlatformBdsEnterFrontPageWithHotKey()
2694 Status = SimpleTextOut->QueryMode ( in PlatformBdsEnterFrontPageWithHotKey()
2695 SimpleTextOut, in PlatformBdsEnterFrontPageWithHotKey()
2696 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.dec1223 ## Include/Protocol/SimpleTextOut.h