Searched refs:OutputString (Results 1 – 4 of 4) sorted by relevance
/DragonStub/lib/ |
H A D | console.c | 28 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, Str); in Output() 64 ConOut->OutputString (ConOut, Prompt); in IInput() 84 uefi_call_wrapper(ConOut->OutputString, 2, ConOut, L"\b \b"); in IInput() 95 uefi_call_wrapper(ConOut->OutputString, 2, ConOut, &InStr[Len]); in IInput()
|
H A D | print.c | 304 if (IsLocalPrint(DbgOut->OutputString)) in _DbgOut() 305 DbgOut->OutputString(DbgOut, Buffer); in _DbgOut() 307 uefi_call_wrapper(DbgOut->OutputString, 2, DbgOut, Buffer); in _DbgOut() 784 ps.Output = (INTN (EFIAPI *)(VOID *, CHAR16 *)) Out->OutputString; in _IPrint()
|
/DragonStub/inc/ |
H A D | eficon.h | 140 EFI_TEXT_OUTPUT_STRING OutputString; member
|
/DragonStub/ |
H A D | ChangeLog | 995 they call ST->ConOut->OutputString(), which is an EFIAPI
|