ReactOS 0.4.16-dev-297-gc569aee
|
#include "bl.h"
Go to the source code of this file.
NTSTATUS ConsoleEfiTextFindModeFromAllowed | ( | _In_ SIMPLE_TEXT_OUTPUT_INTERFACE * | TextProtocol, |
_In_ PBL_DISPLAY_MODE | SupportedModes, | ||
_In_ ULONG | MaxIndex, | ||
_Out_ PULONG | SupportedMode | ||
) |
Definition at line 318 of file textcons.c.
Referenced by ConsoleFirmwareTextOpen().
Definition at line 170 of file textcons.c.
Referenced by ConsoleFirmwareTextSetState().
Definition at line 62 of file textcons.c.
Referenced by ConsoleEfiTextGetStateFromMode().
Definition at line 18 of file textcons.c.
Referenced by ConsoleEfiTextGetStateFromMode().
Definition at line 90 of file textcons.c.
Referenced by ConsoleEfiTextGetAttribute().
Definition at line 126 of file textcons.c.
Referenced by ConsoleEfiTextGetAttribute().
VOID ConsoleEfiTextGetStateFromMode | ( | _In_ EFI_SIMPLE_TEXT_OUTPUT_MODE * | Mode, |
_Out_ PBL_DISPLAY_STATE | State | ||
) |
Definition at line 181 of file textcons.c.
Referenced by ConsoleFirmwareTextClose(), and ConsoleFirmwareTextOpen().
NTSTATUS ConsoleFirmwareTextClear | ( | _In_ PBL_TEXT_CONSOLE | Console, |
_In_ BOOLEAN | LineOnly | ||
) |
Definition at line 557 of file textcons.c.
Referenced by ConsoleGraphicalClearText(), and ConsoleTextLocalClearText().
VOID ConsoleFirmwareTextClose | ( | _In_ PBL_TEXT_CONSOLE | TextConsole | ) |
Definition at line 398 of file textcons.c.
Referenced by ConsoleGraphicalEnable(), and ConsoleTextLocalConstruct().
NTSTATUS ConsoleFirmwareTextOpen | ( | _In_ PBL_TEXT_CONSOLE | TextConsole | ) |
Definition at line 421 of file textcons.c.
Referenced by ConsoleGraphicalEnable(), and ConsoleTextLocalConstruct().
NTSTATUS ConsoleFirmwareTextSetState | ( | _In_ PBL_TEXT_CONSOLE | TextConsole, |
_In_ UCHAR | Mask, | ||
_In_ PBL_DISPLAY_STATE | State | ||
) |
Definition at line 198 of file textcons.c.
Referenced by ConsoleFirmwareTextClose(), ConsoleGraphicalSetTextState(), ConsoleTextLocalConstruct(), and ConsoleTextLocalSetTextState().
NTSTATUS ConsoleInputBaseEraseBuffer | ( | _In_ PBL_INPUT_CONSOLE | Console, |
_In_opt_ PULONG | FillValue | ||
) |
Definition at line 493 of file textcons.c.
Referenced by ConsoleInputLocalEraseBuffer().
NTSTATUS ConsoleInputLocalEraseBuffer | ( | _In_ PBL_INPUT_CONSOLE | Console, |
_In_opt_ PULONG | FillValue | ||
) |
Definition at line 527 of file textcons.c.
Referenced by ConsoleInputLocalDestruct().