|
ReactOS 0.4.16-dev-2104-gb84fa49
|
Go to the source code of this file.
Functions | |
| VOID | UefiConsPutChar (int c) |
| static UCHAR | ConvertToBiosExtValue (UCHAR KeyIn) |
| BOOLEAN | UefiConsKbHit (VOID) |
| int | UefiConsGetCh (VOID) |
Variables | |
| UCHAR | MachDefaultTextColor = COLOR_GRAY |
| static unsigned | CurrentCursorX = 0 |
| static unsigned | CurrentCursorY = 0 |
| static UCHAR | CurrentAttr = ATTR(COLOR_GRAY, COLOR_BLACK) |
| EFI_SYSTEM_TABLE * | GlobalSystemTable |
| static EFI_INPUT_KEY | Key |
| static BOOLEAN | ExtendedKey = FALSE |
| static char | ExtendedScanCode = 0 |
Definition at line 68 of file ueficon.c.
Referenced by UefiConsGetCh().
Definition at line 128 of file ueficon.c.
Referenced by MachInit().
Definition at line 122 of file ueficon.c.
Referenced by MachInit().
Definition at line 27 of file ueficon.c.
Referenced by MachInit().
|
static |
Definition at line 17 of file ueficon.c.
Referenced by UefiConsPutChar().
|
static |
Definition at line 15 of file ueficon.c.
Referenced by UefiConsPutChar().
|
static |
Definition at line 16 of file ueficon.c.
Referenced by UefiConsPutChar().
Definition at line 21 of file ueficon.c.
Referenced by Pc98ConsGetCh(), PcConsGetCh(), and UefiConsGetCh().
|
static |
Definition at line 22 of file ueficon.c.
Referenced by Pc98ConsGetCh(), PcConsGetCh(), and UefiConsGetCh().
|
extern |
Definition at line 16 of file uefildr.c.
Referenced by UefiConsKbHit().
|
static |
| UCHAR MachDefaultTextColor = COLOR_GRAY |
Definition at line 13 of file ueficon.c.
Referenced by TuiTextToColor().