|
ReactOS 0.4.16-dev-1998-g617f3bd
|
#include <uefildr.h>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 | |
| EFI_SYSTEM_TABLE * | GlobalSystemTable |
| static unsigned | CurrentCursorX = 0 |
| static unsigned | CurrentCursorY = 0 |
| static unsigned | CurrentAttr = 0x0f |
| static EFI_INPUT_KEY | Key |
| static BOOLEAN | ExtendedKey = FALSE |
| static char | ExtendedScanCode = 0 |
Definition at line 65 of file ueficon.c.
Referenced by UefiConsGetCh().
Definition at line 125 of file ueficon.c.
Referenced by MachInit().
Definition at line 119 of file ueficon.c.
Referenced by MachInit().
Definition at line 23 of file ueficon.c.
Referenced by MachInit().
|
static |
Definition at line 15 of file ueficon.c.
Referenced by UefiConsPutChar().
|
static |
Definition at line 13 of file ueficon.c.
Referenced by UefiConsPutChar().
|
static |
Definition at line 14 of file ueficon.c.
Referenced by UefiConsPutChar().
Definition at line 17 of file ueficon.c.
Referenced by Pc98ConsGetCh(), PcConsGetCh(), and UefiConsGetCh().
|
static |
Definition at line 18 of file ueficon.c.
Referenced by Pc98ConsGetCh(), PcConsGetCh(), and UefiConsGetCh().
|
extern |
Definition at line 16 of file uefildr.c.
Referenced by UefiConsKbHit().
|
static |