Home
last modified time | relevance | path

Searched refs:Table (Results 1 – 5 of 5) sorted by relevance

/DragonStub/lib/
H A Dboxdraw.c127 UNICODE_TO_CHAR *Table; in LibIsValidTextGraphics() local
138 for (Table = UnicodeToPcAnsiOrAscii; Table->Unicode != 0x0000; Table++) { in LibIsValidTextGraphics()
139 if (Graphic == Table->Unicode) { in LibIsValidTextGraphics()
141 *PcAnsi = Table->PcAnsi; in LibIsValidTextGraphics()
144 *Ascii = Table->Ascii; in LibIsValidTextGraphics()
H A Dmisc.c511 IN OUT VOID **Table in LibGetSystemConfigurationTable() argument
519 *Table = ST->ConfigurationTable[Index].VendorTable; in LibGetSystemConfigurationTable()
/DragonStub/inc/
H A Defiapi.h755 IN VOID *Table
H A Defilib.h983 IN OUT VOID **Table
/DragonStub/
H A DChangeLog212 Fix Table Header misspelling. Change from EFI_TABLE_HEARDER to