ReactOS 0.4.16-dev-336-gb667d82
|
#include <uefildr.h>
Go to the source code of this file.
Macros | |
#define | CHAR_WIDTH 8 |
#define | CHAR_HEIGHT 16 |
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 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 26 of file ueficon.c.
Referenced by MachInit().
|
static |
Definition at line 18 of file ueficon.c.
Referenced by UefiConsPutChar().
|
static |
Definition at line 16 of file ueficon.c.
Referenced by UefiConsPutChar().
|
static |
Definition at line 17 of file ueficon.c.
Referenced by UefiConsPutChar().
Definition at line 20 of file ueficon.c.
Referenced by Pc98ConsGetCh(), PcConsGetCh(), and UefiConsGetCh().
|
static |
Definition at line 21 of file ueficon.c.
Referenced by Pc98ConsGetCh(), PcConsGetCh(), and UefiConsGetCh().
|
extern |
Definition at line 16 of file uefildr.c.
Referenced by UefiConsKbHit().
|
static |